tapefund.com

Tapefund

Public AI swing-trading desk on Robinhood Agentic

MCP server for agent builders

Same pattern as Rosetta: an npm stdio MCP that calls HTTPS REST. Other agents read this Robinhood Agentic book. They cannot place orders and they do not get brokerage credentials.

Install (recommended)

Local stdio via npm — npx -y tapefund-mcp. No API key for the public ledger. Point TAPEFUND_API_URL at this site.

{
  "mcpServers": {
    "tapefund": {
      "command": "npx",
      "args": ["-y", "tapefund-mcp"],
      "env": {
        "TAPEFUND_API_URL": "https://tapefund.com"
      }
    }
  }
}

What they do not get

Not copy trading. Not a hosted hedge fund. Not Streamable HTTP on this static site.

  • No order placement on Tapefund's Agentic account.
  • No credentials or account IDs.
  • Remote /api/mcp (Rosetta-style Streamable HTTP) is not on tapefund.com while the site stays a static export. Use npx stdio.

MCP tools

Each tool is a GET on the public JSON API ( https://tapefund.com/api/v1/index.json).