API Integration

Wrappers around third-party REST, GraphQL, and webhook APIs — Stripe, Twilio, SendGrid, GitHub, and similar services.

OAuth misconfiguration · token exposure · SSRF
5,274Total Servers
Sort:5,274 servers
ServerLanguageStarsDownloads
Code Review Analyst

Gemini-powered MCP server for code review analysis.

by j0hanz

TypeScript0
CodeReviewBuddy

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

by detailobsessed

Python0
code-review-mcp-server

MCP Server with Code Review

by orcus0925

TypeScript
CoderSwap MCP Server

Build searchable AI research knowledge bases with hybrid vector search directly in Claude Desktop.

by njlnaet

TypeScript
CodeSherlock

AI-powered static and contextual code analysis MCP server

by FGC-Shreyansh-Chachaundiya

TypeScript
CodeSurface

Code analysis toolkit for extracting API surfaces, dependency graphs, and structural patterns.

by Codeturion

Python20
Codify

Create reusable automation tools from casual browser actions using Apify Agent.

by cybairfly

TypeScript0
CoexistAI

CoexistAI is a modular, developer-friendly research assistant framework . It enables you to build, search, summarize, and automate research workflows using LLMs, web search, Reddit, YouTube, and mapping tools—all with simple MCP tool calls or API calls or Python functions.

by SPThole

Jupyter Notebook454
@cognistore/mcp-server

MCP server for CogniStore — integrates with Claude Code and GitHub Copilot

by raphael.sithion

TypeScript
Cognitive Memory

Ebbinghaus-based persistent memory with time decay and recall strengthening.

by sachitrafa

2
Cognitive Warfare & PsyOps Analysis

Detect and analyze cognitive warfare campaigns, information operations, narrative manipulation, a...

by Ryan-Clinton

CognOS Session Memory

Verified context injection via epistemic trust scoring for session continuity between conversations.

by base76-research-lab

Python1
CoinAPI and FinFeedAPI

Composite server endpoint for all API Bricks products: CoinAPI and FinFeedAPI

CoinAPI Exchange Rates - Historical

Integrates with CoinAPI to provide historical cryptocurrency and foreign exchange rate data.

CoinAPI - Indexes

Provides access to comprehensive cryptocurrency market data including real-time prices, historical data, and exchange information.

coinapi-mcp-server
CoinAPI Real-time Exchange Rates

Integrates with CoinAPI to provide real-time cryptocurrency and exchange rate data.

Coinbase Commerce

Enables cryptocurrency payment processing through Coinbase Commerce API with tools for generating payment links and retrieving transaction details

0
Coincap

Integrates with CoinCap's API v3 to provide real-time cryptocurrency price tracking, market analysis, and historical trend data for informed investment decisions.

TypeScript1
@coincap/coincap-mcp-server

CoinCap.io MCP server serving the coincap rest api via mcp

by elmutt

TypeScript
coinex_mcp_server

# CoinEx MCP Server A Model Context Protocol (MCP) server that enables AI agents to interact seamlessly with the CoinEx cryptocurrency exchange. This server provides comprehensive access to market data, trading operations, and account management through a standardized MCP interface. ## Key Features - **Market Data Access**: Retrieve real-time tickers, order books, K-lines, and recent trades for both spot and futures markets - **Futures Analytics**: Access funding rates, premium indices, basis history, position tiers, and liquidation data - **Account Management**: Query account balances and manage trading positions - **Order Operations**: Place, cancel, and track orders with full history access - **Flexible Deployment**: Supports multiple transport protocols (stdio, HTTP, SSE) for various integration scenarios ## Quick Start ### Installation via http (Recommended) just add this url `https://mcp.coinex.com/mcp` to your mcp configuration in agent. for example, use this command to add it to your claude code: ``` claude mcp add --transport http coinex-mcp-server https://mcp.coinex.com/mcp ``` ### Installation via uvx (Support get balance / place order by API key) Configure your MCP client (e.g., Claude Desktop) with the following JSON: ```json { "mcpServers": { "coinex": { "command": "uvx", "args": ["coinex-mcp-server"], "env": { "COINEX_ACCESS_ID": "your_access_id_here", "COINEX_SECRET_KEY": "your_secret_key_here" } } } } ``` ### HTTP Mode Deployment by source code * install `pip install coinex-mcp-server` * start the server in HTTP mode: ```bash python -m coinex_mcp_server.main --transport http --host 127.0.0.1 --port 8000 --path /mcp --enable-http-auth ``` Pass credentials via HTTP headers: - `X-CoinEx-Access-Id: <your_access_id>` - `X-CoinEx-Secret-Key: <your_secret_key>` ## Usage Examples - **Get Market Tickers**: `list_markets(market_type="spot")` or `get_tickers(symbol="BTCUSDT")` - **Query Order Book**: `get_orderbook(symbol="BTCUSDT", limit=20)` - **Check Account Balance**: `get_account_balance()` - **Place Order**: `place_order(symbol="BTCUSDT", side="buy", type="limit", amount="0.01", price="50000")` ## Security Notes ⚠️ **Important**: - Never expose HTTP authentication in public services - Deploy with HTTPS/TLS in production environments

by CoinEx MCP Contributors

Python
CoinGecko

Integrates with CoinGecko's cryptocurrency API to provide real-time market data, pricing information, and detailed coin analytics through both REST endpoints and JSON-RPC 2.0 methods with automatic fallback between free and Pro API access.

1
CoinGecko (by Junct)

Hosted proxy for CoinGecko cryptocurrency data APIs with 1 auto-generated tool for market data.

by junct-bot

0
@coingecko/coingecko-mcp

The official MCP Server for the Coingecko API

by tmlee

TypeScript51
CoinGecko Crypto Trader

Provides real-time cryptocurrency market data through CoinGecko API for accessing prices, market information, historical charts, search functionality, trending coins, and global statistics.

17