← Back to Plugins
MCP Server MCP

io.github.cambriannetwork/cambrian-api

github By github 👁 1 views ▲ 0 votes

Cambrian API MCP: Solana and EVM DeFi data, Deep42 social intelligence, and perpetual risk analysis.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.cambrian.org/mcp",
      "headers": [
        {
          "description": "Bearer token in the form: Bearer <CAMBRIAN_API_KEY>",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cambrian-api-mcp",
      "version": "1.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Cambrian API key.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CAMBRIAN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...