API Integration
| Server | Language | Stars | Downloads |
|---|---|---|---|
| Calendar.app List, search, and manage calendar events via macOS Calendar.app across all configured accounts. | TypeScript | — | — |
| CalmBoard MCP AI agents use CalmBoard MCP to access board data, tasks, insights, and project workflows. | — | — | — |
| Calories Club: AI Food Tracker AI-powered calorie tracking with photo recognition, barcode scanning, and voice logging | — | — | — |
| Caltrain "A Model Context Protocol (MCP) server that promises to tell you exactly when the next Caltrain will arrive... and then be 10 minutes late anyway. Uses real GTFS data, so at least the disappointment is official!" This isn't my MCP, I just added compatibility for Smithery and deployed it here! Check out the OG: https://github.com/davidyen1124/caltrain-mcp | — | — | — |
| Campus Copilot MCP Read-only MCP server for the local Campus Copilot BFF and imported workspace snapshots. | — | — | — |
| @camscanner/yapi-mcp-server MCP Server for querying YApi API documentation | TypeScript | — | — |
| candle-vllm Efficent platform for inference and serving local LLMs including an OpenAI compatible API server. | Rust | 656 | — |
| CAN-TAP Verified Free dofollow backlinks for Canadian businesses. Claim, verify, and track NFC tap analytics. | — | — | — |
| Canuckeats — Canadian Food Delivery AI food ordering across Canada — 17,000+ restaurants, 89 cities, real UberEats + DoorDash. | — | — | — |
| canvas-mcp-server A comprehensive Model Context Protocol (MCP) server for Canvas LMS with full student functionality and account management | TypeScript | 96 | — |
| canvas_to_calendar_sync This is a code to an MCP server which enables students to sync their exams and assignment dates on student/ university portals such as Canvas to their Google Calendar, provided the student portal is API enabled. | — | — | — |
| Canvs AI-powered diagrams, mind maps, flowcharts on a free unlimited collaborative whiteboard | — | — | — |
| @caobing122/jira-mcp-server Jira MCP Server | TypeScript | — | — |
| CAPI Gateway Apache Camel API Gateway with REST-to-MCP bridging for LLM agents. | — | — | — |
| capinvest-mcp-server CapInvest Platform MCP Server | Python | — | — |
| capitainecarbone | — | — | — |
| capital-com-mcp-server Capital.com MCP Server for Amazon Q and other LLMs | Python | — | — |
| Capitals! A great map with info on Capitals all around the world | — | — | — |
| @capivv/mcp-server MCP server for managing Capivv subscription platform via AI assistants | TypeScript | — | — |
| cap-mcp-plugin MCP (Model Context Protocol) server plugin for CAP NodeJS | TypeScript | 60 | — |
| Cap Rate Signals — US Real Estate Metro Intelligence Scores US metros on corporate investment catalysts and repricing signals for real estate investors. | — | — | — |
| Capture Screen MCP Windows screen capture MCP server with display, region, and active-window capture tools. | — | — | — |
| carapidev Remote MCP server giving AI agents instant access to comprehensive vehicle data: VIN decoding, license-plate lookup, stolen-vehicle checks, mileage history, inspection records, photos, and market valuations across 24 markets. Connect with a single Authorization: Bearer API key from any MCP client (Claude Desktop, Claude Code, Cursor, ChatGPT, Cline, Zed). Stateless and hosted at https://mcp.carapi.dev/mcp — no setup, no session management, just plug in your key and start querying. Includes a free carapi_docs tool for searching CarAPI documentation without authentication. | — | — | — |
| Carbon Footprint Calculator An MCP server for calculating carbon footprints from bank statements using EPA GHG emission factors. | Python | — | — |
| Cardano MCP <p align="center"> <img src="https://cdn.simpleicons.org/cardano/0033AD" width="80" /> </p> <h1 align="center">Cardano MCP Server</h1> A **Model Context Protocol (MCP) server** for interacting with the Cardano blockchain from AI agents and automation systems. This server exposes wallet-aware tools for: - Submitting transactions - Fetching addresses - Reading UTxOs - Fetching balances - Resolving ADAHandles - Checking stake delegation ## Secrets 1. Copy the `.env.example` file to a new file `.env` 2. Specify your seed-phrase (`SEED_PHRASE`). Your seed-phrase is NEVER exposed to LLMs, and is only used for local wallet connection. 3. Configure the wallet connection details. Specify a Blockfrost Project ID (https://blockfrost.io/), or a Kupo & Ogmios URL. ## Docker Installation Build the container ```bash docker build -t cardano-mcp . ``` Run with your secrets ```bash docker run -p 8000:8000 \ -e PORT=8000 \ -e SEED_PHRASE="lizard,llama,frog..." \ -e BLOCKFROST_PROJECT_ID="your_blockfrost_key" \ cardano-mcp ``` ## Manual Installation Clone this repository ```bash git clone https://github.com/IndigoProtocol/cardano-mcp.git ``` Install dependencies ```bash cd cardano-mcp npm install ``` Build & Run ```bash npm run dev - or - npm run build npm run start ``` ## Connecting The URL for the Cardano MCP server will be hosted at http://localhost:8000/mcp ### Claude Desktop Configuration Add to `~/Library/Application Support/Claude/claude_desktop_config.json`: ```json { "mcpServers": { "cardano": { "command": "node", "args": ["/path/to/cardano-mcp/dist/index.js"], "env": { "SEED_PHRASE": "lizard,llama,frog..." "BLOCKFROST_PROJECT_ID": "mainnet123..." } } } } ``` ## Disclaimer By using this Cardano MCP Server and all related tools and technology (“MPC”), you acknowledge and agree that (i) your use of decentralized finance, including MPC and/or AI agents that you empower to manage your digital assets, involves various significant financial risks, including but not limited to, the risk of financial loss caused by MPC design or instructions, impermanent loss, and changes in digital asset prices; and (ii) that you are solely responsible for all MPC actions and transactions, and for securing your seed phrase, private keys, and environment configuration. | — | — | — |