← Back to Plugins
MCP Server MCP

io.github.Truebases/truebases-mcp

github By github 👁 1 views ▲ 0 votes

Find opportunities, track market activity, and discover business signals with real-time data.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "truebases-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key for the TrueBases API",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRUEBASES_API_KEY"
        },
        {
          "description": "TrueBases API URL (optional)",
          "format": "string",
          "name": "TRUEBASES_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...