API Integration

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

OAuth misconfiguration · token exposure · SSRF
7,035Total Servers
Sort:7,035 servers
ServerLanguageStarsDownloads
CoderSwap MCP Server

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

by njlnaet

TypeScript
codewiki-mcp

MCP server for codewiki.google

by izzzzzi

TypeScript
Codex MCP Go

MCP server wrapping Codex CLI for stdio-based tool calls.

by w31r4

TypeScript
Coding Challenge Solutions

Search coding challenge solutions by keyword and optionally filter by programming language

by nikhil-bhat

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 Notebook479
CogniRelay

Self-hosted agent continuity server with bounded, recoverable memory and restart orientation.

by stef-k

Python
@cognistore/mcp-server

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

by raphael.sithion

TypeScript
coinapi-mcp-server
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/coingecko-mcp

The official MCP Server for the Coingecko API

by GitHub Actions

TypeScript
CoinMarketCap API Server

Provide standardized access to comprehensive cryptocurrency market data, exchange information, and blockchain metrics. Fetch the latest crypto trends, market movements, and detailed OHLCV data with type-safe parameter validation. Empower your applications with reliable and up-to-date crypto insights through a unified interface.

CoinMarketCap MCP

Access the complete CoinMarketCap API with 20+ basic endpoints and 50+ total, including cryptocurrency market data, exchange information, and other blockchain-related metrics. Sign up here for a free API key: https://pro.coinmarketcap.com/signup/?plan=0

coin-mcp-server

use Bitget’s API to get cryptocurrency info

by devchainxmlp08

TypeScript0
Coinranking

Provide real-time and historical cryptocurrency data, market statistics, and exchange information to enhance your applications with up-to-date crypto insights. Enable advanced search and detailed coin comparisons to support informed decision-making. Simplify integration with easy API key configuration and ready-to-use prompts for market analysis.

Cokodo Agent

Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs.

by dinwind

Python
Colombo-Stock-Exchange-CSE-MCP-Server

An MCP (Model Context Protocol) server that provides structured access to Colombo Stock Exchange (CSE) market data. This server exposes CSE API endpoints as MCP tools so LLMs and agents can query real-time market, stock, trade, and announcement data.

by dilanka-heshan

TypeScript0
colorapi

Color API MCP — wraps thecolorapi.com (free, no auth)

by pipeworx-io

Color Me Shop MCP Server

Official remote MCP server for Color Me Shop.

by pepabo

Color Palette Generator API

Generate harmonious color palettes — complementary, analogous, triadic. x402 micropayment.

by Br0ski777

com.apideck/mcp

Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).

by apideck

TypeScript2
com.atlassian/atlassian-mcp-server

Atlassian Rovo MCP Server

by atlassian

JavaScript659
com.benriscore/api

Purpose-aware accessibility scoring for every coordinate in Japan.

by benriscore

com.bizgigz/agent-marketplace

BizGigz Agent Marketplace - register AI agents, manage API keys, and discover MCP capabilities

by bizgigz

com.dealsurface/dealsurface

MCP server for DealSurface.com sales intelligence platform.

by dealsurface

TypeScript
com.dillilabs.deva/dilli-email-validation-api-server

An MCP server that provides tools to validate an email address using Dilli Email Validation API.

by deva