Sudzikcoin MCP Server

An MCP server that gives Claude Desktop (or any MCP client) 15 tools for SuVerse's pay-per-call US-government and freight APIs. Its 19 documented tools cover freight, parse, suverse, gov. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-11 · ★ 2 · #164 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Sudzikcoin MCP Server

before you install - you'll need

Set SUVERSE_BASE_PRIVATE_KEY before connecting.

Claude Code

claude mcp add sudzikcoin-suverse-mcp -- npx -y @suverselabs/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sudzikcoin-suverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@suverselabs/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @suverselabs/mcp-server - the @suverselabs scope differs from the repo owner (sudzikcoin); confirm it's the project's official package

registry namespace io.github.sudzikcoin is GitHub-verified and matches the repo owner

03 · What Sudzikcoin MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can discover the 128 gov_query service ids + params, and search every x402 endpoint SuVerse knows about (own + CDP Bazaar mirror).

Capability map

Tools grouped from the project's README - what Sudzikcoin MCP Server lets an agent do.

Freight

9 tools - e.g. $0.10; $0.15; $0.05

freight_parse_ratecon · freight_parse_bol_pod · freight_parse_fuel_receipt · freight_parse_w9 · freight_parse_insurance_cert · freight_parse_permit…

Suverse

6 tools - e.g. Price one or many calls before running them; On-chain USDC balance + calls remaining per tool; Search every x402 endpoint SuVerse knows about (own + CDP Bazaar mirror)

suverse_estimate_cost · suverse_balance · suverse_search_endpoints · suverse_market_pulse · suverse_wallet_reputation · suverse_token_check

Gov

4 tools - e.g. $0.005; $0.01; $0.01

gov_query · gov_cms_open_payments · gov_fbi_crime_data · gov_list_services

04 · Who maintains Sudzikcoin MCP Server

mcp-server is maintained by sudzikcoin. We track 2 MCP servers from sudzikcoin - 2 actively maintained, 3 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
finance - ranked #164 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.sudzikcoin/mcp-server (active, first published 2026-06-21)
packages
npm:@suverselabs/mcp-server

06 · Sudzikcoin MCP Server FAQ

Is Sudzikcoin MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-11. We re-verify nightly.

What can Sudzikcoin MCP Server do?

With this server connected, an agent can discover the 128 gov_query service ids + params, and search every x402 endpoint SuVerse knows about (own + CDP Bazaar mirror).

How do I install Sudzikcoin MCP Server?

Run `npx -y @suverselabs/mcp-server`. The README documents one environment variable (SUVERSE_BASE_PRIVATE_KEY) to set first. Set SUVERSE_BASE_PRIVATE_KEY before connecting. You can also paste the ready-made client config above.

Does Sudzikcoin MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sudzikcoin MCP Server

More finance MCP servers · SumUp MCP Server · AI Audit Trail · Swarmwage · Recon Crypto MCP · VaultPilot MCP

More TypeScript MCP servers · Vulcanus · Sunub Obsidian MCP Server · Supabase · Search1 API · see all