spectrum-mcp

Project516/spectrum-mcp
★ 0 stars TypeScript AI/LLM Updated 3d ago
MCP server exposing the Spectrum app databases to AI agents, authorized as the signed-in user
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spectrum-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Project516/spectrum-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that lets an AI agent read and edit the Spectrum app databases as a specific person, with that person's permissions. It is a Cloudflare Worker that plays two roles at once: the OAuth 2.1 authorization server an MCP client signs in against, and the MCP resource server the client then talks to. It targets the Model Context Protocol

Tools (9)

create_documentdelete_documentget_documentget_scout_configlist_collectionsquery_collectionupdate_documentupdate_scout_configwhoami