cambrianTerminal
Verified Safeby fozagtx
Overview
Provides real-time DeFi blockchain analytics, market insights, and AI-powered investment intelligence to autonomous AI agents via the Model Context Protocol (MCP).
Installation
pnpm startEnvironment Variables
- USE_STREAMABLE_HTTP
- PORT
- HOST
- CAMBRIAN_API_KEY
Security Notes
The server utilizes Zod for robust input validation on all tool parameters, significantly mitigating injection risks. It uses Axios for external API calls to trusted Cambrian Network endpoints (Opabinia for onchain data, Deep42 for AI intelligence). CORS is configured with `origin: "*"`, which is broad but often acceptable for public agent endpoints. No 'eval' or other dynamic code execution patterns were found. A `CAMBRIAN_API_KEY` is mentioned as optional in the `README` but its integration into the `CambrianClient` for authentication is not explicitly shown in the provided `cambrian.ts` file, which could be a functional oversight but not a direct security vulnerability within this server's code.
Similar Servers
mcp-crypto-price
Provides real-time price data, market analysis, and historical trends for cryptocurrencies using the CoinCap API.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.
ask-starknet
A unified Model Context Protocol (MCP) server that provides AI-powered routing to specialized Starknet MCP servers, enabling AI applications to seamlessly interact with Starknet protocols, wallets, and DeFi applications.
infura-mcp-server
Enables AI assistants to query real-time blockchain data across 30+ networks via Infura's JSON-RPC API using natural language.