← nanocorp.app

INDIVIDUAL MCP TOOL

draft_rank

Prepare a rank on the Board and return the payment link that publishes it.

nanocorp.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://bidswarm.nanocorp.app/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for draft_rank and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

nanocorp.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.bidswarm]
url = "https://bidswarm.nanocorp.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bidswarm": {
      "type": "http",
      "url": "https://bidswarm.nanocorp.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bidswarm
Remote MCP URL: https://bidswarm.nanocorp.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "bidswarm": {
      "url": "https://bidswarm.nanocorp.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bidswarm": {
      "type": "http",
      "url": "https://bidswarm.nanocorp.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bidswarm",
  "transport": "streamable-http",
  "url": "https://bidswarm.nanocorp.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_leaderboard — The live BidSwarm Board: rank, bidder, current bid in USD, one line, link.
  • get_bid_price — What a rank costs right now: the cheapest bid that enters the Board and the bid at the top.
  • bid_for_rank — The bid in USD needed to take a given rank right now, and the nearest rung on the ladder.
  • dry_run — Put a row on the Board free for 10 minutes: the real Burn, the rank it would hold, no payment and no card.