Stripe Billing API
Stripe Billing is the subscription and invoicing layer of the Stripe platform, providing APIs for managing Products, Prices, Subscriptions, Invoices, and Customer billing portals. Used by SaaS companies to automate recurring revenue, proration, metered usage billing, and dunning workflows.
Stripe API
The developer's payment platform with APIs for accepting payments, managing subscriptions, handling billing, and fraud prevention, with an official MCP server.
DuckDB
Embedded in-process OLAP database optimized for analytics — reads Parquet, CSV, and JSON files directly with full SQL support, running inside Python, Node, or any language without a server.
Stripe Identity API
Stripe's document identity verification service that confirms real user identities by collecting government IDs and selfies, returning structured verification results via the Stripe API.
Neon
Neon is a serverless PostgreSQL platform that separates compute from storage to enable instant database branching, scale-to-zero, and autoscaling. Each Neon branch is a full copy-on-write snapshot of the database, enabling safe schema migrations, isolated test environments, and per-PR previews with zero additional storage cost until data diverges. The Management REST API controls infrastructure: creating projects, branches, compute endpoints, roles, and connection strings. The HTTP SQL API executes Postgres queries over HTTPS without a persistent TCP connection. The official Neon MCP server (25+ tools) gives AI agents direct control over the full Neon platform — running SQL, managing migrations on temporary branches, analyzing slow queries, and provisioning databases — making Neon one of the most agent-ready databases available.
Stripe MCP Server (Official)
Stripe's official MCP server (part of the Stripe Agent Toolkit) giving agents the ability to create payment links, manage customers, handle subscriptions, retrieve transaction data, and automate billing workflows.
SQLite
A self-contained, serverless, zero-configuration SQL database engine embedded directly into applications. The database is a single cross-platform file. Available in Python's standard library (sqlite3 module), and via better-sqlite3 for Node.js. The most widely deployed database engine in the world, found in every browser, OS, and mobile device.
Clerk API
Developer-first authentication and user management platform with prebuilt UI components, a REST API, and an MCP server for managing users, sessions, organizations, and auth flows in modern web apps.
Anthropic Claude API (via MCP)
Anthropic's Claude API enabling AI agents to call Claude models — text generation, vision, tool use, document analysis, and multi-turn conversations. The most capable Claude models including Claude 4 Opus and Sonnet.
Sentry
Captures, groups, and surfaces application errors and performance traces across 90+ platforms so agents can query error trends, triage issues, and trigger alerts.
OpenAI API (via MCP)
OpenAI's API providing AI agents access to GPT-4, GPT-4o, o1/o3 reasoning models, embeddings, vision, DALL-E image generation, Whisper speech recognition, and the Assistants API with persistent threads.
Neon
Serverless PostgreSQL with database branching, autoscaling to zero, and instant provisioning for development and production workloads.
Shopify MCP Server (Official)
Official Shopify MCP server (dev-mcp) enabling AI agents to interact with Shopify stores and developer tools — querying products, orders, customers, inventory, and accessing Shopify's development documentation.
Elasticsearch MCP Server
Official Elasticsearch MCP server enabling AI agents to interact with Elasticsearch clusters — executing search queries, managing indices, performing aggregations, accessing Kibana dashboards, and integrating with the Elastic Stack for search and observability.
OpenWeatherMap MCP Server
Official OpenWeatherMap MCP server enabling AI agents to access weather data — current conditions, forecasts, historical data, air quality, and weather alerts for any location worldwide.
1Password Developer / Secrets Automation
Secrets automation platform that lets applications and agents securely retrieve credentials stored in 1Password vaults via SDK, REST API, or MCP server, without ever exposing secrets in environment variables or code.
Attio CRM
Flexible, API-first CRM with a configurable data model and relationship intelligence that tracks contacts, companies, and deals with real-time collaboration and workspace sync.
HubSpot MCP Server (Official)
Official HubSpot MCP server enabling AI agents to interact with HubSpot CRM — reading and creating contacts, companies, deals, tickets, and notes; querying pipeline state; and automating sales and marketing workflows.
Neon MCP Server (Official)
Official Neon MCP server enabling AI agents to interact with Neon serverless PostgreSQL — creating and managing databases, running SQL queries, managing branches for development/testing workflows, and monitoring database state.
Upstash Redis MCP Server
Official Upstash MCP server enabling AI agents to interact with Upstash's serverless Redis and Kafka — Redis data operations, database management, and Kafka topic interactions with per-request pricing.
Zendesk MCP Server (Official)
Official Zendesk MCP server enabling AI agents to interact with Zendesk's customer service platform — reading, creating, and updating tickets; querying users and organizations; managing macros; and analyzing support queue state.
MCP Gateway & Registry
An enterprise-ready unified MCP gateway and registry platform that centralizes access to multiple MCP servers with OAuth2 authentication, fine-grained access control, dynamic tool discovery via semantic search, agent-to-agent (A2A) communication, security scanning, and SOC 2/GDPR-ready audit logging.
Pinecone Assistant MCP Server (Official)
Official Pinecone MCP server providing AI agents with access to Pinecone's vector database and Pinecone Assistant — enabling semantic search, RAG pipelines, and vector index management from agent workflows.
Neon Database API
Neon serverless PostgreSQL API — fully managed serverless Postgres with instant database branching, enabling agents to create isolated database branches for dev/test/staging, scale-to-zero compute, and standard PostgreSQL queries via standard connection strings.
Square MCP Server (Official)
Official Square MCP server enabling AI agents to interact with Square's commerce platform — managing catalog items, querying orders and payments, managing customers and loyalty programs, handling inventory, and integrating Square's in-person and online commerce APIs.
ClickHouse MCP Server (Official)
Official ClickHouse MCP server enabling AI agents to query ClickHouse databases — running SQL analytics, exploring table schemas, executing OLAP queries, and accessing ClickHouse's high-performance columnar storage for real-time analytics at scale.
Convex Reactive Database API
Provides a reactive TypeScript-native database where queries automatically re-run and push updates to subscribers whenever underlying data changes, combining backend logic, storage, and real-time sync in one platform.
Qdrant MCP Server (Official)
Official Qdrant MCP server enabling AI agents to store, search, and retrieve vector embeddings — semantic search, RAG retrieval, and collection management in Qdrant's high-performance vector database.
MotherDuck API
MotherDuck managed cloud DuckDB — run DuckDB analytical queries in the cloud with shared databases, collaboration, and hybrid local+cloud execution via the DuckDB client.
Apify MCP Server
MCP server that exposes thousands of Apify Actors (pre-built web scrapers and automation tools) to AI assistants, enabling structured data extraction from social media, search engines, e-commerce sites, and more.
PostHog MCP Server (Official)
Official PostHog MCP server enabling AI agents to interact with PostHog's product analytics platform — querying events, trends, funnels, cohorts, feature flags, and experiments from an open-source analytics stack.
Supabase
Supabase is an open-source Firebase alternative that bundles four distinct APIs over a single Postgres database: the PostgREST auto-generated REST API (instant REST endpoints from your table schema), the Auth API (JWT-based user authentication with OAuth providers, magic links, and OTP), the Storage API (S3-compatible object storage with access policies tied to Row Level Security), and the Realtime API (Postgres CDC websocket subscriptions). Edge Functions (Deno Deploy) provide serverless compute. All APIs are governed by Row Level Security (RLS) policies defined in Postgres — the data access rules live in the database, not in application code.
MotherDuck MCP Server (Official)
Official MotherDuck MCP server enabling AI agents to run SQL analytics with DuckDB — querying local files (Parquet, CSV, JSON), cloud-hosted MotherDuck databases, and performing in-process analytics without spinning up a cluster.
Supabase MCP
Supabase's official MCP server provides AI agents with direct access to manage Supabase projects including PostgreSQL databases, authentication, storage, and edge functions.
BioMCP
A single-binary CLI and MCP server that provides unified natural language and structured access to 15+ biomedical databases (PubMed, ClinicalTrials.gov, ChEMBL, UniProt, etc.) across 12 entity types including genes, variants, drugs, and clinical trials.
Intercom MCP Server (Official)
Official Intercom MCP server enabling AI agents to interact with Intercom's customer messaging platform — reading conversations, creating notes, managing contacts and companies, and querying customer data.
Tailscale
Zero-config mesh VPN built on WireGuard that lets devices, servers, and services connect securely without port forwarding or firewall rules, with a REST API and official MCP server for network management automation.
Firecrawl MCP Server
Official MCP server for Firecrawl that provides AI agents with web scraping, crawling, search, site mapping, and browser automation capabilities. Supports single-page extraction, batch scraping, multi-page crawling with depth control, and an agent mode for complex multi-source research.
Neon Serverless Postgres
Serverless Postgres with autoscaling-to-zero, database branching for dev/preview environments, and instant provisioning. Fully compatible with the Postgres ecosystem.
dbt Docs MCP Server
dbt Docs MCP server enabling AI agents to query dbt project documentation and metadata — browsing model definitions, understanding column lineage, reading test configurations, and integrating dbt project knowledge into agent-driven data engineering and analytics workflows.
Dynatrace MCP Server (Official)
Official Dynatrace MCP server enabling AI agents to interact with Dynatrace's AI-powered observability platform — querying metrics, problems, events, logs, and leveraging Davis AI insights for automated anomaly analysis.
Google BigQuery MCP Server
Google's MCP Toolbox for Databases including BigQuery support — enabling AI agents to query BigQuery data warehouses, run SQL analytics, access table metadata, and interact with Google's petabyte-scale analytics platform.
Hermes MCP
A comprehensive Elixir/OTP implementation of the Model Context Protocol providing both client and server functionality, leveraging Elixir's concurrency model and fault tolerance for building robust MCP integrations in Phoenix and standalone applications.
PubNub MCP Server
Official PubNub MCP server enabling AI agents to interact with PubNub's realtime messaging infrastructure — publishing and subscribing to channels, managing channel memberships, accessing message history, handling presence events, and integrating PubNub's global realtime data streaming into agent-driven workflows.
dbt Cloud MCP Server (Official)
Official dbt Cloud MCP server enabling AI agents to interact with dbt's analytics engineering platform — querying model metadata, running dbt jobs, checking job status, exploring data lineage, and managing dbt Cloud environments.
Qdrant MCP Server
Official Qdrant MCP server that gives LLM agents a semantic memory layer: agents can store information with `qdrant-store` and retrieve semantically similar content with `qdrant-find`, backed by Qdrant vector database and FastEmbed embeddings.
Vibe Check MCP Server
Vibe Check is an MCP server that acts as a meta-mentor for AI agents, using Chain-Pattern Interrupts (CPI) to challenge assumptions, prevent tunnel vision and over-engineering, and enforce session-specific rules — research shows CPI roughly doubles agent task success rates in evaluation runs.
Bright Data MCP Server
All-in-one MCP server providing AI agents with live web access capabilities including real-time search, webpage scraping to markdown, browser automation, and structured data extraction from 60+ specialized tools covering e-commerce, social media, finance, travel, and more - all backed by Bright Data's enterprise unblocking infrastructure.
MCP for Beginners
A comprehensive 12-module open-source curriculum by Microsoft that teaches the Model Context Protocol through hands-on, cross-language examples in C#, Java, JavaScript, Python, TypeScript, and Rust — covering basic MCP servers through enterprise Azure integrations.
Apache Doris MCP Server (Official)
Official Apache Doris MCP server enabling AI agents to interact with Apache Doris's MPP analytical database — executing SQL queries, managing tables and schemas, querying performance metrics, and integrating Doris's real-time OLAP capabilities into agent-driven data analytics and lakehouse workflows.
n8n-MCP
An MCP server that gives AI assistants comprehensive access to n8n's node documentation, workflow templates, and live instance management, enabling AI-assisted workflow creation, validation, and execution across 1,084 n8n nodes.
New Relic MCP Server (Official)
Official New Relic MCP server enabling AI agents to interact with New Relic's observability platform — querying metrics and traces via NRQL, checking alerts, reading dashboards, and investigating application and infrastructure health.
Cohere API (via MCP)
Cohere's API providing AI agents access to Command LLM models, multilingual embeddings (Embed), and reranking (Rerank) — particularly strong for RAG pipelines, semantic search, and enterprise deployments.
Supabase Realtime API
Streams Postgres database change events (INSERT, UPDATE, DELETE) and provides broadcast and presence channels over WebSockets, tightly integrated with the Supabase platform.
Sentry MCP
An official MCP server from Sentry that connects AI coding assistants to Sentry error tracking, enabling natural language queries over issues, events, traces, and performance data for AI-assisted debugging workflows.
Vestige
Vestige is a local-first cognitive memory system for AI agents that implements neuroscience-inspired processes including FSRS-6 spaced repetition, prediction error gating, spreading activation, and memory consolidation (dreaming) — going beyond simple RAG to create a genuinely evolving memory that forgets less-relevant information over time.
data.gouv.fr MCP
Official MCP server for data.gouv.fr, the French national Open Data platform. Enables AI assistants to search, explore, and analyze public datasets through natural language conversation. Provides tools for dataset search, resource inspection, tabular data querying, dataservice/API discovery, and usage metrics.
Contentful API
Headless CMS with a Content Delivery API (read-optimized CDN), Content Management API (write), and GraphQL endpoint, plus an official MCP server for agent content operations.
PlanetScale MCP Server (Official)
Official PlanetScale MCP server (integrated in the PlanetScale CLI) enabling AI agents to interact with PlanetScale databases — querying data, managing database branches, running schema migrations, and monitoring database status.
Razorpay MCP Server (Official)
Official Razorpay MCP server enabling AI agents to interact with Razorpay's payment platform — managing orders, payments, refunds, subscriptions, payment links, and accessing Razorpay's India-focused payment infrastructure including UPI, Net Banking, and wallets.
dbt Cloud
Data transformation platform that lets analytics engineers define SQL-based transformations as code, with dbt Cloud offering a managed service with REST API and MCP server for orchestrating transformation runs.
Honeycomb MCP Server (Official)
Official Honeycomb MCP server enabling AI agents to query Honeycomb's observability platform — running queries, exploring datasets, analyzing traces, and investigating performance issues with Honeycomb's powerful query engine.
Confluent MCP Server (Official)
Official Confluent MCP server enabling AI agents to interact with Confluent Cloud — managing Kafka topics, producers/consumers, Schema Registry, connectors, and Flink SQL for real-time event streaming and data pipelines.
Grafana MCP Server (Official)
Official Grafana MCP server enabling AI agents to interact with Grafana — querying dashboards, exploring data sources, checking alerts, querying metrics/logs via Prometheus and Loki, and investigating incidents.
PostHog API
Open-source product analytics platform with event tracking, feature flags, session recordings, and A/B testing, plus an official MCP server for agent-driven analytics querying.
Tableau MCP Server (Official)
Official Tableau MCP server enabling AI agents to interact with Tableau's business intelligence platform — querying published data sources and workbooks, executing VizQL queries, retrieving metadata, managing Tableau Server or Cloud content, and integrating Tableau's analytics layer into agent-driven data workflows.
Turso (libSQL) API
Turso cloud SQLite — a libSQL fork of SQLite with HTTP API access, replication, and database-per-tenant model for deploying isolated SQLite databases at the edge.
InfluxDB 3 MCP Server (Official)
Official InfluxDB 3 MCP server enabling AI agents to query and write time-series data — running Flux and SQL queries against InfluxDB, writing metrics/events, managing buckets, and integrating with IoT and observability pipelines.
Redis Stack
Redis Stack extends Redis with JSON document storage (RedisJSON), full-text and vector search (RediSearch), time-series data (RedisTimeSeries), and probabilistic data structures. Builds on Redis's in-memory key-value store with sub-millisecond latency. Accessible via the Redis protocol (RESP) using standard Redis clients, plus a REST API via Redis Stack Server. Available as Redis OSS + Stack modules, or Redis Cloud.
Sanity API
Headless CMS with a real-time content lake, GROQ query language, and MCP server, supporting highly customizable content models with live collaboration.
PostgreSQL
The world's most advanced open source relational database, providing ACID-compliant transactional storage with rich SQL support, JSONB, full-text search, geospatial (PostGIS), and extensive extension ecosystem. Accessed via SQL drivers (libpq, psycopg2, asyncpg, node-postgres).
dbt MCP Server
Official MCP server from dbt Labs that bridges AI agents with dbt projects. Provides tools for SQL execution, natural language to SQL conversion, semantic layer querying, project discovery (models, macros, sources, lineage), CLI operations (build, test, compile), dbt Cloud admin API access, and YAML/SQL code generation for dbt models.
Databricks REST API
Unified data and AI platform REST API — manage clusters, notebooks, jobs, ML experiments, SQL warehouses, and Unity Catalog data assets programmatically.
Haiku RAG
An opinionated local-first RAG system built on LanceDB, Pydantic AI, and Docling that provides hybrid vector/full-text search, citation-aware Q&A, multi-agent research workflows, and an MCP server for integration with AI assistants like Claude Desktop.
Databricks MCP Server
Databricks MCP server enabling AI agents to interact with the Databricks Lakehouse Platform — running notebooks, executing SQL on Unity Catalog, managing clusters, accessing Delta Lake tables, running ML experiments, and orchestrating data workflows.
Box MCP Server (Official)
Official Box MCP server enabling AI agents to interact with Box's content management platform — reading, uploading, searching, and organizing files and folders; managing permissions; and accessing Box's AI features.
MongoDB Atlas
Fully managed cloud MongoDB service with global clusters, built-in vector search, Atlas Search (full-text), and an official MCP server for agent-driven database operations.
Redis MCP Server
The official Redis MCP server that gives AI agents natural language access to Redis data structures — strings, hashes, lists, sets, sorted sets, streams, JSON, and vector indexes — including semantic search and Azure EntraID authentication.
Apache IoTDB MCP Server (Official)
Official Apache IoTDB MCP server enabling AI agents to interact with IoTDB's time-series database — querying sensor and device data, managing measurement schemas, executing time-series queries, and integrating IoTDB's industrial IoT time-series capabilities into agent-driven IoT analytics and monitoring workflows.
Axiom MCP Server (Official)
Official Axiom MCP server enabling AI agents to query and analyze log data stored in Axiom — running APL (Axiom Processing Language) queries, exploring datasets, and analyzing observability data at scale.
OpenSearch MCP Server (Official)
Official OpenSearch MCP server enabling AI agents to interact with OpenSearch clusters — executing search queries, managing indices, performing aggregations, and accessing OpenSearch's open-source fork of Elasticsearch for search and analytics.
Pinecone
Managed vector database for storing and querying high-dimensional embeddings at scale, enabling semantic search and retrieval-augmented generation (RAG) for AI applications.
Weaviate MCP Server (Official)
Official Weaviate MCP server enabling AI agents to interact with Weaviate's vector database — semantic search, hybrid search, object management, schema administration, and RAG-ready knowledge retrieval.
n8n REST API
n8n's REST API for managing workflows, executions, credentials, and instances of the open-source, self-hostable workflow automation platform with code capabilities and 350+ integrations.
ChromaDB
An open source AI-native embedding database (vector store) designed for storing, querying, and managing high-dimensional embedding vectors. Purpose-built for retrieval-augmented generation (RAG), semantic search, and long-term agent memory. Supports local in-memory, persistent local, and client-server modes with a REST API and Python/JavaScript SDKs.
Elasticsearch API
Elasticsearch is the industry-standard distributed search and analytics engine built on Apache Lucene, powering full-text search, log analytics, security event correlation, and hybrid vector/keyword search at massive scale. Its REST API exposes a rich Query DSL for complex document retrieval, aggregations, and real-time analytics. Available as self-hosted open source (Elastic License 2.0 or SSPL) or fully managed on Elastic Cloud. The official Elasticsearch MCP server lets AI agents query indices and interact with cluster data through natural language-driven tool calls.
Mixpanel Analytics MCP Server
Official Mixpanel MCP server enabling AI agents to query Mixpanel analytics — events, user profiles, funnels, retention, cohorts, and JQL queries for product and behavioral analytics insights.
MCP Server Chart
An MCP server from Alibaba's AntV team that enables AI assistants to generate 26+ chart types (statistical, relational, geographic, process) as rendered images from structured data, using the AntV visualization library suite.
Paddle MCP Server
Official Paddle MCP server from PaddleHQ enabling AI agents to interact with Paddle's merchant-of-record billing platform — querying subscriptions, managing customers and transactions, accessing revenue analytics, handling refunds, and integrating Paddle billing operations into agent-driven business workflows. Paddle handles tax compliance and payments globally.
Snowflake Cortex MCP Server (Official)
Official Snowflake MCP server enabling AI agents to query Snowflake data warehouses, execute SQL, use Snowflake Cortex AI functions (in-database LLM), and interact with Snowflake's data cloud platform.
Unity-MCP
Unity-MCP is an AI-powered bridge that connects LLMs to the Unity Editor and runtime via the Model Context Protocol, exposing 50+ tools for asset management, scene hierarchy manipulation, C# scripting, and test execution so AI agents can directly develop and debug Unity projects.
HubSpot API
HubSpot's CRM and marketing automation platform API for managing contacts, companies, deals, tickets, and marketing workflows with an official MCP server.
Kong Gateway API
Open-source API gateway with an Admin REST API for managing routes, services, plugins, consumers, and upstreams, enabling programmatic control over API traffic, authentication, and rate limiting.
BeanQuery MCP
BeanQuery MCP server enabling AI agents to query Beancount personal finance ledgers using BeanQuery SQL-like language — running financial queries on plain-text double-entry accounting files, generating custom reports, analyzing spending and income patterns, and integrating Beancount financial data into AI-assisted personal finance analysis.
DBHub
Lightweight, zero-dependency MCP server that provides AI clients with safe database access. Supports PostgreSQL, MySQL, MariaDB, SQL Server, and SQLite with safety guardrails including read-only mode, row limiting, and query timeouts. Includes a built-in web workbench for visual interaction.
Airtable MCP Server
MCP server that gives AI systems full read/write access to Airtable bases, including record CRUD, schema management, field creation, and record comments.
Amplitude Analytics MCP Server
Official Amplitude MCP server enabling AI agents to query Amplitude's product analytics — event data, user properties, funnels, cohorts, and dashboards for product insights and data-driven agent workflows.
Linkup Python MCP Server
Official Python MCP server from Linkup Platform — a real-time web search and content retrieval API designed for AI agents. Enables agents to search the web, retrieve up-to-date content, and ground responses with current information. Linkup focuses on providing clean, agent-friendly search results optimized for AI consumption.
RDKit MCP Server
MCP server wrapping RDKit — the leading open-source cheminformatics library. Enables AI agents to perform chemical informatics operations: SMILES parsing, molecular fingerprinting, substructure searching, property prediction (logP, molecular weight, etc.), and chemical structure generation. Bridges chemical informatics with AI agent workflows.
Aiven MCP Server (Official)
Official Aiven MCP server enabling AI agents to manage Aiven's managed cloud data infrastructure — provisioning and operating Kafka, PostgreSQL, MySQL, OpenSearch, Redis, Cassandra, and other managed database services across AWS, GCP, and Azure.
MCP Memory Service
Open-source persistent memory backend for AI agents that stores and retrieves context across sessions using hybrid BM25 + vector search, with optional Cloudflare sync for multi-device and multi-agent memory sharing.
PandaDoc API
Document automation and e-signature platform API for creating, sending, and tracking proposals, contracts, and other business documents, with an official MCP server for AI agent integration.
Axiom MCP Server
Official Axiom MCP server enabling AI agents to query and analyze log data, events, and metrics in Axiom — executing APL (Axiom Processing Language) queries, searching log streams, analyzing time-series metrics, and integrating Axiom's serverless observability platform into agent-driven incident response, debugging, and performance analysis workflows.
MongoDB MCP Server
Official MongoDB MCP server that lets AI assistants query, inspect, and manage MongoDB databases and Atlas clusters using 20+ database tools covering CRUD, schema inspection, index management, and Atlas cluster administration.
GDAL MCP Server
GDAL MCP server enabling AI agents to work with geospatial data using GDAL (Geospatial Data Abstraction Library) — reading and converting raster and vector formats (GeoTIFF, Shapefile, GeoJSON, KML, etc.), performing coordinate transformations, querying spatial data, extracting metadata, and integrating geospatial processing into agent workflows for mapping, GIS analysis, and spatial data pipelines.
MetaMCP
MetaMCP is a self-hosted MCP aggregator and gateway that groups multiple MCP servers into namespaces, exposes them as unified endpoints with configurable auth and rate limiting, and supports tool customization, middleware, and OpenAPI output in a single Docker deployment.
MCP Proxy
A bidirectional proxy that bridges stdio and SSE/Streamable HTTP MCP transports, enabling clients like Claude Desktop (which only speak stdio) to connect to remote HTTP-based MCP servers, and vice versa.
Apache Airflow MCP Server
Apache Airflow MCP server enabling AI agents to interact with Airflow's workflow orchestration platform — triggering and monitoring DAG runs, querying task execution status, managing DAG schedules, retrieving logs, and integrating Airflow's workflow automation into agent-driven data engineering workflows.
tfmcp
A Rust-based MCP tool providing AI assistants with 31 structured tools to manage Terraform environments, including plan analysis with risk scoring, state drift detection, workspace management, and security scanning.
Cloudflare DNS API
Cloudflare's REST API for managing DNS records, zones, page rules, firewall rules, and other Cloudflare services programmatically across managed domains.
PGMCP
MCP server that converts natural language questions into SQL queries against any PostgreSQL database, returning results in table, JSON, or CSV format with streaming support for large result sets.
AWS MCP Servers
Official collection of MCP servers from AWS Labs providing AI agents access to AWS services. Includes servers for AWS documentation lookup, infrastructure-as-code (CloudFormation, CDK, Terraform), container orchestration (EKS, ECS), serverless (SAM CLI, Lambda), cloud resource management (Cloud Control API), and AWS Support. Enables foundation models to read AWS docs, manage infrastructure, and automate cloud operations.
Grafana Loki MCP Server (Official)
Official Grafana Loki MCP server enabling AI agents to query logs stored in Loki using LogQL — searching log streams, filtering by labels, running log metric queries, and analyzing log data for incident investigation.
Kibana MCP Server
Kibana MCP server enabling AI agents to interact with Kibana — the Elastic stack's visualization and observability platform. Enables querying Elasticsearch through Kibana's APIs, reading dashboards and saved searches, running KQL (Kibana Query Language) queries, accessing log and metric data, and integrating observability data into agent workflows for incident response and data analysis.
Upstash REST API
Serverless REST APIs for Redis, Kafka, and QStash (message queuing) with per-request pricing — designed for edge functions and serverless environments where persistent connections aren't possible.
PubChem MCP Server
MCP server providing AI agents with access to PubChem — the world's largest collection of freely accessible chemical information from NCBI/NIH. Enables agents to search compounds by name/SMILES/InChI, retrieve chemical properties, access biological activity data, find similar molecules, and integrate chemical database lookups into drug discovery and research workflows.
Mux Video API
Developer-first video platform that handles video upload, transcoding, adaptive streaming, and live streaming with best-in-class DX and data analytics.
Serper MCP Server
MCP server wrapping Serper.dev — a fast, affordable Google Search API. Enables AI agents to perform Google web searches, image searches, news searches, and place lookups programmatically via Serper's API, which provides structured search results without requiring official Google Search API access.
WorkOS API
Enterprise authentication infrastructure API providing SAML/OIDC SSO, SCIM Directory Sync, MFA, and a self-serve Admin Portal for B2B SaaS apps to add enterprise identity features without building them from scratch.
Explorium MCP Server
Official MCP server from Explorium (explorium-ai org) for their AI-native data enrichment platform. Enables AI agents to enrich business data with company intelligence, contact information, firmographics, technographics, and predictive signals — supporting B2B data enrichment, lead scoring, and business intelligence workflows.
Neo4j
Neo4j is the world's leading graph database, storing data as nodes, relationships, and properties rather than rows and columns. It uses the Cypher query language for expressing graph traversals, pattern matching, and aggregations. Neo4j exposes data via the Bolt binary protocol (used by all official drivers), an HTTP API for Cypher execution, and a REST Discovery API. It is available as Community Edition (open source), Enterprise Edition, and Neo4j Aura (fully managed cloud). A suite of four community-maintained MCP servers (from Neo4j Labs) enables AI agents to query, model, and manage graph data via natural language.
Sefaria MCP Server
MCP server for Sefaria — the open-source Jewish text library containing Torah, Talmud, Midrash, and thousands of other Jewish religious and scholarly texts. Enables AI agents to search, retrieve, and navigate the Sefaria corpus, accessing texts in Hebrew, Aramaic, and English translation with full cross-reference links.
Volcano Agent SDK
A TypeScript SDK for building AI agents that combine LLM reasoning with real-world actions via MCP tools, supporting automatic tool selection, multi-agent coordination, parallel execution, streaming, and multi-provider LLMs (OpenAI, Anthropic, Mistral, Bedrock, etc.).
Cloud Run MCP
MCP server that enables AI agents to deploy applications to Google Cloud Run. Provides tools to deploy file contents or local folders, list and inspect Cloud Run services, retrieve service logs, list GCP projects, and create new projects. Supports local and remote (on Cloud Run itself) deployment modes.
Paper Search MCP
An MCP server that enables AI assistants to search and retrieve academic papers from multiple sources including arXiv, PubMed, bioRxiv, medRxiv, Google Scholar, IACR, and Semantic Scholar through a unified interface.
ZenML MCP Server (Official)
Official ZenML MCP server enabling AI agents to interact with ZenML's MLOps platform — querying pipeline runs, accessing artifact metadata, managing models, checking stack configurations, and orchestrating ML workflows.
Pushover API
Simple push notification service for sending real-time alerts to iOS and Android devices via a dead-simple REST API with minimal setup.
kubectl MCP Server
MCP server that bridges AI assistants to Kubernetes clusters, exposing 253 tools for pod diagnostics, deployment management, RBAC auditing, Helm chart management, cost optimization, and network diagnostics through natural language conversations.
Airbyte
Open-source ELT platform with 300+ pre-built connectors that syncs data from any source to any destination, with a REST API and MCP server for pipeline orchestration automation.
Google BigQuery REST API
Provides a serverless, fully managed analytics data warehouse via REST API, enabling AI agents to run SQL queries, manage datasets and tables, and ingest streaming data at petabyte scale.
PBIXRay MCP Server
MCP server using PBIXRay to analyze Power BI (.pbix) files. Enables AI agents to inspect Power BI report internals — DAX measures, data models, relationships, data sources, and metadata — without requiring Power BI Desktop. Useful for Power BI governance, auditing, and documentation automation.
AlphaFold MCP Server
MCP server providing AI agents with access to AlphaFold Protein Structure Database — DeepMind/EBI's groundbreaking database of predicted protein structures for 200M+ proteins. Enables agents to retrieve protein structure predictions by UniProt accession, access confidence scores, download structure files (PDB/mmCIF), and integrate protein structure data into biological research workflows.
Crawlbase MCP
Official Crawlbase MCP server enabling AI agents to use Crawlbase's web scraping and crawling API — fetching web pages through residential/datacenter proxies, bypassing anti-bot protection, extracting structured data from websites, and integrating web data collection into agent-driven research and automation workflows.
Semantic Scholar MCP Server
Semantic Scholar MCP server enabling AI agents to search and retrieve academic papers from Semantic Scholar — Allen Institute for AI's free academic search engine covering 200M+ papers across all fields. Enables searching by keyword, author, or paper ID, retrieving paper metadata, abstracts, citation counts, and open-access PDFs, integrating academic literature search into research agent workflows.
OpenCage Geocoding
Geocoding API built on open data sources (OpenStreetMap, GeoNames, etc.) that converts addresses to coordinates (forward) and coordinates to addresses (reverse) with global coverage.
Vibe Design System
Vibe is monday.com's official open-source React UI component library and design system, providing pre-built components, an icon set, testing utilities, and an MCP server that gives AI agents intelligent guidance on component APIs, usage examples, and icon selection.
EasyPost API
Multi-carrier shipping API that normalizes label creation, rate shopping, address verification, and tracking across 100+ carriers (UPS, USPS, FedEx, DHL, etc.) through a single unified interface.
Kestra MCP Server (Official)
Official Kestra MCP server enabling AI agents to interact with Kestra's workflow orchestration platform — triggering flows, monitoring executions, managing namespaces, and integrating data pipeline workflows into agent-driven automation.
TinyMCP
Lightweight MCP server implementation for constrained embedded devices by Golioth — the cloud platform for embedded IoT. TinyMCP brings the Model Context Protocol to microcontrollers and RTOS environments (Zephyr, FreeRTOS), enabling edge AI agents to interact with embedded firmware, sensor data, and device controls through MCP-compatible interfaces.
Yokai
Yokai is a simple, modular Go backend framework that provides built-in dependency injection, logging, tracing, metrics, health checks, and support for HTTP, gRPC, MCP server, and worker application patterns with minimal boilerplate.
Wenyan MCP
An MCP server that automates publishing Markdown articles to WeChat Official Accounts, handling Markdown-to-WeChat conversion, image uploads to WeChat's media library, theme styling, math formula rendering, and code highlighting — configurable as stdio or SSE with multi-tenant support.
HashiCorp Vault API
Secrets management platform API for storing, accessing, and rotating secrets (API keys, passwords, certificates, database credentials). Provides dynamic secrets, encryption-as-a-service, and fine-grained access control.
Open-Meteo API
Free, open-source weather API with no API key required, providing hourly and daily forecasts, historical data, and marine/air quality data from multiple numerical weather prediction models.
DB MCP Server
MCP server that enables AI assistants to interact with multiple databases simultaneously through a unified interface. Dynamically generates per-connection tools for querying, executing statements, managing transactions, exploring schemas, and analyzing performance across MySQL, PostgreSQL, SQLite, Oracle, and TimescaleDB.
IPinfo API
IP address geolocation and network intelligence API providing city, country, ASN, carrier, privacy detection, and abuse contact data for any IP address.
Etherscan MCP Server
MCP server wrapping the Etherscan API — the leading Ethereum blockchain explorer. Enables AI agents to query Ethereum transaction history, wallet balances, smart contract ABIs, token transfers, gas prices, and on-chain analytics without running a full Ethereum node. Supports read-only blockchain data access for research and analytics agents.
Unla (MCP Gateway)
Unla is a lightweight MCP gateway written in Go that converts existing REST APIs and MCP servers into MCP-compliant SSE or Streamable HTTP endpoints with zero code changes, providing multi-tenant management, OAuth pre-auth, JWT support, and hot-reload configuration.
Financial Modeling Prep MCP Server
Financial Modeling Prep (FMP) MCP server enabling AI agents to access comprehensive financial data — stock prices, financial statements (income statement, balance sheet, cash flow), financial ratios, earnings data, company profiles, insider transactions, and macroeconomic indicators from FMP's financial data API. Enables agents to perform financial analysis and research.
MiniMax MCP
Official MiniMax MCP server that gives AI assistants access to MiniMax's generative media APIs including text-to-speech, voice cloning, image generation, video generation (Hailuo-02), and music creation. Outputs are saved locally or to a configurable path.
MongoDB Lens MCP Server
Community MCP server for MongoDB — enabling AI agents to query, insert, update, and delete documents, manage collections and indexes, run aggregation pipelines, and inspect database schemas in MongoDB or MongoDB Atlas.
ClickHouse
ClickHouse is a blazing-fast open-source columnar OLAP database designed for real-time analytics over massive datasets. It stores data in column-oriented format with aggressive compression, enabling queries that scan billions of rows per second. ClickHouse accepts SQL via an HTTP interface (port 8123/8443) and a native binary protocol (port 9440), with support for many input/output formats (JSON, CSV, Parquet, Arrow). ClickHouse Cloud is the managed offering with a REST Management API for programmatic cluster management. The HTTP interface supports streaming responses, progress headers, and session-based queries — making it well-suited for agents that need to run complex analytical queries.
Redis Cloud API
Managed Redis service providing in-memory data storage for caching, session management, pub/sub messaging, and vector similarity search with Redis Stack modules.
Pandas MCP Server
MCP server providing AI agents with direct pandas DataFrame manipulation capabilities — loading CSV/Excel/JSON files into DataFrames, performing aggregations, filtering, joining, pivoting, and statistical analysis through MCP tool calls. Brings Python's most powerful data manipulation library into agent workflows without requiring code generation.
ECharts MCP Server
ECharts MCP server enabling AI agents to generate data visualizations using Apache ECharts — creating interactive charts (line, bar, pie, scatter, geographic maps, etc.), configuring ECharts options from data and descriptions, and outputting chart configurations or rendered images for reports, dashboards, and data storytelling workflows.
MCPHub
A unified hub that aggregates multiple MCP servers behind a single HTTP/SSE endpoint, with a web dashboard, flexible per-server and per-group routing, AI-powered semantic tool discovery, OAuth 2.0, and hot-swappable configuration.
MCPO
MCPO is a proxy that converts MCP servers into OpenAPI-compatible HTTP endpoints, allowing standard REST clients and LLM agents expecting OpenAPI interfaces to consume MCP tools without protocol-specific integration.
OpenMM MCP Server
MCP server for OpenMM — the high-performance molecular dynamics simulation toolkit. Enables AI agents to set up, run, and analyze molecular dynamics simulations via OpenMM's Python API. Supports protein simulations, force field configuration, energy minimization, and MD trajectory analysis — bringing AI-assisted computational chemistry to MCP-based workflows.
Airbyte MCP Server (Official)
Official Airbyte MCP server enabling AI agents to interact with Airbyte's data integration platform — managing connections, triggering syncs, querying connector status, and monitoring data pipeline health.
Redis Cloud MCP Server (Official)
Official Redis Cloud MCP server enabling AI agents to manage Redis Cloud subscriptions and databases — creating databases, monitoring usage, managing access, and configuring Redis Cloud infrastructure.
GitLab API
Complete DevOps platform with REST and GraphQL APIs covering source control, CI/CD pipelines, issue tracking, security scanning, container registry, and package management.
MongoDB Atlas Data API
Cloud-hosted MongoDB service with a Data API for HTTP-based CRUD operations without a MongoDB driver, plus vector search, full-text search, and a full featured database platform.
Mesh
Mesh is an open-source MCP control plane that routes all MCP traffic through a single governed endpoint, providing RBAC, OAuth 2.1, credential vaulting, OpenTelemetry observability, and multi-tenant workspace isolation for teams managing multiple MCP servers.
Hunter.io API
Email finder and verification API for finding professional email addresses by domain or name, with email validation and deliverability checking.
Polygon.io API
Financial market data platform providing real-time and historical stock, options, forex, and crypto data via REST and WebSocket APIs with comprehensive coverage of US markets.
Azure MCP (microsoft/mcp)
Microsoft's official MCP implementation repository providing tools and integrations for Azure AI services — Azure OpenAI, Cognitive Services, and Azure AI Studio via the Model Context Protocol.
Bifrost
A high-performance AI gateway that provides a single OpenAI-compatible endpoint across 15+ AI providers with automatic failover, intelligent load balancing, semantic caching, and MCP tool integration — claiming sub-100µs overhead at 5k RPS.
Elasticsearch MCP Server
Connects AI agents to Elasticsearch clusters via MCP, exposing tools to list indices, inspect mappings, execute Query DSL searches, run ES|QL queries, and inspect shard distributions. Note: officially deprecated in favor of Elastic Agent Builder's native MCP endpoint in Elastic 9.2+.
US Census Bureau Data API MCP Server
US Census Bureau Data API MCP server enabling AI agents to query the US Census Bureau's comprehensive statistical data — population demographics, income, housing, business statistics, geographic data, and more from ACS (American Community Survey), Decennial Census, Economic Census, and other Census programs. Enables data-driven research, market analysis, and demographic modeling through programmatic Census data access.
n8n Workflow Builder MCP
An MCP server that connects AI assistants directly to a live n8n instance for full workflow lifecycle management — create, read, update, delete, activate/deactivate, execute, and monitor workflows and their executions via 15 MCP tools.
Mapbox API
Developer-focused mapping platform offering geocoding, directions, map tiles, navigation SDKs, and geospatial data services with more flexible styling and competitive pricing versus Google Maps.
Obsidian MCP Tools
An Obsidian plugin that creates a secure MCP server bridge between an Obsidian vault and AI assistants like Claude Desktop, enabling semantic search over notes and execution of Templater templates via AI.
Alibaba Cloud DataWorks MCP Server
Official MCP server from Alibaba Cloud (aliyun org) for DataWorks — Alibaba's enterprise big data development and governance platform. Enables AI agents to manage DataWorks projects, workflows, data pipelines, and ETL jobs programmatically through Alibaba Cloud's DataWorks API.
Hacker News API
Free, unauthenticated REST API backed by Firebase providing access to Hacker News stories, comments, jobs, polls, and user profiles in real time.
MITRE ATT&CK MCP Server
MCP server for querying MITRE ATT&CK framework data — adversarial tactics, techniques, and procedures (TTPs) used by threat actors. Enables AI security agents to retrieve ATT&CK technique details, tactic mappings, threat group information, and mitigation guidance for security analysis and threat intelligence workflows.
Plex Media Server MCP
Plex Media Server MCP enabling AI agents to interact with Plex — the self-hosted media streaming platform — searching the media library, retrieving metadata, controlling playback on Plex clients, managing playlists, and integrating Plex's media catalog into agent-driven entertainment recommendation and home theater workflows.
Unsplash Smart MCP Server
Unsplash Smart MCP server enabling AI agents to search and retrieve high-quality free stock photos from Unsplash — finding images by keyword, category, color, or semantic description, retrieving photo metadata and attribution, and downloading photos for use in content creation, design, and documentation workflows. 'Smart' variant likely includes semantic/AI-enhanced search capabilities beyond basic keyword search.
DocRaptor
HTML-to-PDF API powered by Prince XML, producing high-quality, CSS-compliant PDFs from HTML templates, particularly strong for complex paged media with headers, footers, page numbers, and print CSS.
Linode / Akamai Cloud
Affordable cloud platform (now Akamai Cloud) offering VPS, managed Kubernetes, managed databases, and object storage with a well-documented REST API, backed by Akamai's global CDN network.
Radar
Location data platform API combining geocoding, geofencing, trip tracking, and place detection, optimized for mobile applications with device-side SDKs and server-side REST APIs.
AWS Elastic Container Registry (ECR)
Fully managed container image registry from AWS that stores, manages, and deploys container images with deep IAM integration, lifecycle policies, and vulnerability scanning, accessed via AWS SDK and CLI.
Google Maps MCP Server
Google Maps MCP server enabling AI agents to interact with Google Maps APIs — searching for places, geocoding addresses, getting directions and route information, retrieving business details, and integrating location data into agent-driven workflows requiring geographic context.
Home Assistant Vibecode Agent
Home Assistant add-on and MCP server that lets AI IDEs manage smart home configurations through natural language. Provides real-time access to entities, automations, dashboards, and HACS integrations with Git-based version control and rollback.
InfraNodus MCP Server
Official MCP server from InfraNodus for mapping text into knowledge graphs — creating structured network representations of concepts and their relationships. Enables AI agents to analyze text, discover key themes, find gaps in thinking, and explore semantic connections through graph-based text analysis.
WeatherAPI
Weather data API providing current conditions, forecasts up to 14 days, historical data, astronomy, time zone, and sports weather via a clean REST interface.
Buttplug.io MCP Server
Buttplug.io MCP server enabling AI agents to control intimate/haptic devices supported by the Buttplug.io open-source protocol — connecting to Bluetooth LE and other supported devices, controlling vibration patterns and intensity, and integrating haptic feedback into agent-driven interactive experiences.
MCP Tools
MCP Tools is a Go-based CLI for interacting with MCP servers via stdio and HTTP transports, providing commands to list tools, call tools, launch an interactive shell, run a web UI, and manage MCP configurations across development editors.
Segment API
Customer Data Platform (CDP) that collects user events from any source and routes them to 400+ downstream destinations (analytics, marketing, data warehouses) without custom integrations.
World Bank MCP Server
World Bank MCP server providing access to the World Bank's open data APIs — querying economic indicators, development statistics, country data, and global development metrics from the World Bank's comprehensive data catalog. Enables AI agents to access authoritative global economic, social, and development data for research, analysis, and policy work.
Apple Mail MCP Server
MCP server for Apple Mail on macOS using JavaScript for Automation (JXA) with FTS5 full-text search. Enables AI agents to read, search, send, and manage Apple Mail emails locally on macOS — with batch operations and fast full-text search over the local mail database. All operations are local, no external API required.
ImageKit
Real-time image and video optimization CDN that automatically resizes, converts, and compresses media via URL parameters, with a REST API for asset management and transformation workflows.
MySQL / MariaDB
One of the world's most widely deployed open source relational database management systems, offering ACID-compliant transactions, robust SQL support, replication, and a massive ecosystem. Accessed via SQL drivers (mysql2 for Node, mysqlclient/PyMySQL for Python, MySQL Connector for Java). MariaDB is a community fork with additional features and performance improvements.
AI Gateway (Azure APIM)
A collection of hands-on labs demonstrating how to build enterprise AI gateways using Azure API Management, covering load balancing, rate limiting, semantic caching, MCP integration, and multi-model routing with 30+ Jupyter notebook labs.
Elasticsearch REST API
Distributed search and analytics engine REST API for full-text search, structured queries, aggregations, vector/semantic search (kNN), and real-time indexing over large-scale datasets.
Amazon SES API
Amazon Simple Email Service — a highly scalable, low-cost email sending API for transactional, marketing, and bulk email with SMTP and REST interfaces.
Expo Push Notifications API
Expo's push notification service that abstracts FCM and APNs into a single API, enabling cross-platform push notifications for React Native apps built with Expo.
Firebase Firestore
Google's scalable, serverless NoSQL document database with real-time sync, offline support, and a REST API, designed for mobile and web app backends.
Home Assistant MCP Server
Home Assistant MCP server enabling AI agents to interact with Home Assistant — the popular open-source home automation platform. Enables querying device states (lights, sensors, thermostats, locks), controlling smart home devices, reading automation status, triggering scenes, and integrating home automation data into AI-assisted home management workflows.
Kubernetes API
Container orchestration platform API that manages deployment, scaling, and operation of containerized applications across clusters, providing a REST API for all cluster management operations.
MCPJungle
MCPJungle is a self-hosted MCP gateway that aggregates multiple MCP servers behind a single endpoint, enabling AI clients and agents to access all registered tools through one connection with canonical tool naming.
Osaurus
Osaurus is an always-on AI edge runtime for macOS that runs local models via MLX on Apple Silicon or routes to cloud providers (Anthropic, OpenAI, xAI, Ollama), exposing both OpenAI-compatible and Anthropic-compatible APIs alongside a built-in MCP server for agent tool access.
Strudel MCP Server
Strudel MCP server enabling AI agents to generate and control live-coded music using Strudel — the browser-based live coding environment for music and audio inspired by TidalCycles — generating Strudel patterns, controlling playback, and integrating AI-assisted music composition into creative coding workflows.
Fal.ai
Fast AI inference platform for image and video generation models (Flux, Stable Diffusion, SDXL, and more) with a queue-based REST API designed for high-throughput production use.
MCP for Argo CD
MCP server that enables AI assistants to interact with Argo CD for GitOps deployment management. Provides 12 tools covering application lifecycle (list, get, create, update, delete, sync) and resource management (resource tree, managed resources, workload logs, resource events, resource actions). Supports stdio and HTTP stream transports, with an optional read-only mode.
AfterShip API
Unified shipment tracking API aggregating tracking data from 900+ carriers worldwide. Provides real-time tracking status, webhooks for tracking events, and customer notification infrastructure.
Expo EAS (Expo Application Services)
Expo Application Services API for building, submitting, and updating React Native apps in the cloud — replacing local build machines with managed cloud builds and over-the-air (OTA) update delivery.
MCP Hub for Neovim
MCP Hub is a Neovim plugin that acts as an MCP client, enabling developers to connect and manage MCP servers directly within their editor for use with AI coding assistant plugins like Avante.nvim and CodeCompanion.nvim.
MaxMind GeoIP2 API
Industry-standard IP geolocation and fraud detection service, available as both downloadable database files (GeoLite2/GeoIP2) and a web API with minFraud risk scoring.
TaxJar API
Sales tax automation API for US-based e-commerce. Calculates real-time sales tax rates, manages nexus, automates filing, and handles exemptions. Simpler and more affordable than Avalara for mid-market.
Zenfeed
Zenfeed is an AI-powered RSS aggregator that processes feeds through configurable LLM pipelines to score, classify, filter, and summarize content, with MCP server integration, email notifications, daily briefs, and open query/export APIs.
Cinema 4D MCP Server
Cinema 4D MCP server enabling AI agents to interact with Cinema 4D — Maxon's professional 3D modeling, animation, and visual effects software. Enables creating and modifying 3D scenes, managing objects and materials, setting keyframes for animation, running renders, and integrating AI-directed 3D content creation into professional motion graphics and VFX workflows. Requires Cinema 4D running locally.
Neo4j MCP Servers
A suite of four MCP servers that enable AI assistants to interact with Neo4j graph databases via natural language, covering Cypher query execution, persistent knowledge graph memory, Aura cloud instance management, and interactive data modeling.
NewsAPI
News aggregation API that provides access to headlines and articles from over 150,000 news sources worldwide with search and filtering capabilities.
Payload CMS MCP Server
Payload CMS MCP server enabling AI agents to interact with Payload CMS — the modern TypeScript-native headless CMS — creating and updating content collections, querying documents, managing media, and integrating Payload's content management capabilities into agent-driven content creation and publishing workflows.
RentCast API
Developer-friendly rental market data API providing rent estimates, property records, market statistics, and comparable properties for any US address. Built for landlords, investors, and PropTech developers.
Graphlit MCP Server
MCP server that connects to the Graphlit Platform to provide a searchable, RAG-ready knowledge base. Ingests data from 18+ platforms (Slack, Discord, Google Drive, Jira, GitHub, Outlook, Notion, etc.), auto-extracts documents to Markdown, transcribes audio/video, and exposes search, retrieval, web crawling, structured extraction, and content generation as MCP tools.
UnrealGenAISupport
UnrealGenAISupport is a UE5.1+ plugin that provides direct in-engine access to LLM APIs (OpenAI, Anthropic, DeepSeek, Gemini, Grok, and local Ollama) plus an MCP server for AI-driven Blueprint generation, scene control, and Python/console command execution from Claude Desktop or Cursor.
BigCommerce API
Enterprise-grade hosted ecommerce platform with REST and GraphQL APIs for managing products, orders, customers, promotions, and storefronts with strong B2B and headless commerce support.
Carbone
Template-based document generation engine that renders DOCX, XLSX, ODP, and PDF files by merging JSON data into Office document templates using a simple mustache-like syntax, available as a self-hosted library or cloud API.
Israel Government Data MCP Server
MCP server for Israel's government open data portal (data.gov.il) — enabling AI agents to search, query, and retrieve datasets from the Israeli government's CKAN-based open data platform. Provides access to public datasets on demographics, economy, transportation, health, environment, and more from Israeli government agencies.
PaperBanana
PaperBanana is an agentic framework and MCP server that generates publication-quality academic diagrams and statistical plots from text descriptions using a multi-agent pipeline with GPT or Gemini vision models, including iterative auto-refinement.
Particle Cloud API
IoT platform API for managing Particle-powered cellular, Wi-Fi, and Bluetooth devices with remote function calls, event publishing, and OTA firmware updates.
ZeroBounce
Email validation and deliverability API that verifies email addresses in real-time or in batch, scoring them on validity, bounce risk, spam traps, and abuse patterns.
FlowLens MCP Server
Official FlowLens MCP server enabling AI agents to interact with FlowLens — a product analytics platform focused on user flow and funnel analysis — querying user journey data, analyzing conversion funnels, identifying drop-off points, accessing cohort and retention metrics, and integrating product analytics insights into agent-driven growth and product optimization workflows.
Honeycomb
Observability platform for distributed systems that enables high-cardinality event exploration and debugging via a query API, supporting OpenTelemetry ingestion and powerful BubbleUp analysis.
Nominatim (OpenStreetMap Geocoding)
Free, open-source geocoder built on OpenStreetMap data for converting addresses to coordinates and coordinates to addresses, available as a hosted public API or self-hosted service.
Pexels API
Free API for searching and downloading high-quality, royalty-free stock photos and videos from Pexels' curated library of millions of assets.
DocuSign API
Industry-leading eSignature and agreement management platform API for sending, signing, tracking, and managing legally binding electronic signatures at scale.
TomTom Developer APIs
Comprehensive mapping and navigation API suite providing geocoding, routing, real-time traffic, places search, and turn-by-turn directions powered by TomTom's proprietary global map data.
BigQuery API
Google's fully managed, serverless data warehouse REST API and Python client. Enables agents to run SQL queries against petabyte-scale datasets, create and manage tables, load data, stream inserts, and run ML models. Pay-per-query pricing with a generous free tier.
Confluence REST API
Atlassian Confluence REST API for reading and writing pages, spaces, and content in team wikis, enabling agents to search, retrieve, create, and update documentation.
Twenty CRM API
Open-source, self-hostable CRM with a GraphQL and REST API for managing contacts, companies, opportunities, and custom objects with a Notion-like flexible data model.
Scientific Papers MCP
MCP server providing AI agents with access to scientific literature — searching ArXiv, Semantic Scholar, and other academic paper databases. Enables agents to search for papers by topic, retrieve abstracts and metadata, download full-text PDFs, and integrate academic research into agent workflows for literature review, research assistance, and knowledge synthesis.
Zapier MCP Server (Official)
Official Zapier MCP server enabling AI agents to trigger Zapier workflows (Zaps) and AI Actions — connecting AI agents to 6,000+ apps via Zapier's no-code automation platform.
Aqara MCP Server
Official MCP server from Aqara (aqara org) for their smart home ecosystem. Enables AI agents to control Aqara smart home devices — lights, sensors, locks, cameras, thermostats — via the Aqara cloud API. Supports scenes, automations, and device state queries across the Aqara device lineup.
Flux Operator
A Kubernetes CRD controller that automates the lifecycle of CNCF Flux CD across cluster fleets, handling installation, configuration, upgrades, multi-tenancy, and ephemeral preview environments. Includes an MCP server for AI-assisted GitOps operations.
MinIO API
S3-compatible open-source object storage server designed for high-performance, self-hosted or cloud-native object storage, with full compatibility with the Amazon S3 API.
SEO Insights MCP Server
MCP server providing SEO analysis capabilities to AI agents. Enables agents to analyze web pages for SEO factors — meta tags, heading structure, page speed, mobile-friendliness, structured data, canonical URLs, and technical SEO issues — helping AI-assisted digital marketing and web optimization workflows.
Shippo API
Multi-carrier shipping API for creating discounted labels, comparing rates, tracking packages, and managing returns across major carriers (USPS, UPS, FedEx, DHL, etc.).
Vultr
Affordable cloud provider offering VPS, bare metal, managed Kubernetes, and GPU instances across 32+ global locations with a clean REST API for programmatic infrastructure management.
Firebase Authentication API
Google Firebase's authentication service supporting email/password, phone, and social logins (Google, Apple, GitHub, etc.) with a backend Admin SDK for user management and token verification.
Square API
Square's unified commerce API for processing payments, managing inventory, customers, orders, and invoices across in-person POS and online channels.
Metabase MCP Server
Metabase MCP server enabling AI agents to interact with Metabase — the popular open-source business intelligence and analytics platform. Enables running questions and queries, reading dashboard data, accessing collections and metrics, and integrating Metabase's analytics capabilities into AI-driven business reporting and data exploration workflows.
PlanetScale API
PlanetScale is a MySQL-compatible serverless database platform built on Vitess (Google's MySQL scalability layer used for YouTube). Its distinguishing feature is Git-like database branching: schema changes are made on feature branches and merged to production via deploy requests — preventing schema drift and eliminating risky direct-to-production DDL. The REST Management API provides full programmatic control over database provisioning, branch management, deploy request lifecycle, user access, and performance insights. PlanetScale removed its free tier in 2024 and now positions itself as a premium MySQL-as-a-service for teams that need horizontal scalability without sharding.
GIMP MCP Server
GIMP MCP server enabling AI agents to control GIMP (GNU Image Manipulation Program) — applying filters and effects, editing image layers, performing color corrections, resizing and cropping images, running Script-Fu automation, and integrating AI-driven image processing into creative and production workflows. Requires GIMP running locally.
Generect B2B Lead Generation MCP Server
Official MCP server from Generect (generect org) for their B2B lead generation API. Enables AI agents to search companies, find leads, and access company data for sales prospecting through Generect's live business database. Designed for sales automation and outreach agents needing real-time B2B company intelligence.
Google Drive API
Google's file storage and synchronization API for creating, reading, organizing, and sharing files and Google Workspace documents (Docs, Sheets, Slides) programmatically.
Shopify Admin API
Shopify's Admin API provides full programmatic access to a Shopify store — managing products, orders, customers, inventory, discounts, and fulfillment. Available as both REST and GraphQL, it powers headless commerce builds and automated store management.
Tako Data Visualization MCP Server
Official MCP server from TakoData (TakoData org) for Tako — a data visualization and querying platform. Enables AI agents to query real-time data and generate charts, graphs, and visualizations by integrating Tako's data engine. Agents can generate on-demand data visualizations without coding chart libraries directly.
OneSignal API
Multi-channel customer engagement platform enabling push notifications, email, SMS, and in-app messages via a unified API with advanced segmentation and A/B testing.
MCPSharp
MCPSharp is a .NET library that lets developers build MCP servers and clients using attribute-based annotations, automatically handling JSON-RPC protocol details so .NET methods can be exposed as MCP tools with minimal boilerplate.
Microsoft Outlook MCP Server
Microsoft Outlook MCP server enabling AI agents to interact with Outlook email and calendar — reading and sending emails, managing calendar events, accessing contacts, searching inbox, and integrating Microsoft 365 communication and scheduling into agent workflows for personal assistant and workplace automation use cases.
Dropbox API
Cloud file storage and synchronization API for uploading, downloading, organizing, and sharing files and folders programmatically with team collaboration features.
Elastic Cloud API
Elastic's managed cloud service API for provisioning and managing Elasticsearch and Kibana clusters, with access to the full Elasticsearch REST API for search, log analytics, and vector search.
Headless Gmail MCP Server
Headless Gmail MCP server enabling AI agents to interact with Gmail without a browser UI — reading emails, searching inbox, sending messages, managing labels and filters, and automating email workflows using Gmail's API. 'Headless' indicates it operates without a visible browser, suitable for server-side automation and CI/CD pipelines.
Kirby CMS MCP Server
MCP server for Kirby CMS — a popular file-based PHP content management system known for its flexibility and developer-friendly approach. Enables AI agents to read and manage Kirby site content, query pages, update content fields, manage files, and interact with Kirby's panel API — supporting AI-driven content management workflows.
Terraform Cloud API
HashiCorp Terraform Cloud's REST API for managing workspaces, runs, state files, variables, and modules. Enables programmatic control of infrastructure-as-code workflows and pipelines.
Daymon
Desktop application that extends Claude with persistent background automation, scheduled task execution, memory management, file watching, and worker agents. Runs as a menu bar/system tray app with a Node.js sidecar for scheduling and an MCP server for Claude integration. Supports pre-configured worker personalities (researcher, code reviewer, email assistant, etc.) and self-improving tasks that optimize based on execution history.
OpenTelemetry MCP Server (Traceloop)
Community MCP server for OpenTelemetry — enabling AI agents to query traces, spans, metrics, and logs from OpenTelemetry-compatible backends (Jaeger, Tempo, Prometheus, and OTLP-compatible stores).
Unleash
Open-source feature flag management system with a REST API for creating, enabling, and targeting feature toggles, available as self-hosted or managed SaaS (Unleash Cloud).
HashiCorp Consul API
Service discovery, service mesh, and distributed configuration management API. Enables services to register themselves, discover other services, share configuration via KV store, and health-check each other.
Onfido
AI-powered identity verification platform for KYC and AML compliance that verifies identity documents and biometrics, with a REST API for programmatic applicant creation, check orchestration, and result retrieval.
Persona
Identity verification platform that automates KYC/AML compliance checks including ID document verification, selfie matching, database checks, and fraud detection via a REST API for programmatic user onboarding.
SUMO Traffic Simulation MCP Server
MCP server for SUMO (Simulation of Urban MObility) — an open source traffic simulation suite from the German Aerospace Center (DLR). Enables AI agents to control and query SUMO traffic simulations via the TraCI interface — running traffic scenarios, querying vehicle states, controlling signals, and integrating AI into urban mobility research.
Box API
Enterprise-grade cloud content management API for storing, managing, sharing, and collaborating on files with advanced security, compliance, and governance controls.
CoinGecko API
Comprehensive cryptocurrency market data API providing prices, market caps, volume, historical data, exchange data, and DeFi protocol metrics for 10,000+ coins and tokens.
HERE Maps API
Enterprise mapping and location platform providing geocoding, routing, real-time traffic, fleet management APIs, and highly accurate map data especially strong in Europe and Asia.
AWS IoT Core
AWS managed IoT service for securely connecting, managing, and ingesting data from millions of IoT devices using MQTT, HTTP, and WebSockets, with rules-based data routing to AWS services.
Feishu (Lark) MCP Server
Feishu (Lark) MCP server enabling AI agents to interact with Feishu — ByteDance's enterprise collaboration platform (known as Lark internationally). Enables sending messages, reading conversations, managing documents and wikis in Feishu Docs, scheduling calendar events, managing tasks, and integrating Feishu's comprehensive collaboration features into agent workflows for Chinese enterprise teams.
Fivetran
Fully managed data pipeline service that automates data movement from 500+ sources to data warehouses with zero-maintenance connectors, offering a REST API for connector and sync management automation.
Rohlik MCP Server
Official Rohlik MCP server enabling AI agents to interact with Rohlik — the Czech/Central European online grocery delivery service — searching products, managing shopping carts, placing orders, tracking deliveries, and integrating grocery shopping automation into agent-driven household management and meal planning workflows.
Snowflake SQL API
Snowflake's SQL API and Python connector for executing SQL queries against Snowflake's cloud data platform. Supports synchronous and asynchronous query execution, DDL/DML operations, result set streaming, and Snowpark for Python-native data processing. The SQL API is a REST interface for submitting SQL statements without a JDBC/ODBC driver.
TWSE MCP Server
Taiwan Stock Exchange (TWSE) MCP server enabling AI agents to access Taiwan stock market data — querying stock prices, company financial data, market indices (TAIEX), trading volumes, and Taiwan-listed company information from the official TWSE data source. Enables agents to research and analyze Taiwan equity markets.
OpenWeatherMap API
Comprehensive weather data API providing current conditions, forecasts, historical data, and weather alerts for any location worldwide via REST endpoints.
Wassette
A security-focused runtime by Microsoft that executes WebAssembly Components via MCP, enabling AI agents to dynamically load and run sandboxed tools from an OCI registry without leaving the chat interface, using Wasmtime for browser-grade isolation.
OpenSearch REST API
AWS-maintained Apache 2.0 fork of Elasticsearch 7.10 providing distributed full-text search, vector/kNN search, and analytics via a REST API compatible with Elasticsearch tooling.
Webflow
Visual web design platform with a headless CMS API that lets developers read and write CMS content, manage sites, and trigger publishing workflows programmatically.
Binance MCP Server
Binance cryptocurrency exchange MCP server enabling AI agents to interact with Binance's API — querying real-time market prices, accessing order books, checking account balances, viewing trading history, and monitoring crypto market data. Can optionally support trading operations (buy/sell orders) depending on API key scope configured.
Home Assistant MCP for Xiaozhi
Home Assistant MCP server optimized for Xiaozhi AI assistant integration — enabling Xiaozhi and similar AI voice/chat assistants to control Home Assistant smart home devices, query entity states, trigger automations, and integrate with Chinese smart home ecosystems through Home Assistant's REST API.
Wax
A sub-millisecond on-device RAG memory library for iOS and macOS AI agents, implemented in pure Swift with hybrid BM25 + HNSW vector search, local MiniLM embeddings, Metal GPU acceleration, token budgeting, and a single portable .wax file format — no server or API required.
CockroachDB
A distributed, PostgreSQL-compatible relational database designed for horizontal scalability, strong consistency, and regional failure tolerance. Uses the PostgreSQL wire protocol so standard Postgres drivers work directly. Offers CockroachDB Serverless (RU-based billing) and Dedicated clusters. Cockroach Cloud Management API provides REST access for provisioning. Built for global applications requiring multi-region data distribution.
Dropbox Sign API (HelloSign)
E-signature API (now Dropbox Sign) for embedding legally binding signature workflows, sending documents for signature, and managing signing status from agent workflows.
Pipedrive API
Sales-focused CRM API for managing deals, contacts, activities, and pipelines, designed for sales teams needing a straightforward pipeline view.
Polars
High-performance DataFrame library for Python and Rust, built on Apache Arrow and written in Rust. 10-100x faster than pandas for most operations due to lazy evaluation, query optimization, and multi-threaded execution. Supports both eager and lazy API, SQL queries, streaming for out-of-core data, and Parquet/CSV/JSON I/O. The modern pandas replacement for data-intensive agent pipelines.
YouTube Data API
YouTube's data API for searching videos, retrieving channel/video metadata, managing playlists, and accessing captions and comments programmatically.
Azure IoT Hub
Microsoft Azure's managed IoT hub service for bidirectional communication between IoT devices and cloud applications, with device twins, direct methods, and built-in message routing to Azure services.
CircleCI API
Cloud CI/CD platform with a REST API (v2) for triggering pipelines, monitoring jobs, managing artifacts, and programmatic pipeline control for GitHub, GitLab, and Bitbucket repositories.
Polymarket MCP
Polymarket prediction markets MCP server enabling AI agents to query Polymarket — the popular blockchain-based prediction market platform. Enables reading market prices (probability estimates), querying active markets by topic, monitoring specific predictions, and integrating crowd wisdom from prediction markets into AI forecasting and decision-support workflows.
Text-to-Speech MCP Server
Text-to-Speech (TTS) MCP server enabling AI agents to convert text to audio — synthesizing natural-sounding voice audio from text content, supporting multiple voices and languages, generating audio files for accessibility, voice interfaces, podcasts, and narration workflows. May use local TTS engines (espeak, Coqui) or cloud TTS APIs (OpenAI TTS, Google TTS, ElevenLabs).
NeverBounce
Email verification service that validates individual emails in real-time or processes large lists in bulk, providing bounce prediction and deliverability scores for email marketing hygiene.
MCP Router
A cross-platform desktop application that provides a unified dashboard for managing multiple MCP servers — toggling them on/off, grouping them into workspaces, enabling/disabling individual tools, and logging interactions — while keeping all data local.
Gusto API
Payroll and HR platform API for automating payroll runs, managing employee benefits, handling tax compliance, and syncing HR data with other systems.
BrowserStack API
Cloud testing platform API for running automated Selenium, Cypress, and Appium tests across 3,000+ real browsers and devices, plus visual regression and accessibility testing.
Firebase Realtime Database
Google Firebase's original real-time JSON database that syncs data to all connected clients in milliseconds via persistent WebSocket connections, with a simple REST API for server-side access.
Malaysia Data.gov.my MCP Server
MCP server providing seamless access to Malaysia's government open data portal (data.gov.my). Enables AI agents to query Malaysian government datasets including economic statistics, demographics, public services data, and government-published datasets — supporting research and analytics on Malaysian public data.
College Football Data MCP Server
MCP server for the College Football Data API (CFBD) — a comprehensive database of historical and current NCAA college football statistics, game data, recruiting, and rankings. Enables AI agents to query team stats, game scores, player data, betting lines, and historical records for college football analytics.
Vector (by Datadog)
High-performance observability data pipeline tool (Rust-based) for collecting, transforming, and routing logs, metrics, and traces.
Ghost API
Open-source publishing platform API for managing blog posts, pages, members, newsletters, and subscriptions, available both self-hosted and as Ghost(Pro) managed service.
IGDB MCP Server
MCP server for IGDB (Internet Game Database) — the comprehensive video game database owned by Twitch/Amazon. Enables AI agents to query game information, release dates, ratings, genres, platforms, game images, companies, and characters from IGDB's vast gaming database.
Android MCP Server (Python/ADB)
Python-based MCP server for Android device control via ADB (Android Debug Bridge). Enables AI agents to interact with Android devices — install/uninstall apps, capture screenshots, run shell commands, control UI elements, read device state — supporting AI-driven Android testing and automation workflows.
Foursquare Places
Places search and point-of-interest (POI) data API with global coverage of 100M+ places, venue details, categories, photos, tips, and location intelligence for geospatial applications.
LinkedIn MCP Server
MCP server that scrapes LinkedIn data using browser automation (Patchright), exposing tools to retrieve profiles, company data, job listings, and search results for AI assistants.
Meigen AI Design MCP
Meigen AI Design MCP server enabling AI agents to interact with Meigen's AI-powered design platform — generating and editing visual designs, UI mockups, graphics, and design assets through natural language prompts, integrating AI-driven design capabilities into agent workflows for content creation and visual asset production.
SCIM 2.0 Protocol
Open standard protocol (RFC 7644) for automating user provisioning and deprovisioning between identity providers (IdPs like Okta, Azure AD) and SaaS applications using a standardized REST API.
Scrapling
An adaptive Python web scraping framework supporting everything from single HTTP requests to full-scale concurrent crawls, with built-in anti-bot bypass, browser automation, adaptive element re-location, and an MCP server for AI-assisted extraction.
Turso
Turso is an edge-deployed database platform built on libSQL — an open-source fork of SQLite with extensions for network access, replication, and encryption. It enables the database-per-user or database-per-tenant architecture at scale: each user or tenant gets a fully isolated SQLite database deployed to the nearest edge location globally. The Platform API manages organizations, databases, groups, and auth tokens. The HTTP API (Hrana protocol) executes SQL queries against individual databases. Turso is ideal for multi-tenant SaaS applications, mobile offline-first apps, and edge computing use cases where low latency and data isolation are paramount.
n8n
n8n is a fair-code workflow automation platform with native AI capabilities, enabling technical teams to build automations using a visual editor combined with custom JavaScript/Python code across 400+ integrations, including LangChain-based AI agent workflows.
Firebase Cloud Messaging (FCM)
Google's Firebase Cloud Messaging service for sending free push notifications to Android, iOS, and web apps at massive scale with reliable delivery.
Swell Commerce
API-first headless commerce platform with a REST API and GraphQL API designed for building custom storefronts, supporting subscriptions, digital products, B2B, and multi-currency scenarios.
UI-TARS Desktop
UI-TARS Desktop is an open-source multimodal AI agent stack that enables natural language control of GUIs (desktop, browser, terminal) via vision-language models. It includes Agent TARS (a CLI/web agent) and UI-TARS Desktop (a native GUI automation app), both built on MCP as their kernel.
Wren Engine
Wren Engine is a semantic layer that gives AI agents and MCP clients governed, business-context-aware access to databases, translating natural language into precise queries while enforcing role-based access controls across 15+ data sources.
DadosBR MCP Server (Brazilian Public Data)
MCP server focused on Brazilian public data, providing access to government datasets, IBGE statistics, and official Brazilian data sources. Enables AI agents to query Brazilian economic, demographic, and public sector data — supporting research and analytics on Brazil's public datasets.
Memory Bank MCP
Memory Bank MCP is an MCP server that provides AI coding assistants with remote read/write access to structured memory bank files, enabling persistent project-specific context across sessions for tools like Claude, Cline, Cursor, and Windsurf.
Split.io (Harness Feature Flags)
Feature flag and experimentation platform (now part of Harness) with REST API and SDKs for managing feature splits, measuring impact with metrics, and safely rolling out changes.
WordPress Developer MCP Server
MCP server for WordPress development workflows. Enables AI agents to manage WordPress sites via WP-CLI — creating posts/pages, managing plugins and themes, running WP-CLI commands, querying the WordPress database, and automating common WordPress development tasks.
Algorand MCP
MCP server for the Algorand blockchain platform. Enables AI agents to query Algorand account balances, transaction history, smart contract state, ASA (Algorand Standard Assets) data, and on-chain analytics. Supports both Algorand mainnet and testnet for development and production blockchain interactions.
Delighted NPS & CX Survey API
Delighted REST API for NPS (Net Promoter Score) and customer experience survey platform. Enables AI agents to send survey requests, retrieve survey responses and scores, access NPS trend data, manage people (survey recipients), and integrate customer feedback intelligence into CX and product workflows. Delighted is known for simplicity and high response rates.
Disney MCP Server
Disney MCP server providing AI agents with access to Disney character and media data — querying Disney character information, movie details, franchise data, and entertainment metadata from the Disney API. Enables agents to answer Disney-related questions, build entertainment apps, and integrate Disney content data into conversational and creative workflows.
Increase
Direct bank API providing ACH, wire transfers, RTP, check printing, and card issuance via a single developer-first REST API without middleware.
MCP Google Search Console
Connects Google Search Console to Claude AI, giving SEO professionals conversational access to search analytics, URL indexing status, property management, and sitemap operations across their GSC properties.
Node-RED MCP Server
MCP server for Node-RED — an open-source low-code programming tool for IoT, APIs, and automation workflows. Enables AI agents to interact with Node-RED flows, trigger and manage automation pipelines, deploy/update flows, query node status, and integrate Node-RED's IoT and workflow automation capabilities into AI agent systems.
Gmail MCP Server (faithk7)
MCP server for Gmail providing AI agents with access to Gmail messages, threads, labels, drafts, and settings. Enables agents to search, read, organize, and draft emails programmatically — supporting email management and productivity automation workflows through the Gmail API.
Chart + MinIO MCP Server
MCP server combining chart generation and MinIO object storage — enabling AI agents to generate charts and visualizations from data, store them in MinIO (S3-compatible object storage), and retrieve URLs for embedding in documents and reports. Enables agents to create visual data outputs that persist beyond the conversation context.
Google AlloyDB Omni
Self-hosted containerized version of Google AlloyDB that runs on any hardware or cloud, bringing AlloyDB's columnar analytics engine and vector search to on-premises and multi-cloud environments.
ArcGIS MCP Server
MCP server for ArcGIS content search and geospatial data access from Esri's ArcGIS platform. Enables AI agents to search ArcGIS Online content, discover maps and spatial datasets, and integrate geospatial data into AI workflows — bridging the gap between GIS data and AI-driven analysis.
ConvertKit (Kit)
Email marketing platform built for creators and online businesses, with subscriber tagging, automation sequences, and a REST API for managing subscribers, forms, sequences, and broadcasts programmatically.
Data Product MCP
MCP server from entropy-data enabling AI agents to interact with data products — standardized data assets with defined schemas, owners, and SLAs. Allows agents to discover, query, and manage data products in a data mesh architecture, enabling AI-driven data product exploration, lineage analysis, and metadata management.
JSON2Video MCP Server
MCP server for JSON2Video API — a service that creates videos programmatically from JSON templates. Enables AI agents to generate professional videos with text overlays, images, audio, transitions, and animations by sending structured JSON to the JSON2Video rendering API.
NewsNow MCP Server
MCP server for NewsNow — a Chinese news aggregation platform that collects trending headlines from major Chinese and international sources (Weibo hot search, Zhihu trending, Baidu hot, tech news, etc.). Enables AI agents to query current trending news topics across multiple Chinese news platforms.
Orb API
Orb — developer-first usage-based billing platform with real-time metering, flexible pricing model support (per-unit, tiered, matrix, BPS), and a REST API purpose-built for engineering teams.
X (Twitter) MCP Server
X (formerly Twitter) MCP server enabling AI agents to interact with the X platform — reading timelines, searching tweets, posting, liking, retweeting, managing followers, and integrating X's social media data into agent workflows for social listening, content publishing, and brand monitoring.
Brazilian Law MCP Server
MCP server for querying Brazilian law databases — federal legislation, jurisprudência (case law), normative acts, and regulatory texts from Brazilian government sources. Enables AI agents to search, retrieve, and analyze Brazilian legal texts (in Portuguese) for legal research, compliance, and regulatory analysis.
Healthcare MCP Server
Healthcare MCP server from Integrail enabling AI agents to interact with healthcare data systems — querying patient records, retrieving clinical data via FHIR API, accessing medical coding (ICD, CPT, SNOMED), and integrating healthcare information into agent-driven clinical decision support and medical data workflows.
Jira Cloud REST API v3
Jira Cloud REST API v3 — the current cloud-native version of Atlassian's Jira API with Atlassian Document Format (ADF) for content, improved pagination, and granular OAuth2 scopes. Used to create, query, and automate issue tracking, sprint management, and workflow transitions in Jira Cloud.
Oura Ring MCP Server
Community MCP server for Oura Ring health wearable. Connects to Oura Ring cloud API to enable AI agents to access wellness data — sleep scores, HRV, readiness, activity, and biometric trends. Enables AI health assistants and personal analytics agents to incorporate Oura biometric data into wellness coaching and analysis workflows.
Google Analytics MCP Server
Google Analytics MCP server enabling AI agents to query GA4 (Google Analytics 4) data — retrieving website traffic metrics, user behavior analysis, conversion tracking, audience segmentation data, and campaign performance analytics via the Google Analytics Data API, integrating web analytics into agent-driven marketing and business intelligence workflows.
Helm
Kubernetes package manager that templates and deploys applications as versioned charts with rollback, upgrade, and dependency management.
MCP Teams Server
An MCP server that enables AI agents to interact with Microsoft Teams: reading channel messages, creating discussion threads, replying to threads, mentioning members, and retrieving channel member lists.
Nostr MCP Server
MCP server enabling AI agents to interact with the Nostr protocol — a decentralized, censorship-resistant social networking protocol. Enables agents to publish notes (posts), query events from Nostr relays, search profiles, follow/unfollow users, and interact with Nostr's decentralized social graph through MCP tool calls.
Ukrainian Statistics MCP Server
Ukrainian Statistics MCP server providing access to official Ukrainian statistical data — demographic statistics, economic indicators, regional data, population figures, and other data from the State Statistics Service of Ukraine (ukrstat.gov.ua). Enables AI agents to query and analyze official Ukrainian government statistical data for research, journalism, and policy analysis.
Légifrance MCP Server
Légifrance MCP server enabling AI agents to query the official French government legal database — searching statutes, regulations, case law (jurisprudence), administrative circulars, and official publications from Légifrance (the French government's legal information service). Enables AI-assisted legal research and compliance work for French and EU law.
Azure MCP Server
MCP server for Microsoft Azure API integration enabling AI agents to manage Azure resources, query subscriptions, interact with Azure services, and automate cloud infrastructure operations through the Azure REST API and Azure SDK.
MCP Google Ads
Bridges Google Ads with Claude AI and Cursor, enabling advertising professionals to query campaign performance, keyword analytics, and ad metrics through natural language without writing code.
Strapi API
Open-source Node.js headless CMS that auto-generates REST and GraphQL APIs from your content model, fully self-hostable with a visual admin panel.
VeChain MCP Server
MCP server for VeChain blockchain enabling AI agents to search VeChain documentation, query on-chain data, and fetch fee suggestions. VeChain is an enterprise-focused blockchain platform specializing in supply chain management and sustainability tracking. Enables AI agents to interact with VeChain's dual-token ecosystem (VET and VTHO).
Google Classroom API
Google's REST API for managing classrooms, courses, assignments, student rosters, and grades within Google Workspace for Education.
Spline MCP Server
Spline MCP server enabling AI agents to interact with Spline — the popular browser-based 3D design tool used for creating interactive 3D web experiences, animations, and design assets. Enables reading scene state, modifying 3D objects and animations, managing Spline projects, and integrating 3D design capabilities into agent-driven creative workflows.
Tessie Tesla MCP Server
Community MCP server integrating with Tessie — a popular Tesla vehicle management API service. Enables AI agents to access Tesla vehicle data and controls via Tessie's API: battery status, charging costs, climate control, location, trip data, and financial intelligence for charging optimization. Unofficial integration via Tessie's third-party Tesla API.
Stripe Connect API
Stripe Connect enables platforms and marketplaces to accept payments and pay out sellers, service providers, or contractors — handling split payments, fund routing, compliance, and tax reporting across connected accounts.
Discord MCP Server
MCP server integrating with Discord to provide AI-powered features for Discord servers. Enables AI agents to read messages, send responses, manage channels, and interact with Discord server content — supporting Discord community management and moderation AI workflows.
Ibis Framework
Python dataframe library that compiles expressions to SQL across 20+ backends (DuckDB, BigQuery, Snowflake, Spark, etc.) without data movement.
Minecraft MCP Server
Minecraft MCP Server is an MCP server that connects Claude Desktop to a Minecraft Java Edition world via the Mineflayer API, enabling AI-driven control of a Minecraft bot for building, exploration, inventory management, and in-game communication through natural language.
Voice Call MCP Server
Voice Call MCP server enabling AI agents to make and manage voice phone calls — initiating outbound calls, handling call state, playing text-to-speech messages, and integrating voice telephony into agent workflows for notifications, customer outreach, and voice-based automation. Likely built on Twilio or similar telephony APIs.
RabbitMQ Management API
Open-source AMQP message broker with a management HTTP API for queue/exchange management, monitoring, and administration of self-hosted or cloud-hosted RabbitMQ deployments.
Flightradar24 MCP Server
Flightradar24 MCP server enabling AI agents to query real-time flight data from Flightradar24 — tracking aircraft positions, getting flight status and route information, querying airport data, monitoring specific flights, and integrating live aviation data into agent workflows. Useful for travel, logistics, and aviation-related agent applications.
Tasker MCP Server
MCP server for Android Tasker — the powerful Android automation app. Enables AI agents to trigger Tasker tasks and profiles on Android devices remotely, sending commands that execute device automation sequences like controlling settings, launching apps, sending notifications, and running custom workflows on Android.
gRPC (Python)
Google's open-source RPC framework for Python that uses Protocol Buffers for serialization and HTTP/2 for transport, enabling unary and streaming remote procedure calls.
Evidence
Code-based BI framework that combines SQL queries with Markdown to generate static data reports and dashboards, version-controlled alongside code and deployable as static sites.
Exa AI Search API
Neural web search engine built for LLMs and agents that returns high-quality, full-text content via semantic or keyword search across the live web.
Twilio Verify API
Twilio Verify REST API — multi-channel OTP and verification service for SMS, voice, email, and TOTP-based authentication, enabling agents to implement phone verification, two-factor authentication, and identity verification flows.
PureMD MCP Server
PureMD MCP server enabling AI agents to interact with PureMD — a Canadian electronic health record (EHR) and electronic medical record (EMR) system widely used in Canadian family medicine and primary care clinics. Enables reading patient records, scheduling appointments, accessing clinical notes, and integrating AI-assisted workflows into Canadian healthcare practices.
AgentWeb MCP Server
MCP server providing access to a database of 11 million+ businesses across 195 countries. Enables AI agents to search for businesses by name, industry, location, and other criteria — supporting B2B lead generation, market research, competitive intelligence, and business data enrichment workflows.
Stealth Browser MCP
An MCP browser automation server using nodriver and Chrome DevTools Protocol that bypasses anti-bot systems like Cloudflare and Queue-It, offering 90 tools for element interaction, network interception, and DOM cloning.
Unreal MCP
Unreal MCP lets AI assistant clients (Claude Desktop, Cursor, Windsurf) control Unreal Engine 5 through natural language via MCP, enabling actor creation, Blueprint scripting, viewport control, and level design automation through a C++ TCP plugin and Python MCP server bridge.
Upstash Serverless Redis
Provides a fully managed serverless Redis database accessible over HTTP/REST with per-request pricing and zero idle cost.
Vibetest MCP
An MCP server that launches multiple concurrent Browser-Use agents to autonomously test websites for UI bugs, broken links, and accessibility issues. Supports both live and localhost environments with configurable agent counts and headless mode.
XHS-Downloader
XHS-Downloader extracts and downloads images, videos, and metadata from Xiaohongshu (RedNote/小红书) posts, profiles, and search results, with support for TUI, REST API, MCP server, and browser UserScript interfaces.
Brave Search API
Independent web search API powered by Brave's own index (not Google or Bing) with strong privacy guarantees, a summarizer endpoint, and support for web, news, image, and video search.
Discord Incoming Webhooks
Provides a simple HTTP POST endpoint to send formatted messages, embeds, and files into a specific Discord channel without requiring a bot token or OAuth flow.
Amazon Ads MCP Server
MCP server for Amazon Advertising API enabling AI agents to manage Amazon Sponsored Products, Sponsored Brands, and Sponsored Display campaigns. Enables programmatic access to campaign creation, bid management, keyword targeting, and advertising analytics for Amazon sellers and advertisers.
Kafka Streams
Kafka-native Java library for stateful stream processing that runs as a lightweight embedded library without a separate cluster.
Activepieces
An open-source workflow automation platform (Zapier alternative) with 280+ integrations, a visual no-code builder, AI agent capabilities, and MCP server support that exposes all pieces as MCP-compatible tools.
Amazon SQS API
Amazon Simple Queue Service (SQS) is a fully managed message queuing service offering standard (at-least-once) and FIFO (exactly-once, ordered) queues with dead-letter queue support for reliable async task processing.
DragonflyDB
Redis and Memcached-compatible in-memory data store delivering up to 25x higher throughput than Redis on a single instance via a multi-threaded, shared-nothing architecture.
Dropbox MCP Server
MCP server enabling AI agents to interact with Dropbox cloud storage. Allows agents to upload, download, list, search, and manage files and folders in Dropbox accounts. Supports file sharing, metadata operations, and Dropbox Paper document management.
Fleetio Fleet Management API
Fleetio REST API for fleet management platform. Enables AI agents to query vehicle records, retrieve maintenance schedules, access fuel logs, manage driver assignments, and integrate fleet operations data into logistics workflows. Fleetio is known for its modern API-first approach to fleet management, popular with mid-market fleets.
Hetzner Cloud API
REST API for provisioning and managing cloud servers, load balancers, persistent volumes, private networks, and firewalls on Hetzner's European and US infrastructure.
Kustomize
Template-free Kubernetes configuration management using overlays and patches to customize base manifests for different environments.
Marketing Miner MCP Server
MCP server for Marketing Miner — a keyword research and SEO analytics tool with specialization in Central and Eastern European (CEE) and English-language markets. Enables AI agents to discover high-impact keyword ideas, analyze search volumes, and research SEO opportunities for content and marketing strategy agents.
RivalSearch MCP
MCP server for competitive intelligence and rival brand/product search. Enables AI agents to search for competitor information, analyze rival products, discover competing brands, and gather competitive landscape data — supporting AI-driven market research and competitive analysis workflows.
Twilio Conversations API
Twilio Conversations REST API — multi-channel messaging platform that unifies SMS, WhatsApp, MMS, and chat into persistent conversation threads, enabling agents to build omnichannel customer messaging workflows with history and context.
HiveMQ MQTT Platform
Enterprise MQTT broker platform with a REST management API for IoT device messaging at scale, offering persistent sessions, quality-of-service guarantees, and cloud or self-hosted deployment.
Klaviyo Flows API
Klaviyo Flows API — programmatic access to Klaviyo's marketing automation flows and event-triggered campaigns, enabling agents to create, update, and trigger Klaviyo automation workflows, manage subscriber profiles, and track events for behavioral email and SMS marketing at scale.
Spoonacular API
Comprehensive food knowledge graph API providing recipe search, nutritional analysis, ingredient data, meal planning, and dietary restriction filtering for food-aware applications.
Twilio SendGrid
High-volume transactional and marketing email platform by Twilio offering a v3 REST API, SMTP relay, dynamic template engine, and deliverability tools for sending at scale.
Ray
Distributed Python compute framework that scales workloads across clusters using remote functions, actor model for stateful workers, and a shared object store.
Dask
Parallel Python library that scales NumPy, pandas, and custom workloads from a laptop to a cluster using lazy computation graphs triggered by .compute().
Slack API
Platform for building Slack apps, bots, and integrations that can send messages, respond to events, create channels, and manage workspace resources.
Telegraf
Plugin-driven server agent that collects, processes, aggregates, and writes metrics from 300+ input sources to 80+ output destinations.
chDB
Embedded OLAP database engine that runs ClickHouse entirely in-process as a Python library (or Go/Node.js). No server, no Docker, no network — just import chdb and run ClickHouse SQL queries on local files (Parquet, CSV, JSON) or in-memory data at ClickHouse speed. Ideal for agents that need powerful analytical SQL without managing database infrastructure. Think DuckDB's architecture applied to ClickHouse's query engine.
Market Fiyatları MCP Server
MCP server providing Turkish grocery market price data (market fiyatları = market prices in Turkish). Enables AI agents to query current product prices from major Turkish supermarket chains — comparing prices across stores for grocery shopping automation and price monitoring in Turkey.
Qdrant
Rust-based high-performance vector search engine with REST and gRPC interfaces, rich payload filtering, and quantization, available as self-hosted or managed Qdrant Cloud.
NASA APIs
NASA APIs provide free access to NASA's vast data catalog including the Astronomy Picture of the Day, Mars Rover photos, Near Earth Object tracking, Earth satellite imagery (EPIC), and more.
Amazon SNS API
Amazon Simple Notification Service (SNS) is a fully managed pub/sub messaging service that enables fan-out delivery to multiple subscribers including SQS queues, Lambda, HTTP endpoints, email, and SMS.
Cloudflare API
The Cloudflare REST API provides programmatic control over DNS zones, Workers scripts, firewall rules, page rules, SSL certificates, R2 storage, and the full suite of Cloudflare edge services for domains under a Cloudflare account.
Lago API
Lago — open-source, self-hostable usage-based billing and metering platform for SaaS companies, with a REST API for ingesting usage events, managing plans, and generating invoices.
Mollie Payments API
Dutch payment service provider API covering 30+ European and global payment methods (iDEAL, Bancontact, SEPA, credit cards, Klarna, PayPal) with a clean REST API popular in the Netherlands and EU.
Elasticsearch / Elastic API
Elasticsearch REST API — distributed search and analytics engine with full-text search, vector search (kNN), aggregations, and real-time indexing, enabling agents to build powerful search experiences, log analytics, and hybrid semantic search pipelines.
statsmodels
Python library for statistical modeling and econometrics that provides OLS regression, GLMs, logistic regression, time series models (ARIMA, VAR, SARIMAX), and a comprehensive suite of hypothesis tests with R-style model summaries.
Korean Pharmaceutical Information MCP Server
MCP server for Korean pharmaceutical and drug information from HIRA (Health Insurance Review & Assessment Service). Enables AI agents to look up Korean drug ingredient and product data by HIRA component and product codes — supporting pharmaceutical research, clinical decision support, and Korean healthcare workflows.
Amazon Interactive Video Service (IVS) API
Amazon Interactive Video Service (IVS) REST API for managed live streaming with interactive capabilities. Enables AI agents to create and manage live channels, generate RTMPS ingest URLs, configure stream recordings, manage playback tokens, set up timed metadata for interactivity, and integrate low-latency live video into applications. IVS is built on Twitch's streaming technology.
Better Chatbot
An open-source AI chatbot platform that unifies multiple LLM providers (OpenAI, Anthropic, Google, xAI, Ollama) in a single Next.js interface with MCP tool support, custom agents, visual workflow builder, and real-time voice.
Google Cloud Storage (GCS) API
Google Cloud Storage is a scalable object storage service — store and retrieve files of any size with strong consistency, fine-grained IAM, lifecycle management, and global CDN via signed URLs.
Upstash Vector
Serverless vector database by Upstash with per-request pricing. Stores and queries high-dimensional vector embeddings for similarity search, RAG (retrieval-augmented generation), and semantic search use cases. Designed for edge and serverless deployments with HTTP API.
AWS Route 53 API
AWS Route 53 is a scalable DNS web service with APIs for managing hosted zones, DNS records, health checks, and traffic policies. Supports advanced routing policies including weighted, latency-based, geolocation, geoproximity, failover, and multivalue routing.
Metronome API
Metronome — enterprise usage-based billing and revenue management platform for cloud and SaaS companies, handling real-time metering, flexible pricing plans, and revenue analytics at scale.
Trello API
Trello's REST API for managing boards, lists, cards, members, and attachments in Trello's visual kanban-style project management platform.
YouTube Data API v3
Google's official REST API for reading and managing YouTube data including video search, channel and playlist metadata, video details, captions, comments, and content uploads.
Zuplo API Gateway
Provides a fully managed, OpenAPI-native API gateway with programmable request/response handlers, rate limiting, API key management, and an auto-generated developer portal deployed at the edge.
Apache DataFusion
Fast, embeddable SQL query engine and DataFrame library written in Rust, built on Apache Arrow. DataFusion provides a high-performance query engine that can be embedded in Rust, Python, or other language applications to query local files (Parquet, CSV, JSON, Avro), in-memory data, or remote object stores without a separate server process. Powers tools like InfluxDB IOx, Comet (Spark accelerator), and Ballista (distributed query). The query engine DuckDB competitors claim to beat.
Cloudflare Workers KV
Provides a globally distributed, eventually consistent key-value store accessible from Cloudflare Workers, optimized for high-read-volume configuration, feature flags, and cached data.
LanceDB
Embedded serverless vector database built on the Lance columnar format, supporting text, image, and multimodal search without a separate server.
Twilio
Programmable communications platform providing SMS, voice, Verify (OTP), and video APIs that agents can use to send messages or make calls via simple REST endpoints.
AWS SDK for JavaScript v3
Official AWS SDK for JavaScript and TypeScript (v3). Modular architecture where each AWS service is a separate npm package (@aws-sdk/client-s3, @aws-sdk/client-dynamodb, etc.) — import only what you need. Built with TypeScript-first design, native ESM support, middleware stack for custom behavior, and support for Node.js, browser, and React Native. Replaces the monolithic aws-sdk v2 package.
Apache Spark (PySpark)
Unified distributed analytics engine with a DataFrame/SQL API and Catalyst optimizer for large-scale batch, streaming, and ML workloads across clusters.
Aruba Email & Calendar MCP Server
MCP server for Aruba's Italian email and calendar hosting services via IMAP/SMTP and CalDAV protocols. Enables AI agents to read email, send messages, and manage calendar events through Aruba's email hosting — supporting Italian businesses using Aruba's hosting infrastructure.
Modal Labs
Runs Python functions on serverless GPU or CPU containers that autoscale to zero, enabling ML inference and training without infrastructure management.
Momento Cache
Serverless cache and pub/sub cloud service that provides Redis-compatible caching and real-time messaging with zero infrastructure management, automatic scaling, and per-request billing.
Statuspage API
Provides a REST API to programmatically manage Atlassian Statuspage incidents, components, and maintenance windows, enabling agents to automate status communication to customers during outages or service degradations.
PPTAgent
Agentic framework that automatically generates complete PowerPoint presentations from documents, research topics, or freeform prompts, with reflective design capabilities and text-to-image asset generation.
ROS MCP Server
Bridges AI models (Claude, GPT, Gemini) with ROS/ROS2 robots via MCP, enabling natural language command translation into ROS commands and real-time robot state monitoring without modifying existing robot source code.
Redd-Archiver
PostgreSQL-backed tool that transforms compressed Reddit/Voat/Ruqqus data dumps into searchable HTML archives with full-text search, REST API, and an MCP server with 29 tools for AI assistant integration.
Braze Customer Engagement Platform
Enterprise customer engagement platform API for delivering highly personalized push, email, SMS, in-app, and webhook messages at scale with advanced segmentation and lifecycle orchestration.
Google Cloud Pub/Sub API
Google Cloud Pub/Sub is a fully managed, scalable messaging service that enables asynchronous event-driven communication between services via topics and subscriptions with at-least-once delivery.
Android MCP
MCP server for Android device control and automation, enabling AI agents to interact with Android UI elements, capture screenshots, execute adb commands, and automate mobile app testing and interaction.
Bitmovin Video Encoding API
Bitmovin REST API for cloud-native video encoding, transcoding, and player platform. Enables AI agents to submit video encoding jobs, configure adaptive bitrate (ABR) profiles, manage encoding inputs/outputs to S3/GCS/Azure, monitor encoding status, and integrate professional video processing into media workflows. Bitmovin is trusted by major media companies for scalable, GPU-accelerated encoding.
Cloudflare Workers
Runs JavaScript, TypeScript, and WebAssembly at the edge across 300+ Cloudflare PoPs using V8 isolates with sub-millisecond cold starts.
Daft
Distributed DataFrame library for large-scale data processing with native multi-modal support (images, embeddings, tensors, URLs alongside tabular data). Written in Rust with Python API. Runs locally or distributed on Ray/AWS. Unlike Spark DataFrames or Pandas, Daft treats images and tensors as first-class column types — enabling AI/ML data pipelines that mix tabular and model data without custom serialization. Designed specifically for ML data preprocessing at scale.
Google Places API
Provides place search, place details, nearby search, autocomplete, and place photo APIs for finding businesses, points of interest, and geographic locations. Returns structured data including address, hours, reviews, ratings, photos, and contact info.
MailerSend
Transactional email API with high deliverability, supporting single and bulk sends, dynamic templates, email verification, and inbound email parsing via REST and SMTP.
Matomo
Open-source web analytics platform — the privacy-respecting alternative to Google Analytics. Matomo tracks page views, events, conversions, funnels, heatmaps, session recordings, A/B testing, and ecommerce analytics. Self-hosted on your own server (PHP + MySQL) so data never leaves your infrastructure. GDPR-compliant by default with cookieless tracking options. Also available as Matomo Cloud (managed hosting) with a free 21-day trial.
OpenCage Geocoding API
Forward and reverse geocoding API built on OpenStreetMap and other open data sources, returning structured location data in JSON, XML, or GeoJSON across 40+ languages worldwide.
People Data Labs API
Enriches person and company records with professional data including employment history, education, skills, emails, and firmographics by matching against a database of 1.5 billion+ person profiles and 100 million+ company records.
Prometheus Pushgateway
HTTP gateway that accepts pushed metrics from short-lived jobs and exposes them for Prometheus scraping, bridging ephemeral workloads with pull-based monitoring.
Spotify Web API
Provides access to Spotify's music catalog, user library, playlists, playback controls, and audio analysis features for building music-aware applications and automation.
Telegram Bot API
Telegram Bot API — free REST API for building Telegram bots that can send messages, images, files, and interactive content to users, groups, and channels, enabling agents to deliver notifications, handle user interactions, and automate Telegram workflows.
Tinybird API
Tinybird real-time analytics API platform — ingest events and publish low-latency SQL query results as HTTP API endpoints powered by ClickHouse under the hood.
kubefwd
CLI tool that bulk port-forwards Kubernetes services to your local workstation, assigning unique loopback IPs per service and updating /etc/hosts so you can access cluster services by name as if they were running locally. Includes TUI, REST API, and MCP server integration.
AWS CDK (Cloud Development Kit)
AWS CDK lets you define cloud infrastructure as code in TypeScript, Python, Java, or Go, compiled to CloudFormation templates.
Alchemy API
Blockchain infrastructure platform providing enhanced Ethereum/EVM node RPC access, NFT APIs, token APIs, and real-time event webhooks with best-in-class reliability and developer experience.
Datadog Agent
Client-side collection agent that gathers host metrics, logs, traces, and process data and ships them to the Datadog SaaS platform for unified observability.
Make (Integromat) API
Make (formerly Integromat) REST API for managing scenarios (workflows), executions, and teams — enabling programmatic control of visual workflow automation across 1000+ integrated apps.
Supabase JavaScript Client
Official JavaScript/TypeScript client library for Supabase — the open-source Firebase alternative built on PostgreSQL. Provides a unified client for Supabase's services: PostgreSQL database queries (via PostgREST), Auth (sign-in/JWT/OAuth), Storage (file upload/download), Realtime (websocket subscriptions to DB changes), and Edge Functions. Works in browser, Node.js, React Native, and edge runtimes. TypeScript-first with auto-generated types from your DB schema.
Apache Flink
Distributed stateful stream processing framework for real-time data pipelines with exactly-once semantics and event-time processing.
Buttondown API
Buttondown — simple, developer-friendly newsletter platform with a REST API for managing subscribers, sending newsletters, and tracking email analytics — purpose-built for writers and indie creators.
Firebase JavaScript SDK
Official Firebase JavaScript/TypeScript SDK (modular v9+ API). Provides browser and React Native access to Firebase services: Authentication (20+ sign-in methods), Firestore (NoSQL realtime database), Realtime Database, Cloud Storage, Cloud Functions, Analytics, Hosting, and Remote Config. The modular API uses tree-shakeable function imports to minimize bundle size. Powers millions of mobile and web applications as Google's mobile/web backend platform.
Upstash QStash
Serverless HTTP message queue that delivers webhooks to any URL with built-in retry, delay, scheduling, and fan-out — no broker infrastructure required.
WeatherAPI.com
Provides real-time, forecast, and historical weather data along with astronomy information, air quality indices, and severe weather alerts for any location worldwide.
12306 MCP
An MCP server that enables AI models to search Chinese railway (12306) train tickets, query station stops, filter train info, and find multi-leg transfer routes.
ClickHouse Cloud API
ClickHouse Cloud API — managed ClickHouse columnar database for real-time analytics with sub-second queries on billions of rows, accessible via REST HTTP interface or native protocol.
Google BigQuery API
Google BigQuery serverless data warehouse API — run SQL analytical queries on petabyte-scale datasets with automatic scaling, columnar storage, and ML features built in.
Google Cloud Pub/Sub API
Google Cloud Pub/Sub is a fully managed real-time messaging service for event ingestion and delivery — decouples event producers from consumers with at-least-once delivery, replay, and fan-out capabilities.
Grafana Agent
Lightweight, OpenTelemetry-compatible telemetry collector that scrapes metrics, tails logs, and collects traces, forwarding all three signals to Grafana Cloud or self-hosted backends.
MCPCan
A centralized management platform for MCP services providing a web dashboard to deploy, configure, monitor, and authenticate MCP server instances with Kubernetes-native container orchestration, protocol conversion, and a service marketplace.
Paystack
Paystack is a developer-friendly African payment gateway (acquired by Stripe) that enables businesses to accept card, bank transfer, mobile money, and USSD payments across Nigeria, Ghana, South Africa, and Kenya.
Azure API Management
Azure API Management — fully managed API gateway and management platform for publishing, securing, and analyzing APIs in Azure, with a customizable developer portal and policy engine.
Hazelcast
In-memory distributed data grid and stream processing platform. Hazelcast embeds in Java applications or runs as a standalone cluster. Core data structures: IMap (distributed HashMap with TTL, near-cache, entry listeners), IQueue, ISet, IList, ITopic (pub/sub), AtomicLong, Lock, Semaphore — all distributed across cluster members. Hazelcast Jet (unified in 5.x) enables distributed stream processing with SQL over streams. Spring Cache integration via @Cacheable maps to IMap. Hazelcast Platform includes IMDG + Jet. Use cases: session clustering, distributed locking, agent result caching across multiple service instances, and distributed counters.
Neynar
Managed Farcaster API that provides a clean REST interface to Farcaster social data without running your own Hub node. Neynar handles the Hub infrastructure and provides endpoints for user lookup, cast feeds, reactions, follows, channel data, Frames interactions, and posting casts (including managed Signer creation). The de facto standard way to build Farcaster applications via API.
PostGrid API
PostGrid REST API — programmatic physical mail sending (letters, postcards, checks) and address verification, enabling agents to automate direct mail campaigns, compliance notices, and physical document delivery without manual print-and-mail workflows.
Vercel API
Frontend cloud platform with git-based deployments, edge network, serverless functions, and native Next.js integration for deploying web apps globally.
AWS DynamoDB API
AWS DynamoDB is a fully managed NoSQL key-value and document database with single-digit millisecond latency at any scale — accessed via AWS SDK or DynamoDB REST API with IAM auth.
Archestra
Cloud-native platform that serves as a centralized MCP registry, gateway, and orchestrator with enterprise governance, security controls, cost monitoring, and prompt injection defense for managing MCP servers across organizations.
Medusa
Open-source Node.js headless commerce engine with modular architecture for building custom e-commerce backends with full API control.
Terraform Cloud/Enterprise REST API
The Terraform Cloud and Enterprise REST API lets agents programmatically manage workspaces, trigger and monitor plan/apply runs, read and write state, configure variables, and manage organizations and teams.
AWS Secrets Manager
AWS managed secrets store for securely storing, rotating, and accessing API keys, database credentials, and other secrets in agent workflows with automatic rotation support.
Ably
Real-time messaging infrastructure providing WebSocket, MQTT, and SSE transports with guaranteed message ordering, persistence, and 99.999% uptime SLA.
Cloudflare R2
Provides S3-compatible object storage with zero egress fees, integrating natively with Cloudflare Workers and supporting standard AWS S3 SDKs pointed at a custom endpoint.
Proxycurl API
Provides compliant, structured access to LinkedIn profile and company page data via an enrichment API that abstracts the scraping complexity and delivers normalized JSON for person profiles, company pages, job listings, and school data.
AWS SAM (Serverless Application Model)
AWS framework for building serverless applications with simplified CloudFormation syntax, local testing via sam local, and fast Lambda deployments.
CourtListener API
Free REST API providing access to millions of US federal and state court opinions, oral arguments, dockets, judge data, and legal citations maintained by the nonprofit Free Law Project.
Saleor
GraphQL-first headless e-commerce platform built on Django/Python with a rich webhook system and extensible app framework.
Creatomate
Cloud API for automated video and image generation from templates. Creatomate provides a template editor (UI or JSON-based) and a REST API to render videos/images with dynamic content — variable text, images, colors, and audio. No need to set up rendering infrastructure (FFmpeg, Chrome, Lambda) — Creatomate handles all rendering server-side. Used for social media automation, personalized video generation, and content workflows.
Stadia Maps API
Provides hosted map tiles (raster and vector), geocoding/reverse geocoding, turn-by-turn routing, and isochrone analysis built on OpenStreetMap and Valhalla.
Amazon SES API
Amazon Simple Email Service (SES) — high-volume transactional and bulk email sending via AWS with SMTP and REST API interfaces, pay-per-use pricing starting at $0.10/1000 emails, and deep AWS ecosystem integration.
Cloudflare Stream API
Cloudflare's video hosting and streaming API — upload, transcode, store, and deliver video at scale via HLS/DASH with Cloudflare's global CDN. Includes live streaming, recording, and per-video analytics.
Deno Deploy
Runs Deno (TypeScript-native) scripts globally at the edge using V8 isolates, with built-in Deno KV for persistent storage and zero-config deployment from GitHub or the Deno CLI.
EdgeDB REST API
EdgeDB REST API enables agents to query and mutate a graph-relational database using EdgeQL or SQL over HTTP, with strong type safety, schema migrations, and automatic link traversal replacing manual joins.
Exoscale Cloud
Provides a Swiss-based IaaS cloud platform with VMs, object storage, managed databases (DBaaS), managed Kubernetes (SKS), DNS, and networking — operated exclusively from European data centres with a strong GDPR and data sovereignty focus.
Prefect Cloud API
Python-native workflow orchestration as a service — wrap any Python function with @flow and @task decorators to get managed scheduling, retries, observability, and a REST API for triggering and monitoring runs.
Salesforce API
Enterprise CRM platform API for accessing and manipulating Salesforce data including contacts, opportunities, accounts, cases, and custom objects through REST, SOAP, Bulk, and Streaming APIs.
n8n Cloud API
n8n — open-source, self-hostable workflow automation tool with 400+ integrations, code-first nodes (JavaScript/Python), and a REST API for programmatic workflow management.
AWS CloudFront API
Provides programmatic control over AWS CloudFront CDN distributions via the AWS SDK and REST API, enabling agents to manage content delivery configurations, trigger cache invalidations, and update distribution settings across a global edge network.
MailerLite API
Email marketing platform API for managing subscribers, groups, campaigns, automations, and forms. Supports creating and sending email campaigns, managing subscriber lists and segments, tracking campaign analytics, and building email automation workflows programmatically.
Milvus
Open-source vector database purpose-built for billion-scale embedding similarity search, supporting ANN indexes (HNSW, IVF, DiskANN) with gRPC and REST APIs.
PagerDuty
Incident management and on-call alerting platform that routes alerts to the right responders, manages escalations, and tracks incident lifecycle via REST API.
ArcticDB
High-performance DataFrame and time series storage engine built for financial data and quantitative research. ArcticDB stores Pandas DataFrames directly in S3-compatible object storage or local files with extremely fast reads/writes for large numerical datasets. Created by Man Group (major hedge fund) and open-sourced in 2023. Provides versioning, snapshots, and concurrent read access to large DataFrames without a database server. The 'database for DataFrames' — not SQL, not key-value, just fast Pandas I/O.
Cube
Semantic layer and headless BI platform that sits between data warehouses and agent/app consumers, exposing curated business metrics via REST, GraphQL, and SQL APIs.
MCPStore
MCPStore is a Python orchestration layer that manages MCP service lifecycles and adapts them for use with popular AI agent frameworks like LangChain, LangGraph, AutoGen, CrewAI, and LlamaIndex through a unified API.
Netlify API
JAMstack hosting and serverless platform with git-based deployments, edge functions, form handling, and built-in CDN for frontend and full-stack apps.
Polygon.io API
Market data platform providing real-time and historical stock, options, forex, and crypto price data via REST and WebSocket with SIP consolidated tape access and a generous free tier for delayed data.
TrendRadar
An AI-driven trend monitoring platform that aggregates public opinion from multiple social and news sources, applies AI analysis (sentiment, summaries, predictions), and delivers structured notifications via 9 channels including Telegram, Slack, and WeChat.
AWS Systems Manager Parameter Store
AWS hierarchical key-value store for configuration data and secrets with free standard tier, KMS encryption for SecureString parameters, and IAM access control.
Axiom API
Axiom is a cloud-native log management and analytics platform built on a columnar storage engine. Provides APIs for high-throughput event ingestion, querying via APL (Axiom Processing Language), and dataset management. Designed for cost-effective retention at scale without per-GB ingestion pricing beyond a tier.
Datadog APM
Distributed tracing and application performance monitoring that automatically instruments code to track requests across microservices with flame graphs and service maps.
Fastly
Edge cloud platform providing CDN with programmable caching (VCL), edge compute (Compute@Edge via Wasm), WAF, and DDoS protection via REST API.
Google Cloud Python Client Libraries
Official Google Cloud Python client libraries for accessing GCP services. Separate packages per service: google-cloud-storage (GCS), google-cloud-bigquery, google-cloud-pubsub, google-cloud-aiplatform (Vertex AI), google-cloud-firestore, google-cloud-spanner, and 100+ others. Provides idiomatic Python APIs with automatic auth via Application Default Credentials (ADC), gRPC-based transport for most services, and async variants for high-throughput applications.
Telnyx
Programmable telecommunications REST API providing voice calls, SMS/MMS messaging, fax, SIP trunking, and phone number management on a carrier-grade network.
Ably Realtime API
Provides globally distributed pub/sub messaging infrastructure with channels, presence tracking, and guaranteed message ordering for real-time applications.
Automation MCP
MCP server providing complete macOS desktop automation capabilities including mouse control, keyboard input, screenshot capture, and UI element interaction via Accessibility APIs.
Chroma Cloud
Managed cloud vector database service built on the open-source Chroma engine, offering a REST API and Python/Node SDKs for storing and querying embeddings in agent RAG pipelines.
Hunter.io API
Email finder and verification API that discovers professional email addresses by domain or name, verifies deliverability, checks for disposable or catch-all configurations, and returns confidence scores. Used for B2B sales prospecting and outreach automation.
Redis Cloud API
Redis Cloud is managed Redis-as-a-service by Redis, Inc., providing the blazing-fast in-memory data store for caching, session management, pub/sub messaging, rate limiting, distributed locks, and queue patterns. The Redis Cloud REST Management API (redislabs.com) handles the control plane: provisioning databases, configuring eviction policies, setting memory limits, and managing subscriptions. This is completely separate from the Redis data protocol (RESP) used for actual data operations. Agents interact with the management plane via REST and the data plane via standard Redis clients.
Ruflo
A production-grade multi-agent orchestration platform built on Rust/WebAssembly that deploys coordinated swarms of 60+ specialized AI agents within Claude Code, with persistent memory, cost optimization, and Byzantine fault-tolerant consensus.
SendGrid Marketing Campaigns API
SendGrid Marketing Campaigns API — contact management, list segmentation, and email campaign sending for marketing use cases, distinct from SendGrid's transactional Mail Send API.
Hasura GraphQL Engine
Instant GraphQL and REST APIs over databases (Postgres, MySQL, SQL Server, MongoDB) with role-based permissions, realtime subscriptions, and event triggers.
Azure Key Vault
Azure managed key vault for secrets, encryption keys, and certificate lifecycle management with HSM-backed hardware security and Azure AD RBAC integration.
Modern Treasury
Payment operations platform providing APIs for bank transfers, automated reconciliation, and double-entry ledgering for high-volume B2B money movement.
Serverless Framework
Multi-cloud serverless deployment framework that packages and deploys Lambda, Azure Functions, and GCP Cloud Functions via serverless.yml configuration.
AWS Athena
Serverless interactive SQL query service that executes queries directly against data in S3 using Presto/Trino, charging per TB of data scanned.
AWS Step Functions API
AWS Step Functions REST API — serverless workflow orchestration service enabling agents to define, execute, and monitor state machines that coordinate AWS services (Lambda, ECS, DynamoDB, SQS, etc.) with built-in error handling, retries, and parallel execution.
Azure Communication Services
Azure's unified communications PaaS that gives AI agents programmatic access to SMS, transactional email, voice/video calling, push notifications, and chat via REST API and multi-language SDKs.
Directus REST & GraphQL API
Open-source data platform wrapping any SQL database (Postgres, MySQL, SQLite) with an instant REST/GraphQL API, admin UI, file management, auth, and role-based access control.
Kit (ConvertKit) API
Kit (formerly ConvertKit) — creator-focused email marketing platform with a REST API for managing subscribers, tags, sequences, and broadcasts for independent creators and online businesses.
Trino
Distributed SQL query engine for querying data across multiple sources (S3/HDFS Parquet/ORC, Hive, Iceberg, Delta Lake, PostgreSQL, MySQL, Kafka, Redis, MongoDB, and more) using standard ANSI SQL. Trino (formerly PrestoSQL) runs federated queries spanning multiple data sources in a single SQL statement — JOIN a Hive table with PostgreSQL with a Kafka topic. Excels at interactive analytics on large datasets. Widely used as the query engine behind data platforms at Meta, LinkedIn, Netflix, and others.
Bytewax
Python-native stateful stream processing framework built on a Rust runtime. Bytewax brings the developer experience of Python to stream processing — write dataflows as Python functions without JVM, Java/Scala knowledge, or complex cluster configuration. Processes data from Kafka, Kinesis, files, or custom sources with stateful windowing, joining, and aggregation. Runs locally for development and scales to distributed execution. Positioned as the 'Python Flink' for teams that want streaming without the JVM ecosystem.
Redis Vector Search (RediSearch)
In-memory vector and full-text search via the RediSearch module, enabling sub-millisecond semantic similarity search and real-time keyword search over Redis data.
Redpanda
Kafka-compatible streaming platform written in C++ that delivers 10x lower latency than Kafka with no JVM dependency, available as self-hosted or managed cloud.
Yelp Fusion API
Business search and discovery API providing access to Yelp's database of 8M+ local businesses including restaurants, hours, reviews, photos, and ratings.
Zilliz Cloud
Zilliz Cloud is a fully managed vector database service built on Milvus that enables high-performance similarity search over billions of vectors for AI-powered applications.
Adyen API
Enterprise global payment platform providing end-to-end acquiring, payment processing, risk management, and financial services for large-scale merchants across online, in-store, and mobile channels.
Auth.js (NextAuth.js)
Open-source authentication library for TypeScript/JavaScript web applications — handles OAuth, email magic links, and credentials auth with built-in session management for Next.js, Express, and other frameworks.
OpenTelemetry Collector
Vendor-agnostic telemetry pipeline that receives, processes, and exports metrics, traces, and logs from any source to any backend.
RisingWave
Cloud-native streaming SQL database that uses standard PostgreSQL wire protocol and SQL syntax to define streaming materialized views over real-time data sources (Kafka, Kinesis, databases). RisingWave continuously maintains materialized views as data flows in, enabling sub-second latency queries on streaming data without writing Flink or Spark jobs. Designed as a developer-friendly alternative to Apache Flink: SQL-first, PostgreSQL-compatible, and dramatically simpler to operate.
Tomorrow.io Weather API
Hyperlocal weather intelligence API providing real-time conditions, forecasts up to 21 days, historical data, and severe weather alerts for any location.
Tyk API Gateway
Tyk API Gateway — open-source, self-hostable API gateway and management platform supporting REST, GraphQL, and gRPC with built-in rate limiting, auth, analytics, and developer portal.
Zillow MCP Server
MCP server wrapping Zillow real estate data APIs. Enables AI agents to query property listings, Zestimate valuations, neighborhood data, housing market trends, and rental pricing from Zillow's database — the largest US real estate platform.
boto3 (AWS SDK for Python)
boto3 is the official AWS SDK for Python, providing Python-native access to all AWS services including S3, EC2, Lambda, DynamoDB, IAM, and hundreds more.
Amazon SNS API
Amazon Simple Notification Service — a fully managed pub/sub messaging service that fans out messages to many subscribers (Lambda, SQS, HTTP, email, SMS, mobile push) simultaneously.
Azure Blob Storage
Microsoft Azure's massively scalable object storage for unstructured data, supporting hot/cool/archive tiers, data lake analytics, and CDN integration.
Livestorm Webinar Platform API
Livestorm REST API for browser-based webinar and online event platform. Enables AI agents to manage events and sessions, retrieve registration and attendance data, access engagement analytics, manage contacts, and integrate Livestorm into CRM and marketing automation workflows. Livestorm is developer-friendly with a public REST API and good documentation.
api.video
API-first video hosting and streaming platform that handles video upload, encoding, CDN delivery, and live streaming via a developer-friendly REST API.
Apache CouchDB REST API
CouchDB REST API gives agents a fully HTTP-native document database with built-in replication, conflict resolution, and change feeds for offline-first and sync-heavy workflows.
Hasura Cloud API
Managed GraphQL engine that instantly generates a GraphQL and REST API from a PostgreSQL schema with subscriptions and row-level security via session variables.
Splunk HTTP Event Collector (HEC)
Splunk's HTTP endpoint for ingesting events, logs, and metrics directly from applications without a forwarder agent.
Stream Chat API
Provides scalable in-app chat and activity feed infrastructure via REST and WebSocket APIs, enabling agents to create channels, send messages, manage users, and query feeds programmatically.
The Guardian API
Free REST API providing access to The Guardian's archive of 2+ million articles, sections, tags, and editorial content with full-text body available on approved plans.
Apache Airflow
Platform for programmatically authoring, scheduling, and monitoring batch data pipelines as Python DAGs (Directed Acyclic Graphs).
Google Cloud Run API
Google Cloud Run API — deploy and manage containerized services that scale to zero, with automatic HTTPS, traffic splitting, and pay-per-use pricing.
Google Cloud Tasks API
Google Cloud Tasks managed async task queue — enqueue HTTP tasks or App Engine tasks with configurable retry, rate limiting, deduplication, and scheduled dispatch.
KafkaJS
Modern Apache Kafka client for Node.js written from scratch in JavaScript (no librdkafka dependency). Supports producer/consumer groups, transactions, schema registry integration, admin client for topic management, and TypeScript types. The most popular Kafka client for Node.js agent event streaming pipelines.
Slack Bolt SDK
A framework (Python and JavaScript) for building full-featured Slack apps that handle events, slash commands, interactive components, and workflows using a middleware pipeline with both HTTP and Socket Mode transport.
Supabase Storage API
Supabase Storage REST API — S3-compatible object storage with Postgres RLS-based access control, enabling agents to upload, retrieve, and manage files in buckets with fine-grained per-row access policies, built-in CDN, and on-the-fly image transformation.
TimescaleDB
PostgreSQL extension for time-series data that adds automatic partitioning (hypertables), continuous aggregations, and compression while preserving full SQL compatibility and the PostgreSQL ecosystem.
Upstash Kafka API
Serverless Kafka-compatible message streaming service with a REST API optimized for edge and serverless environments — pay-per-message pricing with zero cluster management and HTTP-based produce/consume for environments where native Kafka TCP connections are not available.
Web Agent Protocol
A standardized framework for recording browser user interactions via a Chrome extension and replaying them either exactly or as AI-condensed smart sequences, with the ability to convert recordings into reusable MCP servers for AI agent consumption.
Xata DB API
Serverless PostgreSQL-compatible database with built-in full-text search powered by Elasticsearch and native AI/vector search features, accessible via REST API and TypeScript SDK.
Alpaca Markets API
Commission-free US equity and crypto brokerage API with paper trading, real-time market data streaming, and broker API for building trading products on top of Alpaca's regulated clearing infrastructure.
Daily.co REST API
Provides WebRTC video and audio infrastructure via REST API and client SDK, enabling agents to create rooms, issue access tokens, trigger cloud recording, and receive real-time transcription without managing media servers.
Dyte API
Dyte REST API — highly customizable real-time video and audio meeting infrastructure with programmable UI components, enabling agents to create meetings, manage participants, control recording, and build branded video experiences.
Mapbox Static Images API
HTTP API that generates static map images (PNG or JPEG) of any location at any zoom level, with optional overlays including GeoJSON features, markers, paths, and custom styles. Returns a rasterized image URL or binary suitable for embedding in emails, PDFs, reports, SMS messages, or any context where interactive maps cannot be rendered.
Twilio Flex REST API
Provides programmatic control over Twilio Flex contact center infrastructure, including agent management, task routing, worker status, channel configuration, and interaction data for building customized omnichannel contact center automation.
clickhouse-driver (Python)
Python driver for ClickHouse using the native TCP protocol. Provides synchronous and async (asynch) interfaces for connecting to ClickHouse databases from Python. More efficient than HTTP-based clickhouse-connect for high-throughput operations. Used by data engineers, analytics engineers, and Python ML pipelines that need to query or ingest into ClickHouse.
Bunny.net CDN API
Performance-focused CDN and edge storage platform with competitive pricing, edge scripting, bunny stream video hosting, and global storage replication.
Close CRM API
Sales-focused CRM API with built-in calling, emailing, SMS, and activity tracking designed for high-velocity inside sales teams.
Elastic APM API
Elastic APM Intake API — application performance monitoring server that receives traces, spans, transactions, errors, and metrics from APM agents via HTTP intake API, enabling agents to ingest custom telemetry data and query APM data stored in Elasticsearch for performance analysis.
Ensembl REST API
Ensembl REST API provides programmatic access to the Ensembl genome browser database, covering gene annotations, sequence retrieval, variant data, comparative genomics, and phenotype associations for 200+ species.
FullContact Identity Resolution API
Resolves fragmented identity signals (email, phone, social, MAIDs) into unified person and company profiles with employment, demographic, and social data for enrichment and identity verification use cases.
Lightdash
Open-source BI tool that builds directly on dbt models and metrics, exposing a REST API for programmatic chart and dashboard access — enabling agents to query curated business metrics without raw SQL.
Lunar
An API gateway platform that mediates between applications/AI agents and external APIs. Provides traffic visibility, policy enforcement, rate limiting, retries, circuit breakers, and cost optimization. Lunar MCPX aggregates multiple MCP servers into a single gateway with unified access control.
Mixpanel
Product analytics platform with REST APIs for ingesting user events and querying funnels, retention, segmentation, and cohort reports programmatically.
NewsAPI
Aggregates news articles and headlines from 150,000+ sources worldwide via a simple REST API.
Pipedream API
Developer-focused API integration platform that connects 2000+ apps via HTTP triggers, scheduled runs, and code steps (Node.js or Python), enabling event-driven workflow automation with full code-level control.
Shopify Admin API
Programmatic access to Shopify store data and operations — products, orders, customers, inventory, fulfillments, and more — via both REST and GraphQL APIs.
User Data Enrichment MCP Server
MCP server for enriching user data by adding social network links based on provided personal information (name, email, etc.). Enables AI agents to find and append social profile URLs to user records — supporting sales prospecting, lead enrichment, and profile research workflows.
influxdb-client-python
Official Python client library for InfluxDB 2.x and 3.x. Provides write (line protocol), query (Flux language), and management APIs. InfluxDB is a time-series database optimized for metrics, events, and IoT sensor data. The Python client handles batching, retry, and async writes. Used in monitoring systems, IoT platforms, and metrics collection pipelines.
AWS EventBridge API
AWS EventBridge is a serverless event bus that routes events between AWS services, SaaS applications, and custom applications — enabling decoupled, event-driven agent architectures with pattern matching and scheduling.
Azure Service Bus
Azure's enterprise message broker with queues and topics/subscriptions for reliable async communication, dead-letter queues, and session-based ordering.
Bunny.net Stream
Bunny.net Stream is a video hosting and delivery API that provides upload, automatic transcoding to HLS (multiple resolutions), global CDN delivery, and player embedding, enabling agents to programmatically upload and serve video content without managing encoding infrastructure.
Cloudflare Pages API
Provides a REST API to manage Cloudflare Pages projects, trigger deployments, and inspect deployment status for static sites and fullstack applications running at the Cloudflare edge.
Grafana Loki
Horizontally scalable, highly available log aggregation system inspired by Prometheus that indexes only log metadata (labels) rather than full-text for cost efficiency.
Weaviate
Open-source vector database with built-in ML vectorization modules (text2vec, multimodal) accessible via REST, GraphQL, and gRPC, available as self-hosted or managed Weaviate Cloud.
WooCommerce REST API
WooCommerce's REST API exposes store management capabilities for a WordPress-based e-commerce site, including products, orders, customers, coupons, reports, and settings. The API is embedded in the WordPress site itself (wp-json/wc/v3).
Azure Cosmos DB API
Fully managed, globally distributed NoSQL and relational database service from Microsoft Azure. Supports multiple APIs (NoSQL/Core, MongoDB, Cassandra, Gremlin, Table) over the same underlying engine. Offers single-digit millisecond reads, configurable consistency levels (5 levels from eventual to strong), and turnkey multi-region writes with automatic failover.
Cloudflare Hyperdrive API
Accelerates connections from Cloudflare Workers to remote PostgreSQL databases by maintaining persistent regional connection pools and caching query results at the edge.
Couchbase REST API
Couchbase REST API enables agents to perform distributed NoSQL document operations, N1QL/SQL++ queries, full-text search, and mobile data sync against a high-performance multi-service cluster.
Heroku Platform API
Salesforce-owned PaaS for deploying web apps via git with dyno-based compute, managed add-ons (Postgres, Redis), and a rich ecosystem of third-party add-ons.
Sci-Hub MCP Server
Sci-Hub MCP server enabling AI agents to retrieve academic papers via Sci-Hub — fetching full-text PDFs of research papers by DOI, PMID, or URL, bypassing academic publisher paywalls. Primarily used by researchers in institutions without journal subscriptions for accessing scientific literature.
Twitch API (Helix)
Twitch's Helix REST API provides access to stream data, channel information, clips, subscriptions, chat, and EventSub webhooks — enabling agent-driven Twitch bots, analytics, and streaming tools.
Azure SDK for Python
Official Azure SDK for Python. Modular packages per Azure service: azure-storage-blob, azure-cosmos, azure-servicebus, azure-ai-openai, azure-identity, azure-keyvault-secrets, and 200+ others. Follows Azure SDK design guidelines with consistent patterns across all services — same credential types, same retry policies, same paging patterns. Supports both sync and async (asyncio) variants for each service client.
Cloudflare D1
Provides SQLite-compatible serverless SQL databases that bind directly to Cloudflare Workers, enabling structured data persistence at the edge.
NASA Open APIs
Provides programmatic access to NASA's public datasets including the Astronomy Picture of the Day, near-Earth object tracking, Mars Rover photos, EPIC Earth imagery, and dozens of other space and planetary science endpoints.
100ms API
100ms REST API and SDK — programmable video/audio rooms, live streaming, and recording infrastructure for building real-time video experiences, enabling agents to create rooms, manage sessions, and control recording workflows.
Commerce Layer
API-first headless commerce platform specializing in multi-market, multi-currency, and B2B commerce with a JSON:API compliant REST interface.
LocationIQ API
Provides forward geocoding, reverse geocoding, autocomplete, and nearby search powered by OpenStreetMap data via a simple REST API.
clickhouse-rs
Official async Rust client library for ClickHouse, the open-source column-oriented OLAP database. Provides insert, select, and DDL operations with efficient row serialization using ClickHouse's native binary protocol. Supports connection pooling, compression (LZ4), and batch inserts. Used for building Rust analytics backends and data pipeline ingest endpoints connected to ClickHouse.
AWS Step Functions API
AWS Step Functions orchestrates serverless workflows as visual state machines — coordinate Lambda functions, ECS tasks, DynamoDB, and 200+ AWS services with branching, parallel execution, error handling, and retry logic.
AWS WAF
AWS Web Application Firewall for protecting agent API endpoints from SQL injection, XSS, bot traffic, and rate limiting attacks via rule groups and IP reputation lists.
Baserow API
Provides a REST API for a self-hostable open-source no-code database and Airtable alternative backed by PostgreSQL, enabling agents to create, read, update, and delete rows in structured tables.
Confluent Cloud
Fully managed Apache Kafka cloud service with REST Admin API, Schema Registry, and Kafka Connect for real-time event streaming pipelines.
Google Cloud AlloyDB
Google Cloud's fully managed PostgreSQL-compatible database with built-in AI/ML capabilities, columnar engine for analytics, and vector search for RAG and similarity workloads.
Google Cloud Scheduler API
Google's fully-managed enterprise cron job service for scheduling recurring HTTP, Pub/Sub, or App Engine requests on a defined schedule, with configurable retry and timezone support.
Kubrick Multimodal Agents Course
An open-source educational course and codebase teaching developers how to build production-ready multimodal AI agents that process images, video, audio, and text via a unified MCP server built with FastMCP, Groq LLMs, and Pixeltable memory.
MCP Remote macOS Use
An MCP server that gives AI agents full GUI control over remote macOS machines via Apple Screen Sharing, enabling screenshot capture, keyboard/mouse input, application launching, and drag-and-drop — all without installing software on the target Mac.
MongoDB Atlas Search
Lucene-based full-text and vector search built directly into MongoDB Atlas, enabling agents to run semantic and keyword search without a separate search infrastructure.
Nginx UI
A self-hosted web UI for managing Nginx servers with real-time monitoring, online configuration editing with validation, SSL certificate automation via Let's Encrypt, multi-server cluster support, and an MCP interface for AI-assisted configuration management.
Trigger.dev
An open-source platform for building and deploying fully-managed AI agents and long-running workflows in TypeScript, with durable task execution, automatic retries, queues, human-in-the-loop pauses, and full observability.
Twilio Segment
Customer Data Platform that collects user events from sources via a unified tracking API and routes them to hundreds of analytics, marketing, and data warehouse destinations.
Visual Crossing Weather API
Delivers historical weather data going back decades plus multi-day forecasts via a unified Timeline API, supporting both JSON and CSV output for any global location.
Xiaozhi ESP32 Server
A Python/Java/Vue backend server for the Xiaozhi ESP32 open-source smart hardware project, providing voice interaction, speaker recognition, multi-LLM dialogue, visual perception, and IoT device control for ESP32-based AI assistants.
aioboto3
Async AWS SDK for Python — wraps boto3 with asyncio support for non-blocking AWS service calls. aioboto3 features: async context manager pattern (async with aioboto3.Session() as session), async S3 operations (await s3.put_object, await s3.get_object, transfer.upload_file), async DynamoDB operations, async SQS (await sqs.send_message, receive_message), async SNS, async Secrets Manager, aiobotocore underneath (wraps botocore with aiohttp), paginator async iteration (async for page in paginator.paginate()), and transfer manager for multipart upload/download. Required for async Python web services that need non-blocking AWS access in FastAPI/aiohttp handlers.
delta-rs
Native Rust implementation of the Delta Lake protocol with Python bindings (deltalake package). Enables reading and writing Delta Lake tables without Spark — works in Python, Rust, and through Arrow/Pandas integration. Used to interact with Delta Lake from Python data pipelines, ML workflows, and agent backends. The Python deltalake package wraps the Rust implementation for high performance.
Apache Hudi
Open-source data lakehouse table format providing ACID transactions, record-level updates/deletes, and incremental processing on cloud object stores (S3, GCS, Azure). Hudi enables streaming upserts, efficient incremental queries ('give me records changed since timestamp X'), and time-travel on data lakes built on Spark, Flink, or Presto. Originated at Uber for streaming CDC to data lakes at scale. Competes directly with Delta Lake and Apache Iceberg.
EspoCRM
Lightweight, modern open-source CRM built with a clean REST API from the ground up. EspoCRM covers contacts, leads, accounts, opportunities, tasks, calendar, email integration, and activity streams. Known for its clean UI, well-documented API, and easier setup compared to SuiteCRM. Full entity manager allows custom fields and entities without coding. Used by SMBs and agencies wanting a self-hosted CRM without the complexity of SugarCRM derivatives.
Google Cloud Spanner
Google's horizontally scalable, globally distributed relational database with strong ACID consistency, SQL interface, and automatic sharding for planet-scale applications.
Kong Gateway Admin API
Exposes a REST admin API to configure Kong API Gateway — managing routes, services, consumers, plugins (rate limiting, auth, logging), and upstreams programmatically.
Turso DB API
Edge SQLite database built on libSQL (a SQLite fork) with per-database isolation, ultra-low latency reads at edge locations, and access via REST API, gRPC, and the libSQL client.
Biopython
Biopython is a Python library for biological computation, providing tools for sequence analysis, structure parsing, phylogenetics, population genetics, and convenient wrappers for NCBI Entrez, BLAST, and other bioinformatics services.
Google Cloud Bigtable
Google Cloud's fully managed NoSQL wide-column database designed for high-throughput, low-latency workloads at petabyte scale, HBase-compatible, ideal for time-series, IoT, and analytics data.
Lightspeed Commerce API
Lightspeed Commerce REST API for omnichannel point-of-sale and retail management platform. Enables AI agents to query sales transactions, retrieve inventory levels, access customer purchase history, manage product catalogs, and integrate retail operations data into analytics and fulfillment workflows. Lightspeed covers Retail, Restaurant, and Ecommerce verticals.
YouTube Analytics API
Provides access to YouTube channel and video performance metrics including views, watch time, revenue, demographics, traffic sources, and engagement data for channel owners via Google OAuth.
ArangoDB REST API
ArangoDB REST API enables agents to perform document, graph, and key-value operations against a multi-model database using AQL (ArangoDB Query Language) over HTTP.
Bugsnag
Monitors application errors and computes per-release stability scores so agents can assess release health and detect regressions automatically.
CCXT
Unified cryptocurrency exchange library that provides a single API to trade on 100+ exchanges without learning each exchange's proprietary API.
Cloudflare Durable Objects API
Cloudflare Durable Objects provides strongly-consistent stateful compute at the edge by co-locating a single-threaded JavaScript/WASM instance with persistent storage, enabling coordination, session management, and real-time collaboration without a central database.
Convex
Convex is a TypeScript-native serverless backend platform with a reactive document database, server functions, and real-time subscriptions. Application logic runs as Convex functions (queries, mutations, actions) deployed to Convex's cloud, with automatic reactivity propagating database changes to subscribed clients.
Qovery API
Qovery — developer platform that provisions and manages Kubernetes clusters on your cloud account (AWS, GCP, Azure), providing Heroku-like deployment UX with full cloud control.
arXiv MCP Server
MCP server that enables AI assistants to search, download, and analyze academic papers from arXiv, with local caching and specialized research analysis prompts.
AWS Pinpoint
AWS Pinpoint is a multi-channel messaging and customer engagement platform that sends SMS, push notifications, email, and voice messages with built-in delivery analytics and audience segmentation.
Airship Customer Engagement API
Airship REST API for mobile-first customer engagement platform. Enables AI agents to send targeted push notifications, SMS, and in-app messages; manage audience segments; retrieve campaign analytics; and integrate Airship messaging into marketing automation workflows. Airship (formerly Urban Airship) is one of the pioneer push notification platforms with deep mobile expertise.
Fluentd
Open-source log collector and aggregator that unifies data collection from multiple sources and routes to multiple outputs via a plugin ecosystem.
Fly Machines API
Fly Machines REST API — create, start, stop, and manage individual Docker container instances (Machines) globally across Fly.io's edge network with microsecond boot times.
Fonoa Tax Automation API
Fonoa REST API for global indirect tax automation and e-invoicing compliance. Enables AI agents to validate tax IDs, calculate VAT/GST/sales tax for digital transactions, generate compliant invoices, and report transactions to tax authorities in 100+ countries. Fonoa is purpose-built for digital economy companies (SaaS, marketplaces, gig economy) with complex cross-border tax requirements.
Geckoboard Dashboard API
Geckoboard REST API for real-time KPI dashboards and team visibility screens. Enables AI agents to push live data to TV dashboards, create and update datasets, manage dashboard layouts, and integrate business metrics into team visibility displays. Geckoboard specializes in office TV dashboards for customer support and operations teams.
HubSpot CRM API
Full-featured CRM REST API for managing contacts, companies, deals, pipelines, and marketing workflows across the HubSpot platform.
Microsoft OneDrive API (Microsoft Graph Files)
Provides access to files and folders stored in Microsoft OneDrive and SharePoint through the Microsoft Graph API, enabling upload, download, search, sharing, and metadata operations.
NATS.io
Lightweight open-source publish-subscribe messaging system with optional JetStream persistence layer for at-least-once delivery and replay.
Passage by 1Password
Passage by 1Password provides a passkey-first authentication API that lets agents register and authenticate users via FIDO2 WebAuthn biometrics with optional magic link fallback, backed by 1Password's security infrastructure.
Uploadcare API
Uploadcare provides a file upload and CDN platform with REST APIs for programmatic file ingestion, storage management, and on-the-fly image/video transformations via URL-based processing directives.
Amazon RDS API
Amazon RDS REST API — managed relational database service enabling agents to provision, configure, backup, and scale PostgreSQL, MySQL, MariaDB, Oracle, and SQL Server instances, and manage Aurora clusters without infrastructure management.
Logstash
Open-source server-side data processing pipeline that ingests data from multiple sources, transforms it, and ships it to Elasticsearch or other outputs.
Omnisend API
Omnisend — e-commerce-focused email, SMS, and push notification marketing automation platform with a REST API for managing contacts, sending campaigns, and automating lifecycle messaging.
OpenFDA API
Provides access to FDA datasets including drug adverse event reports (FAERS), drug labeling, drug NDC directory, medical device reports, food enforcement actions, and recalls via an Elasticsearch-powered REST API.
Oura Ring API
Provides access to Oura Ring biometric data including sleep stages, HRV, body temperature, SpO2, activity, and readiness scores for health analytics and wellness automation.
PDF.co API
PDF processing API for converting, merging, splitting, extracting text/data from PDFs, adding annotations, and running OCR on documents via a simple REST interface.
Paddle API
Paddle's billing and payments API acting as the merchant of record, handling global tax compliance, subscriptions, and checkout for software and SaaS businesses.
Supabase Edge Functions API
Supabase Edge Functions — globally distributed Deno serverless functions that run at the edge, enabling agents to deploy custom server-side logic close to users with direct access to the Supabase project (database, auth, storage) without managing infrastructure.
Temporal Cloud
Temporal durable workflow orchestration platform — run long-running, fault-tolerant workflows that survive process crashes, network failures, and infrastructure restarts with guaranteed exactly-once execution.
Amazon Connect
AWS cloud contact center with programmable IVR, agent routing, real-time transcription, and AI-powered agent assist capabilities accessible via API for CX automation.
CleverTap Customer Engagement API
CleverTap REST API for real-time customer engagement and mobile analytics platform. Enables AI agents to upload user profiles and events, trigger targeted campaigns, retrieve segmentation and funnel analytics, access retention cohort data, and integrate CleverTap behavioral data into marketing and product workflows. CleverTap focuses on retention and lifecycle marketing.
Gravitee API Management
Gravitee — open-source API management platform supporting REST, GraphQL, gRPC, and event-native APIs (Kafka, MQTT, WebSocket) with a self-hosted gateway, management API, and developer portal.
Pusher Channels API
Delivers hosted WebSocket pub/sub messaging with public, private, and presence channels for adding real-time features to web and mobile applications.
Vespa
Open-source search and vector database engine by Yahoo that combines approximate nearest neighbor vector search with BM25 lexical search, a YQL query language, multi-phase ranking, and tensor operations in ranking expressions for distributed deployment.
YugabyteDB
Distributed SQL database compatible with PostgreSQL and Cassandra query languages, providing horizontal scalability with ACID transactions across multiple nodes and regions.
AWS Kinesis Data Streams
Fully managed real-time data streaming service that ingests, buffers, and processes large streams of data records. Data is organized into shards, each capable of ingesting up to 1 MB/s or 1000 records/s. Consumers can read from streams using the Kinesis Client Library, AWS Lambda triggers, or direct GetRecords API calls.
Amazon ECS (Elastic Container Service) API
Run and orchestrate Docker containers on AWS without managing the underlying server infrastructure, using either Fargate (serverless) or EC2 launch types.
Azure Data Factory REST API
Azure Data Factory is a managed cloud ETL and data orchestration service with a REST API for creating and running pipelines, managing datasets and linked services, configuring triggers, and monitoring pipeline runs across Azure and hybrid environments.
Bunny.net API
Bunny.net — affordable CDN and edge storage platform with REST API for managing pull zones, storage zones, video libraries, and image optimization at globally distributed edge locations.
Cloudflare Queues API
Cloudflare Queues is a globally distributed message queue service tightly integrated with Cloudflare Workers, enabling agents to produce and consume messages at the edge without managing queue infrastructure.
Football-Data.org API
Freemium REST API providing football/soccer data for major European leagues including standings, fixtures, results, and team statistics.
HashiCorp Nomad API
HashiCorp Nomad's REST API enables programmatic scheduling, management, and monitoring of containerized and non-containerized workloads across a cluster, including job submission, allocation inspection, node management, and ACL-based access control.
Jira Service Management
Atlassian's ITSM platform built on Jira providing service request management, incident tracking, change management, and SLA enforcement with REST API and OAuth2 access.
Looker REST API
Looker's REST API provides programmatic access to run queries, embed dashboards, manage LookML models, schedule reports, and administer users — enabling data-driven agents and embedded analytics.
OneLogin API
The OneLogin REST API enables programmatic management of users, roles, applications, and SSO configurations, supporting SCIM provisioning, SAML/OIDC app management, and MFA policy automation for enterprise identity workflows.
Opsgenie
Atlassian alert management and on-call scheduling platform that aggregates alerts from monitoring tools, routes to on-call responders, and manages escalation policies.
Xiaohongshu (Little Red Book) MCP Server
MCP server for Xiaohongshu (Little Red Book / 小红书 / RedNote) — China's leading lifestyle social platform combining Instagram-style content sharing with e-commerce. Enables AI agents to search notes, browse homepage recommendations, view note content and comments, and post comments — supporting Chinese social media marketing and research workflows.
AWS GameLift
AWS managed service for deploying, operating, and scaling dedicated game servers globally, including FlexMatch matchmaking, session placement, and real-time server fleets.
Bandwidth Messaging API
Provides carrier-grade SMS, MMS, and messaging API access using Bandwidth's own direct network infrastructure, enabling high-volume A2P messaging, toll-free verification, and 10DLC compliant business messaging in the US and Canada.
Google Cloud Dataflow API
Google Cloud Dataflow is a fully managed Apache Beam runner exposing a REST API to launch, monitor, and cancel batch and streaming pipeline jobs using reusable templates, with autoscaling and unified stream/batch programming model.
Apache Kafka
Distributed event streaming platform for high-throughput, fault-tolerant publish-subscribe messaging, event sourcing, and real-time data pipelines between agent services.
Backblaze B2 Cloud Storage API
Backblaze B2 is an S3-compatible object storage service at 1/4 the price of AWS S3 — store files, generate download URLs, and serve content via CDN with 10 GB free storage and $0.006/GB egress.
Chroma
Open-source embedding database with a simple Python-first API for storing, querying, and managing vector embeddings locally or in the cloud.
Fauna DB API
Serverless document-relational database with Fauna Query Language (FQL) offering zero-ops global ACID transactions and a consumption-based pricing model.
NASDAQ Data Link (formerly Quandl)
Financial and economic dataset API (rebranded from Quandl to NASDAQ Data Link) providing access to hundreds of curated datasets including commodities, macro indicators, and alternative financial data.
Papertrail API
Simple cloud log management service with a REST API for searching, tailing, and managing server logs aggregated from syslog, TCP, and HTTP log shipping.
SocketLabs
Email delivery API platform providing REST API and SMTP relay for transactional and bulk email with deliverability monitoring, analytics, and suppression list management.
Zoho Desk API
Zoho Desk REST API for cloud-based customer support and help desk platform. Enables AI agents to create and manage support tickets, retrieve customer interaction history, automate ticket routing, access CSAT and SLA data, and integrate Zoho Desk into CRM and customer experience workflows. Zoho Desk is tightly integrated with Zoho CRM and the broader Zoho ecosystem.
Appwrite
Appwrite is an open-source Backend-as-a-Service platform that provides authentication, databases, file storage, serverless functions, realtime subscriptions, and messaging — all through REST and GraphQL APIs with SDKs in 10+ languages.
Azure Container Apps
Provides a fully managed serverless container platform on Azure that runs containerized applications with automatic scaling including scale-to-zero, built on Kubernetes with Dapr and KEDA integration.
Ebook MCP
An MCP server that enables AI agents to interact with EPUB and PDF ebooks through natural language. Exposes tools for extracting metadata, table of contents, and chapter/page content in Markdown format from both EPUB and PDF files. Supports batch processing of multiple files and provides structured access to book content for summarization, quizzing, and interactive reading.
Geoapify API
Provides a suite of geospatial REST APIs including forward/reverse geocoding, address autocomplete, routing, isochrones, and places search built on OpenStreetMap data with a generous free tier.
Knock API
Knock is a notification infrastructure platform focused on notification workflows and in-app notification feeds. Unlike basic transactional email APIs, Knock provides a workflow engine where you visually design multi-step notification sequences: wait steps, batch/digest steps, branch conditions, and channel delivery across email, SMS, push, Slack, and in-app feeds. Knock's in-app feed is a first-class primitive — a pre-built, real-time notification feed component (React, Angular, iOS, Android SDKs) that renders a bell icon / notification drawer, eliminating the need to build this common UI pattern. The API handles user identity, preferences, workflow triggering, and feed state management (read/unread/archived).
Koyeb API
Koyeb API — deploy containerized apps and serverless functions globally across multiple regions with automatic scaling, built-in TLS, and pay-per-use pricing.
Moz API (Link Explorer)
The Moz API provides programmatic access to Moz's Link Explorer data including Domain Authority, Page Authority, spam scores, and backlink metrics for any URL.
ShipBob API
ShipBob API — 3PL fulfillment platform API for managing orders, inventory, and shipments across ShipBob's warehouse network, enabling automated order routing and inventory management for e-commerce brands.
Stability AI
REST API for Stability AI's Stable Diffusion image generation models, enabling text-to-image, image-to-image, inpainting, upscaling, and video generation via cloud inference.
TiDB Cloud
Fully managed MySQL-compatible distributed SQL database with built-in horizontal scaling, HTAP workloads, and vector search capabilities.
Twilio Studio REST API
REST API for managing Twilio Studio flows programmatically — creating, updating, and executing visual communication workflows that orchestrate SMS, voice, and messaging interactions without writing low-level Twilio API code.
Zoom API
REST API for programmatically creating meetings, managing users, retrieving recordings, and integrating Zoom into applications.
AWS CloudFormation
AWS native infrastructure-as-code service for provisioning and managing AWS resources through declarative JSON/YAML templates.
Azure IoT Hub API
Provides bidirectional IoT device communication on Azure — manages device twins (desired/reported state), invokes direct methods on devices, routes device-to-cloud telemetry, and sends cloud-to-device messages via MQTT, AMQP, or HTTPS for AI agents orchestrating IoT fleets.
Dolby.io Media and Communications API
Dolby.io REST API for media processing, communications, and streaming services. Enables AI agents to process audio and video files (noise reduction, enhancement), host real-time video conferences with spatial audio, stream live events, and integrate Dolby's media quality capabilities into content and communications workflows. Dolby.io is developer-focused Dolby technology.
Etherscan API
Read-only API for the Etherscan blockchain explorer, providing transaction history, contract ABI lookup, token transfers, gas prices, and verified contract source code.
Infura API
ConsenSys's Ethereum node-as-a-service providing JSON-RPC access to Ethereum mainnet and testnets, IPFS, Filecoin, and other EVM-compatible networks.
Loops API
Email platform for SaaS companies combining transactional and marketing email in a single API, with event-triggered automation loops, contact management, and lifecycle messaging.
Ramp API
Ramp's REST API enables programmatic control of corporate cards, spend limits, expense approvals, reimbursements, and accounting sync — purpose-built for finance automation and spend management at scale.
Amazon EC2 API
Provides programmatic control over Amazon EC2 virtual machines, networking, security groups, AMIs, and VPC infrastructure for cloud compute workloads.
Coinbase Advanced Trade API
Coinbase's current-generation REST and WebSocket API for placing spot crypto orders, managing portfolios, and streaming real-time market data on Coinbase's retail and institutional exchange.
Docker Hub API
The world's largest container image registry with a REST API for managing repositories, tags, and automated builds, enabling programmatic access to public and private Docker image repositories.
pgvector
PostgreSQL extension that adds a vector data type and approximate nearest neighbor index methods (ivfflat and hnsw) for vector similarity search directly inside PostgreSQL.
AWS CloudFront API
AWS CloudFront is a global CDN service that caches and delivers content from 450+ edge locations — manage distributions, invalidate cache, configure behaviors, and deploy edge functions via the CloudFront API.
Abstract API
Suite of simple REST APIs covering email validation, phone validation, IP geolocation, VAT validation, and other utility data lookups, designed for developer convenience with consistent interfaces.
Better Stack
Unified uptime monitoring, log management, and incident alerting platform with public status pages and on-call scheduling, accessible via REST API.
Gladia API
Gladia provides real-time and asynchronous speech-to-text transcription with word-level timestamps, speaker diarization, translation, and audio intelligence features. Built on Whisper with custom optimizations for speed and accuracy. Offers both a batch API and a WebSocket-based live transcription API.
Iterable API
Provides programmatic access to Iterable's cross-channel marketing automation platform for triggering email, push, SMS, and in-app messages, managing user profiles, and tracking events that drive automated campaign journeys.
RuleGo
A lightweight, embedded Go rule engine framework that orchestrates business logic through configurable DAG-based rule chains, supporting hot-reload, heterogeneous data source integration, and zero external middleware dependencies.
Storj
Delivers S3-compatible decentralized object storage with built-in client-side end-to-end encryption, distributing data across 80+ independent storage nodes via erasure coding.
Supabase Auth API
Supabase's open-source auth sub-system (GoTrue) providing user signup/login, OAuth social providers, magic links, MFA, and JWT issuance tightly integrated with Postgres row-level security.
Zoho Books API
Zoho Books REST API for cloud accounting and bookkeeping platform. Enables AI agents to create and manage invoices, track expenses, query financial reports, manage contacts and vendors, handle payments, and integrate accounting data into finance workflows. Zoho Books is part of the Zoho ecosystem and integrates natively with Zoho CRM and other Zoho apps.
Freshchat API
Freshchat REST API — modern customer messaging platform from Freshworks supporting live chat, messaging (WhatsApp, Facebook, Apple Business), and AI-powered bots, enabling agents to automate conversation routing, contact management, and omnichannel support workflows.
Google Meet REST API
Provides programmatic management of Google Meet conference spaces, meeting recordings, transcripts, and participant data for Google Workspace environments, enabling meeting lifecycle automation and post-meeting processing.
Jotform API
Form builder platform API with 10,000+ templates, drag-and-drop builder, and integrations with 100+ apps. Supports complex forms, payment collection, file uploads, and conditional logic.
Moralis API
Multi-chain Web3 data platform providing NFT, token, DeFi, and wallet APIs across 20+ blockchains, abstracting away node infrastructure complexity.
RunwayML
AI video generation API for creating short video clips from text prompts or images using Runway's Gen-3 Alpha and other models, designed for creative and commercial video production workflows.
Sentinel Hub API
Sentinel Hub provides cloud API access to petabytes of Copernicus Sentinel, Landsat, MODIS, and commercial satellite imagery with on-the-fly processing via custom Evalscript analysis scripts.
ShipStation API
Multi-channel order management and shipping platform API. Centralizes orders from Amazon, eBay, Shopify, and 100+ stores, then manages fulfillment, label creation, and tracking across all channels.
Sumo Logic
Cloud-native log management and security analytics SaaS platform for ingesting, searching, and alerting on machine data at scale.
Wasabi Hot Cloud Storage API
S3-compatible hot cloud object storage with no egress or API request fees, at $6.99/TB/month flat rate.
ip-api.com
Free IP geolocation REST API requiring no API key for moderate usage, returning country, region, city, ISP, and coordinates for any IP address.
Affinity Relationship Intelligence CRM API
Relationship intelligence CRM API that maps network connections, interaction history, and relationship strength across people, organizations, and opportunities.
Browser Use MCP Server
MCP server that enables AI agents to control web browsers via the browser-use library and Playwright, supporting navigation, data extraction, and web-based task automation with real-time VNC streaming for visual monitoring.
Google Firebase REST APIs
Google Firebase provides REST APIs for Firestore (document database), Firebase Auth (identity), and Firebase Storage (file storage), enabling agents to read/write structured data, manage users, and store files backed by Google Cloud infrastructure.
Lambda Labs Cloud API
Lambda Labs Cloud provides on-demand and reserved NVIDIA GPU instances (A10, A100, H100) optimized for deep learning, accessible via a REST API for launching, managing, and terminating instances programmatically.
PocketBase
PocketBase is a single Go binary that provides a complete Backend-as-a-Service: SQLite database with REST API, real-time subscriptions, OAuth2 + email auth, and file storage. It runs as a single self-hosted process with no external dependencies — the admin UI, API, and database are all bundled in one file.
PyIceberg
Official Python implementation of Apache Iceberg, the open table format for huge analytic datasets. Provides a Python API for reading/writing Iceberg tables stored in S3, GCS, HDFS, or local filesystem with catalog support (REST, Hive, AWS Glue, Nessie). Enables Python agents to interact with Iceberg data lakes — schema evolution, time travel, partition management — without Spark or Java.
Xiaozhi ESP32 Server Java
A Java/Spring Boot enterprise management platform for Xiaozhi ESP32 smart devices, providing voice interaction, LLM dialogue, device management, and MCP integration with a Vue.js web dashboard and MySQL/Redis backend.
AWS API Gateway
AWS managed API gateway for creating, deploying, and managing REST, HTTP, and WebSocket APIs with Lambda integration, auth, throttling, and usage plans.
Bloomreach Commerce Experience API
Bloomreach REST API for commerce experience platform covering search, CDP (customer data platform), and content management. Enables AI agents to query product search results, retrieve personalization data, access customer segments, manage content, and integrate commerce intelligence into ecommerce workflows. Bloomreach combines search, CDP, and CMS for a unified commerce experience.
Campaign Monitor API
Campaign Monitor REST API — subscriber management, email campaign creation, and transactional email sending with a clean API focused on design-quality emails, enabling agents to automate marketing email workflows for creative agencies and small-to-mid businesses.
Pusher
WebSocket-as-a-service providing real-time pub/sub messaging via Channels and mobile push notifications via Beams, with HMAC-signed server-side event publishing.
Remote.com Global Payroll API
Remote.com's API enables programmatic management of global employment through their Employer of Record (EOR) and contractor payment platform, covering onboarding, payroll, benefits, and compliance across 180+ countries.
Rollbar
Tracks real-time application errors with person-level impact data and supports RQL (Rollbar Query Language) for agents to run SQL-like queries over error data.
Samsara Fleet API
IoT and fleet management platform API providing real-time vehicle tracking, driver behavior monitoring, trip history, safety event detection, and sensor data from connected physical assets.
Storyblok API
Headless CMS with a visual block-based editor, dual APIs for content delivery (CDN-backed) and management, and component-based content modeling.
Xata
Xata is a serverless database platform built on PostgreSQL with built-in full-text search (via Elasticsearch), vector search (for AI embeddings), database branching (like git branches for your schema), and a TypeScript-first REST/SDK interface. It combines structured relational data, free-text search, and vector similarity search in a single service.
Amazon Redshift Data API
Amazon Redshift Data API enables asynchronous SQL execution against Redshift clusters and Serverless workgroups without managing persistent database connections.
Apache Kafka
Distributed event streaming platform for high-throughput, fault-tolerant publish-subscribe messaging and real-time data pipelines.
Cloudflare Vectorize API
Provides a managed vector database accessible from Cloudflare Workers for storing and querying high-dimensional embedding vectors with approximate nearest-neighbor search.
Motive Fleet Management API
Motive (formerly KeepTruckin) REST API for fleet management and compliance platform focused on trucking and logistics. Enables AI agents to query vehicle location and telematics data, retrieve Hours of Service (HOS) logs, access driver safety scores, retrieve DVIR inspection reports, and integrate Motive fleet data into logistics and safety workflows. Motive is a leading ELD (Electronic Logging Device) provider.
New York Times API
Provides access to New York Times content including article search, top stories, most popular articles, bestseller lists, and archive data.
Razorpay
Razorpay is India's leading payment gateway, enabling businesses to accept payments via UPI, cards, net banking, wallets, and EMI through a single REST API.
Checkr API
Background check and candidate screening platform for employment, gig economy, and tenant screening. API supports creating candidates, ordering background check packages (criminal, MVR, employment verification, drug screening), monitoring report status, and receiving webhook notifications when reports complete.
Confluent Cloud / Kafka REST API
Confluent Cloud is a fully managed Apache Kafka service with a REST proxy API, Schema Registry for Avro/Protobuf/JSON Schema, and Kafka Connect for agent-accessible event streaming at scale.
Freshservice API
Freshservice's REST API for IT service management including incident tickets, service requests, change management, asset inventory, and CMDB operations.
Apache Beam
Unified programming model for batch and streaming data processing that runs on multiple execution engines (Google Dataflow, Apache Spark, Apache Flink, and local runners). Write pipeline logic once in Python or Java and run it on the appropriate runner. The Beam SDK provides transforms (ParDo, GroupByKey, Combine, Window) that abstract over runner-specific APIs. Used by Google Dataflow as its native SDK.
Beehiiv API
Newsletter platform API for managing Beehiiv publications programmatically. Supports subscriber CRUD operations, post creation and management, subscription tier management, automation triggers, referral program access, and publication analytics. Designed for newsletter operators and growth hackers building on top of Beehiiv's creator infrastructure.
Binance API
Binance's REST and WebSocket API for spot, margin, and futures crypto trading with the world's highest liquidity exchange, using HMAC-SHA256 signed requests for authenticated endpoints.
Courier API
Courier is a multi-channel notification routing platform that lets developers send notifications across email, SMS, push, Slack, Microsoft Teams, WhatsApp, and other channels through a single API. Rather than integrating separately with Sendgrid for email, Twilio for SMS, and Firebase for push, Courier abstracts all channels behind a unified Send API. Routing rules, channel failover, and notification templates are managed in the Courier Studio UI or via API, allowing non-engineers to control notification logic without code changes. Courier also handles user preferences (letting end users control which channels they receive notifications on), delivery tracking, and notification audit logs.
FullStory
Digital experience analytics platform API for accessing session recording data, custom event data, user behavioral analytics, and frustration signals (rage clicks, dead clicks) to understand how users interact with products.
Magic.link API
Passwordless authentication platform providing magic link (email) and social login, with optional Web3 wallet integration, offering a developer SDK and Admin REST API for user management.
SparkPost (Bird) API
SparkPost (now part of Bird) email delivery API for transactional and marketing email with advanced deliverability analytics, SMTP relay, and recipient validation.
Airbyte CDK
Python SDK for building custom Airbyte connectors (sources and destinations). Provides base classes (AbstractSource, HttpStream, IncrementalMixin) that handle HTTP pagination, state management, schema inference, and retry logic. Custom connectors built with CDK run in Docker containers and integrate with Airbyte's orchestration layer. Used to connect custom APIs or proprietary data sources to Airbyte's connector catalog.
Auth0 API
Enterprise identity platform providing authentication, authorization, and user management APIs including social login, MFA, RBAC, machine-to-machine auth, and advanced security features.
BoltMCP
Enterprise-grade platform for creating, deploying, and managing custom MCP servers on-premises. Enables organizations to build task-specific MCP servers with declarative JSON/YAML specs, deploy via Kubernetes or Docker Compose, and secure them with OAuth 2.0 by default.
CoreWeave API
CoreWeave is a Kubernetes-native cloud GPU platform purpose-built for ML workloads, offering direct Kubernetes API access to NVIDIA H100, A100, and A40 GPU clusters with high-bandwidth InfiniBand networking for large-scale training and inference.
Gorgias API
Gorgias's REST API for managing customer support tickets, macros, and automations purpose-built for e-commerce brands on Shopify, Magento, and BigCommerce.
Sauce Labs API
Cloud-based test automation platform API for running Selenium, Cypress, Playwright, and Appium tests across real and virtual browsers and devices with detailed analytics.
Sumo Logic API
Cloud-native log analytics and SIEM platform API for running log searches, managing data sources, creating dashboards, and configuring security insights from agent workflows.
TiDB Cloud Data API
TiDB Cloud Data API for executing SQL queries against TiDB Cloud clusters via HTTP, enabling MySQL-compatible distributed database access with built-in HTAP capabilities.
AWS Fargate (Serverless Container Compute)
Run containers on AWS without managing servers or clusters — Fargate is a serverless compute engine for ECS and EKS that provisions, scales, and manages the underlying infrastructure automatically.
Azure Container Instances
Runs Docker containers on-demand in Azure without managing VMs or orchestrators — billed per second of CPU and memory consumption.
Azure Functions API
Microsoft Azure's serverless compute platform enabling event-driven function execution without managing infrastructure. The management REST API exposes control-plane operations: creating, deploying, configuring, and monitoring function apps and individual functions. Supports a rich trigger and binding system (HTTP, Timer, Service Bus, Event Hub, Blob Storage, Cosmos DB, etc.). Durable Functions extension adds stateful orchestration patterns (chains, fan-out/fan-in, human interaction). Functions can run on Consumption (pay-per-execution), Premium, or Dedicated (App Service) plans.
Outreach API
Provides a JSON:API-compliant REST interface for managing Outreach sequences, prospects, accounts, tasks, and call/email activities in a sales engagement workflow.
Ticketmaster Discovery API
The Ticketmaster Discovery API provides search and discovery access to events, venues, attractions, and ticket availability across Ticketmaster's global inventory.
Vimeo API
Vimeo's REST API manages video hosting, privacy controls, player customization, folder organization, and analytics — focused on creative professionals and teams needing privacy-controlled, ad-free video delivery.
Electricity Maps API
Electricity Maps API provides real-time and historical carbon intensity of electricity (gCO2eq/kWh) and renewable energy percentage by country and region worldwide, enabling sustainability-aware applications.
Kubernetes Python Client (official)
Provides Python bindings for the Kubernetes API — enables AI agents to create/read/update/delete workloads, watch resource streams for event-driven automation, manage CRDs, and switch kubeconfig contexts to operate across multiple clusters.
ksqlDB
Streaming SQL database built specifically for Apache Kafka. ksqlDB lets you write SQL queries over Kafka topics to create persistent stream processing jobs, materialized tables, and push queries. Defines streaming transformations, aggregations, joins, and filtering directly on Kafka data using familiar SQL syntax. Part of the Confluent ecosystem — integrates natively with Kafka Connect, Schema Registry, and Confluent Platform.
Amplitude Experiment API
Provides programmatic control over Amplitude Experiment's feature flags and A/B tests — evaluating flag variants for users, managing experiment configurations, and retrieving experiment results integrated with Amplitude Analytics.
Google Cloud Functions API
Fully managed serverless compute platform that lets you run single-purpose functions in response to HTTP requests, Cloud Pub/Sub messages, Cloud Storage events, Firestore changes, and other Google Cloud events. 1st gen and 2nd gen (Cloud Run-based) variants with up to 60-minute timeouts and 16 GB RAM on 2nd gen.
Meltano
Meltano is an open-source Singer-based ELT framework and CLI that manages tap/target plugin lifecycles, state for incremental extraction, and pipeline configuration via a meltano.yml project file, with access to 600+ connectors through MeltanoHub.
Yelp Fusion API
Provides access to Yelp's database of local businesses including search by location/category/keyword, business details (hours, photos, attributes), user reviews, and autocomplete. Covers 50+ million businesses across 35+ countries.
AWS Glue API
AWS Glue REST API — serverless ETL and data catalog service enabling agents to create and run ETL jobs that extract, transform, and load data between AWS data stores, manage the data catalog (databases, tables, partitions), and trigger crawlers that auto-discover schema.
App Center (Microsoft)
Microsoft's mobile DevOps platform with REST API for automating builds, distributing apps to testers, collecting crash reports, and sending push notifications — supporting iOS, Android, React Native, and Xamarin.
Belvo API
Latin American open finance API for accessing bank account data, transactions, tax information, and employment data across 50+ financial institutions in Mexico, Brazil, and Colombia.
Branch Mobile Attribution API
Branch REST API for mobile attribution, deep linking, and cross-channel analytics. Enables AI agents to query attribution data, retrieve campaign performance, access deep link analytics, and integrate mobile measurement into marketing analytics workflows. Branch is a leading mobile measurement and deep linking platform for app-first businesses.
Constructor.io Ecommerce Search API
Constructor.io REST API for AI-powered ecommerce search and product discovery. Enables AI agents to query product search results, retrieve autocomplete suggestions, access recommendation data, manage product catalog indexing, and integrate commerce search intelligence into ecommerce workflows. Constructor.io focuses on revenue-optimized search with behavioral learning.
Microsoft PlayFab
Microsoft Azure-backed game backend BaaS that provides player authentication, leaderboards, inventory, matchmaking, economy, and live operations for games across all platforms.
Vertex Cloud Tax API
Vertex Cloud REST API for enterprise indirect tax management and compliance. Enables AI agents to calculate sales tax, VAT, and GST on transactions; retrieve tax rates; audit tax calculations; manage exemption certificates; and integrate Vertex tax data into ERP, billing, and ecommerce workflows. Vertex is a leading enterprise tax solution with deep ERP integrations.
WarpStream
Kafka-compatible data streaming platform that stores data directly in S3 (or GCS/Azure Blob) instead of local disks. WarpStream is stateless — agents run in your cloud account with no local state, and all data lives in your object storage. Acquired by Confluent in 2024. Eliminates Kafka's disk-based storage model and replication overhead. Major cost reduction vs. Kafka clusters for high-throughput use cases due to S3 pricing vs. EBS pricing.
ZenRows API
Web scraping API with built-in JavaScript rendering (via headless browser), anti-bot detection bypass (Cloudflare, DataDome, Akamai), residential and premium proxy rotation, and automatic CAPTCHA handling. Accepts a target URL and returns the scraped HTML or extracted data. Also provides CSS selector-based extraction without running your own parser.
June.so API
Provides a Segment-compatible event tracking and identification API focused on B2B SaaS metrics, enabling company-level (workspace/account) analytics alongside individual user tracking.
PowerSync
Local-first database sync service that syncs data from Postgres (and MongoDB, MySQL in beta) to local SQLite on mobile and web clients. Uses 'sync rules' (YAML-based) to define what data each user sees. Optimized for mobile apps with offline-first requirements.
Prismic Content API
Prismic is a headless CMS with a REST and GraphQL content API — delivers structured content (pages, articles, documents) with a Slice Machine component library for Next.js and Nuxt.
Railway API
Railway GraphQL API — deploy apps, databases, and services from GitHub or Docker with zero configuration; manage environments, variables, and deployments programmatically.
SignWell API
Provides a clean REST API for creating, sending, and embedding e-signature workflows with a developer-friendly design emphasizing simplicity over the complexity of enterprise CLM platforms.
Stytch API
Developer-first authentication platform offering passwordless auth (magic links, OTP, WebAuthn/passkeys), B2C user management, and B2B Organizations with SSO/SAML support — a modern, API-centric alternative to Auth0 and Okta.
Unit
Embedded banking-as-a-service API enabling fintechs to offer FDIC-insured accounts, debit and credit cards, ACH, wires, and checks within their own product.
Wasabi Cloud Storage API
S3-compatible cloud object storage with flat-rate pricing designed for cost-effective backup, archival, and active storage — marketed as 80% cheaper than Amazon S3.
Workato API
Workato — enterprise iPaaS platform for automating workflows across 1,000+ apps with no-code/low-code recipes, real-time triggers, and bi-directional data sync between business systems.
Kinde Auth API
Modern authentication and authorization platform offering OAuth2/OIDC, SSO, MFA, and user management via a hosted auth service with REST APIs and first-class SDK support.
LootLocker
Indie-focused game backend BaaS providing player authentication, leaderboards, progression, inventory, economy, and asset storage via a straightforward REST API.
SAP Concur Travel and Expense API
SAP Concur REST API for travel and expense management platform. Enables AI agents to retrieve expense reports, submit and approve expenses, access travel itinerary data, manage receipts, query spending analytics, and integrate Concur T&E data into ERP and finance workflows. SAP Concur is the market-leading corporate travel and expense platform.
Apigee API Management
Google's enterprise API management platform providing API gateway, developer portal, analytics, monetization, and policy-based traffic management, managed as a Google Cloud service.
Calendly API
Calendly's REST API for managing scheduling links, event types, scheduled events, and invitees to automate appointment booking workflows.
MCP Server ChatSum
Provides an MCP tool to query and summarize chat messages stored in a local SQLite database populated by a companion chatbot application. Exposes a single `query_chat_messages` tool for retrieval and AI-driven summarization.
Mediastack API
Delivers real-time news data from 7500+ sources across 50+ languages via a simple REST API with multilingual support.
Userflow API
Provides a REST API for managing user onboarding flows, checklists, and product tours server-side, allowing agents to identify users, update attributes, and track task completion without front-end instrumentation.
Web Eval Agent
A now-sunsetted MCP server that autonomously evaluated web applications by driving a browser agent through user-specified tasks, capturing screenshots, console logs, and network traffic, then returning a rich UX report to the calling AI agent.
AWS EMR
Managed cloud big data platform that runs Apache Spark, Hadoop, Hive, Presto, and other frameworks on auto-provisioned EC2 clusters with S3 as the default storage layer.
Diffbot API
Applies AI-powered extraction to any web page to return structured data (articles, products, people, companies, discussions) and provides a knowledge graph of 1 billion+ entities with relationships derived from the public web.
Marqo
Tensor search database with built-in embedding generation that handles text and image vectorization automatically, supporting multimodal structured and unstructured index types with both self-hosted and Marqo Cloud deployment options.
Argo CD API
Argo CD REST API — manage GitOps-driven Kubernetes deployments programmatically: sync applications, monitor health status, manage rollbacks, and query cluster state.
Fauna API
Serverless document database with a proprietary query language (FQL v10) and GraphQL API, designed for globally distributed, transactional applications without infrastructure management.
SurrealDB
Multi-model database combining document, graph, relational, and vector capabilities in a single system with SurrealQL query language.
Vonage Messages API
Unified REST API for sending and receiving messages across multiple channels — SMS, MMS, WhatsApp, Facebook Messenger, and Viber — through a single consistent interface with channel-specific feature support.
Firebase Hosting API
Firebase's managed static hosting and CDN with REST API for programmatic deployments, rollbacks, and release channel management.
GetResponse API
Provides a REST API and OAuth2 access to GetResponse's email marketing platform including contact management, campaign sending, autoresponders, landing page creation, and webinar scheduling.
Kraken API
Kraken's REST and WebSocket API for spot and futures crypto trading on a regulated US-licensed exchange, using HMAC-SHA512 signed private endpoints and unauthenticated public market data feeds.
Liveblocks API
Liveblocks is a real-time collaboration infrastructure platform that provides pre-built primitives for adding collaborative features to web applications: live cursors, user presence indicators, shared document state (via CRDT/Yjs integration), comments and threads, and notifications. The REST API provides server-side management of rooms (collaboration sessions), storage (persistent shared state), users (presence and access), webhooks, and inbox notifications. The client-side JavaScript SDK handles WebSocket connections and real-time sync; the REST API is used for authentication, room management, and server-triggered operations.
Procore API
Procore is the leading construction management platform with a REST API for managing projects, RFIs, submittals, drawings, punch lists, budgets, and field operations.
Sage Accounting API
Sage's REST API for accessing small and medium business accounting data including invoices, contacts, ledger entries, and financial reports across Sage 50, 200, and Business Cloud.
Avalara AvaTax API
Enterprise tax compliance platform providing real-time sales tax and VAT calculation, filing, and reporting across 12,000+ US jurisdictions and 100+ countries for e-commerce and marketplace agents.
Confluent Cloud API
Fully managed Apache Kafka service with Schema Registry, Kafka Connect connectors, and Flink stream processing — enabling agents to produce, consume, and transform high-throughput event streams without operating Kafka infrastructure.
Firebase Cloud Messaging (FCM)
Google's Firebase Cloud Messaging delivers free cross-platform push notifications to iOS, Android, and web clients via a single unified API.
Middesk Business Verification
Provides automated business identity verification (KYB) by checking EIN validity, secretary of state registrations, OFAC sanctions lists, business addresses, and beneficial ownership to help lenders and fintechs onboard businesses compliantly.
Recurly API
Subscription management and recurring billing platform with built-in dunning management, revenue recognition (ASC 606), subscription analytics, and multi-currency support for SaaS and media businesses.
RudderStack API
RudderStack is an open-source customer data platform (CDP) with REST and HTTP APIs for event ingestion (track, identify, page, group, alias), data transformation, and routing to 200+ destinations. Acts as a single collection point for customer event data with real-time streaming to warehouses and analytics tools.
Alchemer Survey & Research API
Alchemer (formerly SurveyGizmo) REST API for advanced survey and research platform. Enables AI agents to create and manage surveys, retrieve response data, access reporting analytics, and integrate survey intelligence into research and business workflows. Alchemer is positioned as a more powerful, enterprise-grade alternative to SurveyMonkey with extensive customization.
Copper CRM API
Google Workspace-native CRM API for managing contacts, leads, opportunities, and pipelines with deep Gmail and Google Calendar integration.
Logz.io API
Managed ELK/OpenSearch platform (Elasticsearch, Logstash, Kibana) providing hosted log management, infrastructure monitoring, distributed tracing, and SIEM capabilities via REST API.
XE Currency Data API
XE Currency Data API provides real-time and historical foreign exchange rates for 170+ currencies sourced from global interbank markets, designed for applications needing reliable, high-frequency rate data for display, conversion, or compliance purposes.
AWS API Gateway
AWS managed API gateway service for creating, deploying, and managing REST, HTTP, and WebSocket APIs at scale, with built-in auth, throttling, caching, and AWS service integration.
Amazon EKS (Elastic Kubernetes Service) API
Provision and manage AWS-hosted Kubernetes control planes, node groups, and Fargate profiles, enabling teams to run Kubernetes workloads without operating the control plane.
Argo Workflows
Kubernetes-native workflow engine that executes containerized DAG and Steps-based workflows with artifact passing between steps, retry strategies, workflow templates for reuse, and a REST API for programmatic submission and monitoring.
Bonsai Elasticsearch
Bonsai — managed Elasticsearch and OpenSearch hosting service with a simple REST API, enabling agents to use fully managed search clusters without infrastructure overhead, with automatic provisioning, scaling, and maintenance.
Branch
Mobile deep linking and attribution platform that creates persistent smart links routing users to the right in-app content across iOS, Android, and web, with cross-channel attribution tracking.
Medallia Experience Management API
Medallia REST API for enterprise experience management platform covering customer experience (CX), employee experience (EX), and voice of customer (VoC). Enables AI agents to query survey responses, retrieve feedback signals, access NPS and CSAT trends, and integrate experience intelligence into CX and HR workflows. Medallia is the dominant enterprise EXM platform.
ScrapingBee API
Web scraping service that handles JavaScript rendering, proxy rotation, CAPTCHA solving, and anti-bot bypass. Agents send a URL and receive the rendered HTML or extracted content, without managing headless browsers or proxy infrastructure.
ScyllaDB API
Apache Cassandra-compatible NoSQL wide-column database written in C++ delivering sub-millisecond p99 latency and 10x Cassandra throughput, with a REST API for administration and the native Cassandra CQL protocol for data operations.
Stigg
Stigg is a product-led monetization platform that manages pricing plans, feature entitlements, and usage metering so SaaS teams can change packaging without code deploys.
Weights & Biases API
Tracks ML experiments, manages model artifacts and registries, and provides monitoring for model training runs via REST API and Python SDK.
Dwolla API
US ACH bank transfer API — enables agents to send and receive money between bank accounts, handle mass payouts, and manage digital wallets via ACH and RTP.
Filebase
Provides S3-compatible object storage with automatic IPFS pinning across Filecoin, Sia, and Storj backends, giving files a permanent content-addressed CID alongside a traditional object key.
LINE Messaging API
Enables bots to send and receive messages on the LINE platform, which dominates messaging in Japan and Southeast Asia, supporting text, images, carousels, and rich menus.
Vero API
Vero — behavioral email marketing platform that sends personalized emails based on user events and customer data, with a REST API for identifying users, tracking events, and managing campaigns.
Ahrefs API
Provides read-only programmatic access to Ahrefs' index of backlinks, keyword rankings, organic traffic estimates, and domain authority metrics for any website.
Arduino IoT Cloud API
Arduino's cloud IoT platform API for managing devices, properties, and dashboards, enabling remote monitoring and control of Arduino and compatible IoT devices.
Etsy Open API v3
Provides access to Etsy marketplace data for sellers and buyers including shop listings, orders, shipping profiles, and transaction management for the handmade and vintage goods marketplace.
Firebase Cloud Storage API
Firebase's file and object storage service — built on Google Cloud Storage — for uploading, downloading, and serving user-generated content like images, videos, and documents, with Firebase Security Rules for client-side access control.
Klarna API
Klarna's payment API enables buy-now-pay-later, pay-in-installments, and deferred payment options at checkout — integrated via hosted UI or headless API for e-commerce platforms.
Olo Restaurant Digital Ordering API
Olo REST API for restaurant digital ordering platform. Enables AI agents to manage menus, retrieve order data, track delivery status, access restaurant operational data, and integrate digital ordering into restaurant management workflows. Olo powers digital ordering for large restaurant chains (Shake Shack, Five Guys, Denny's, etc.).
QuickNode API
Managed blockchain node infrastructure providing JSON-RPC and REST endpoints for Ethereum, Solana, and 40+ other chains, eliminating the need to run self-hosted nodes.
Web Push API (VAPID)
W3C standard for sending push notifications to web browsers via Service Workers without requiring a native app, using VAPID keys for serverless push delivery.
Odoo ERP API
Odoo XML-RPC and REST API for open-source ERP platform. Enables AI agents to manage any Odoo module including CRM, Accounting, Inventory, HR, Manufacturing, and Ecommerce; create and query records; trigger workflows; and integrate Odoo data into business automation pipelines. Odoo is unique as an open-source ERP with cloud and self-hosted deployment options.
Adjust
Mobile measurement and analytics platform providing app install attribution, in-app event tracking, fraud prevention, and audience segmentation with a strong privacy-first and GDPR-compliant architecture.
Apache Superset REST API
Apache Superset's REST API enables programmatic management of dashboards, charts, datasets, databases, and users — supporting self-hosted BI automation, embedding analytics, and data governance workflows.
Databox Analytics Dashboard API
Databox REST API for KPI analytics dashboard and reporting platform. Enables AI agents to push custom metric data via the Push API, manage connections, retrieve aggregated metrics, and integrate business data into Databox dashboards accessible on web and mobile. Databox connects to 100+ native integrations and supports custom data via API.
Magic
Magic provides passwordless authentication via email magic links, passkeys, and SMS OTP, issuing DID-based identity tokens that agents can use to authenticate users without passwords or stored credentials.
OpenSea API
OpenSea's REST API provides NFT collection data, asset metadata, floor prices, listings, offers, and sales history across Ethereum, Polygon, Solana, and other chains — the primary NFT marketplace data API.
Oura Ring API
Provides access to Oura Ring biometric data including sleep stage analysis, HRV, body temperature, readiness scores, and daily activity metrics for personal health applications.
Turbopuffer
High-performance serverless vector database built on object storage. Achieves very low latency vector search by storing data in a novel format on S3-compatible storage rather than in-memory. Supports both vector similarity search and full-text BM25 search with metadata filtering.
Xendit
Xendit is Southeast Asia's leading payment infrastructure platform supporting virtual accounts, e-wallets, cards, QR codes, and direct debit across Indonesia, Philippines, Vietnam, Malaysia, and Thailand via REST API.
Pirate Weather API
Pirate Weather is a Dark Sky-compatible REST API providing current conditions, hourly and daily forecasts, and historical weather data using NOAA open data — a drop-in replacement for the deprecated Dark Sky API.
Adobe Commerce / Magento
Enterprise-grade open-source e-commerce platform (now Adobe Commerce) with a comprehensive REST and GraphQL API for headless commerce, catalog management, order processing, and customer data automation.
Clio API
Clio's REST API for integrating with the leading cloud-based legal practice management platform, enabling agents to manage matters, contacts, time entries, tasks, documents, and billing data for law firm automation.
ElectricSQL
Local-first sync engine that continuously syncs data from Postgres to local SQLite/PGlite databases via a Shape API. Enables offline-capable applications where the local database is always available and syncs to Postgres in the background. Part of a new category of 'local-first' databases.
Lattice Performance Management API
Lattice's API provides programmatic access to performance review cycles, OKR/goal tracking, employee engagement surveys, 1-on-1 meeting notes, and compensation management data for people-ops automation.
Microsoft Teams API
Microsoft Teams API (via Microsoft Graph) — enterprise collaboration platform API enabling agents to send messages to channels and chats, create Teams/channels, schedule meetings, manage membership, and build Teams bots and apps.
Printful API
Print-on-demand and dropshipping platform API for creating custom products, managing orders, and handling fulfillment and shipping without inventory.
Wise Platform API
Wise's API enables international money transfers, multi-currency accounts, and FX conversion at real exchange rates — designed for businesses making global payouts from a single platform.
Census Reverse ETL API
Provides programmatic control over Census Reverse ETL syncs, enabling agents to trigger syncs, monitor run status, and manage the pipelines that push data warehouse records into CRMs, ad platforms, and other business destinations.
Golioth IoT Platform API
Developer-focused IoT cloud platform API for managing RTOS-based embedded devices, providing device data streaming (LightDB Stream), device state (LightDB State), OTA updates, and remote logging.
SurveyMonkey API
Survey platform API for creating surveys, collecting responses, and analyzing results. Widely used for market research, employee feedback, customer satisfaction, and academic research.
Teamwork API
Provides programmatic access to Teamwork's project management platform including projects, tasks, milestones, time tracking, messages, files, and billing via REST API with API key or OAuth2 authentication.
Tray.io API
Tray.io — low-code/no-code iPaaS platform for automating workflows across 600+ SaaS connectors with a visual builder, embeddable white-label automation, and a REST API for programmatic control.
Uber Eats MCP Server
Uber Eats MCP server enabling AI agents to interact with Uber Eats food delivery — searching restaurants, browsing menus, placing food orders, tracking delivery status, and integrating food ordering into agent-driven personal assistant and concierge workflows.
Vanta API
Vanta's API for programmatic access to compliance monitoring, control status, evidence collection, vendor risk, and security questionnaire automation within the Vanta trust management platform.
Drupal JSON:API
Drupal's built-in JSON:API module exposes all content entities as a standards-compliant REST API for headless/decoupled architecture.
Freshsales CRM API
Freshworks CRM REST API for managing contacts, accounts, deals, and sales pipelines with built-in phone, email, and AI-assist features.
Maxio
Maxio (formed from the merger of Chargify and SaaSOptics) is a B2B subscription billing and revenue operations platform that handles complex billing models, revenue recognition, and SaaS financial metrics.
OpenPanel
Open-source product analytics platform combining the best of Mixpanel and Plausible. Tracks events, user journeys, funnels, retention, and real-time activity. Self-hostable with Docker or deployable to cloud. SDK-based event tracking for web, mobile, and server. Positioned as the open-source alternative to Mixpanel with a simpler setup and privacy-first approach.
Chargebee API
Subscription management and recurring billing platform with support for complex pricing models, revenue recognition (ASC 606/IFRS 15), dunning, trials, and multi-currency billing.
HarperDB
Distributed edge database combining SQL and NoSQL in a single JSON-native system with built-in replication and custom functions.
Milvus Vector Database
Open-source vector database designed for billion-scale similarity search, supporting dense and sparse vectors, hybrid search, and multiple index types for AI/ML applications.
QuestDB API
High-performance open-source time-series database with PostgreSQL wire protocol compatibility, InfluxDB line protocol ingestion, and a REST API — optimized for fast SQL analytics over time-stamped data.
Spree Commerce
Open-source Ruby on Rails e-commerce platform with REST API and GraphQL support for headless commerce applications.
Toast POS API
Restaurant management REST API covering menus, orders, loyalty, payroll, and delivery for 120,000+ US restaurants.
Lightstep (ServiceNow Cloud Observability)
Distributed tracing and observability platform (now part of ServiceNow as Cloud Observability) that analyzes OpenTelemetry traces at scale, with APIs for querying telemetry data and managing observability configuration.
MoEngage Customer Engagement API
MoEngage REST API for AI-powered customer engagement and mobile marketing platform. Enables AI agents to import user attributes, trigger personalized campaigns, retrieve analytics and funnel data, manage segments and cohorts, and integrate MoEngage engagement data into CRM and product analytics workflows. MoEngage is focused on mobile-first engagement for consumer apps.
SEMrush API
Provides programmatic access to SEMrush's SEO database for keyword rankings, organic traffic estimates, backlink profiles, competitor keyword gaps, and SERP data across 140+ countries.
Socure ID+
AI-powered digital identity verification platform that uses predictive analytics, machine learning, and a consortium data network to verify identities, detect fraud, and automate KYC/AML compliance decisions in real time.
Amazon Lightsail
AWS's simplified VPS platform with fixed-price instances, managed databases, and simplified networking for small to medium workloads.
Canvas LMS API
REST API for Canvas LMS, the widely-used open-source learning management system, providing access to courses, assignments, grades, submissions, enrollments, and discussion boards.
MuleSoft Anypoint Platform API
MuleSoft Anypoint Platform — enterprise integration and API management platform for connecting on-premise and cloud systems via a unified API-led connectivity model with Mule runtime.
Whereby Embedded API
Hosted WebRTC video meeting platform with an Embedded API for integrating video rooms into web applications via iframe or JavaScript SDK. Meetings are created server-side via REST API and participants join via a URL — no app download required. Supports features like recording, breakout groups, waiting rooms, custom branding, locking rooms, and programmatic participant management. Positioned for telehealth, education, and customer support use cases.
dbt Cloud API
dbt Cloud is a hosted platform for dbt (data build tool), which transforms raw data in warehouses using SQL-based models. The dbt Cloud REST API provides programmatic control over the full analytics engineering lifecycle: trigger job runs, poll run status, retrieve run artifacts (compiled SQL, manifest.json, run_results.json), manage projects, environments, and connections, and administer users and permissions. It is the operational layer for scheduling and orchestrating dbt transformations on top of warehouses like Snowflake, BigQuery, Redshift, and Databricks.
Anna's Archive MCP
MCP server and CLI tool for searching and downloading books and articles from Anna's Archive, supporting title/author/topic search and DOI-based article retrieval.
Buildium API
Property management REST API with OpenAPI spec covering properties, tenants, leases, work orders, and financials for small-to-medium landlords.
BunnyCDN API
Provides affordable CDN delivery, video streaming (Bunny Stream), and object storage (Bunny Storage) via a unified REST API.
Google Analytics Admin API
Provides programmatic management of Google Analytics 4 account structures, properties, data streams, conversion events, custom dimensions, audiences, and user permissions — the configuration layer on top of GA4 data.
SendGrid Inbound Parse
Receives inbound emails via MX record routing and POSTs parsed email data including headers, body, attachments, and spam scores to your configured webhook endpoint.
mParticle Customer Data Platform API
Provides programmatic access to mParticle's customer data platform for ingesting user events, resolving cross-device identities, managing audience segments, and forwarding data to downstream marketing and analytics tools.
AWS HealthLake
AWS HIPAA-eligible managed service for ingesting, storing, transforming, and querying clinical health data at scale using FHIR R4, with built-in NLP for unstructured clinical notes.
Amazon OpenSearch Service API
Deploy and manage OpenSearch (Elasticsearch-compatible) clusters on AWS for full-text search, log analytics, and vector similarity search with managed infrastructure and AWS integrations.
Cal.com API
Cal.com's open-source scheduling API for managing availability, event types, bookings, and calendar integrations — available as cloud or self-hosted.
Cognito Forms API
Cognito Forms provides a REST API for managing form entries, exporting structured data, and automating data workflows built on its form builder platform.
Hanko
Hanko is an open-source passkey-first authentication provider that agents can use as a self-hosted or cloud service to register and authenticate users via WebAuthn passkeys with email OTP and OAuth fallbacks.
NocoDB REST API
Provides a REST API over any existing relational database (MySQL, PostgreSQL, SQLite, MSSQL) through a no-code Airtable-style interface, letting agents perform CRUD on database tables without writing SQL.
RunPod API
Provides on-demand GPU cloud via REST and GraphQL APIs for ML inference and training, offering both Serverless endpoints and persistent Pod instances.
Unity Catalog
Open-source universal data and AI catalog from Databricks providing unified governance for tables, files, models, and functions across clouds and compute engines. Unity Catalog (the open-source version) enables organizations to register and govern data assets with fine-grained access control, data lineage, and a unified namespace outside of Databricks. Supports Delta Lake tables, volumes (files), registered ML models, and SQL functions. The open-source release aims to make Unity Catalog the default catalog standard for data ecosystems.
AccelByte API
AccelByte REST API — enterprise game backend platform providing OAuth2-secured APIs for player identity, matchmaking, leaderboards, inventory, achievements, and cloud saves across cloud-hosted or on-premises deployments.
Google Analytics 4 (GA4) Data API
Provides programmatic access to Google Analytics 4 property data for querying traffic, events, conversions, user behavior, and attribution reports.
Prometheus Alertmanager API
Prometheus Alertmanager REST API — manages alert silences, inhibition rules, and alert routing for Prometheus-based monitoring stacks; queries active alerts and receivers in self-hosted or managed Alertmanager deployments.
Vertex Tax API
Enterprise-grade tax calculation platform that computes sales tax, VAT, and GST for transactions across global jurisdictions, integrating with ERP and commerce systems via REST and SOAP APIs.
Okendo Reviews API
Okendo REST API for customer reviews and ratings platform built for Shopify. Enables AI agents to retrieve product reviews, manage review requests, access ratings analytics, and integrate Okendo review data into ecommerce and marketing workflows. Okendo is known for its deep Shopify integration and rich media review support.
Open Banking UK
UK Open Banking standard defining REST APIs that regulated banks must expose for Account Information (read account/transaction data) and Payment Initiation (trigger payments) with standardized OAuth2/FAPI authentication.
Salesloft API
Provides programmatic access to Salesloft's sales engagement platform for managing cadences, prospects, activities, calls, and CRM synchronization workflows.
Sportradar API
Premium sports data platform providing live scores, statistics, odds, and push streaming for 50+ sports used by major sportsbooks and media companies.
Tipalti AP Automation API
Tipalti REST API for global accounts payable automation platform. Enables AI agents to manage payees and vendor onboarding, submit payment requests, retrieve payment status, access approval workflows, and integrate Tipalti payment data into ERP and finance workflows. Tipalti handles global mass payouts in 196 countries with tax compliance (W-9/W-8) built in.
Transloadit API
Transloadit provides a cloud media processing API that uses a declarative Assembly instruction pipeline to encode, transcode, resize, and convert video, audio, image, and document files at scale.
Azure SDK for Python
Official Microsoft Python SDK providing client libraries for 200+ Azure services, enabling agents to manage Azure resources, consume Azure AI services, interact with storage, databases, and more.
Ecwid API (Lightspeed E-Series)
Provides REST API access to Ecwid (now Lightspeed E-Series) storefronts for managing products, orders, customers, discounts, and store settings programmatically.
Ghost CMS API
Ghost is an open-source headless CMS and publishing platform with two distinct APIs: the read-only Content API (public posts, pages, tags, authors) and the Admin API (full CRUD for all content and site management), purpose-built for modern publishing workflows.
Hightouch Reverse ETL API
Provides programmatic control over Hightouch Reverse ETL syncs — triggering syncs, checking run status, and managing sources and destinations that push data warehouse records into business tools like Salesforce, HubSpot, and ad platforms.
Livepeer Studio
Decentralized video infrastructure providing live stream transcoding, video-on-demand (VOD) processing, and AI-powered video tasks (transcription, content detection) via API. Backed by a decentralized GPU network. Livepeer Studio is the developer-facing API layer.
Microsoft Power BI REST API
Provides programmatic control of Microsoft Power BI workspaces, datasets, reports, dashboards, and dataflows for automating BI operations within the Microsoft 365 and Azure ecosystem.
Pinterest Ads API
Pinterest Ads API enables agents to create and manage Pinterest advertising campaigns, ad groups, and promoted pins, retrieve analytics and conversion reporting, manage product catalogs, and build audiences for performance and shopping campaigns.
Vonage Video API (formerly OpenTok / TokBox)
Cloud-based WebRTC video API platform enabling embedding of live video, audio, and screen sharing into web and mobile applications. Sessions are created server-side via REST API; tokens are generated to allow clients to connect. Supports multi-party video sessions, archiving (recording to S3 or Vonage cloud), live broadcasting to HLS/RTMP, and signal messaging between session participants. Originally TokBox, acquired by Telefonaktiebolaget LM Ericsson then Vonage (Ericsson acquired Vonage in 2022, brand is now part of Ericsson).
Wistia API
Wistia's API manages video hosting, embedding, and analytics for B2B marketing — upload videos, configure players, read per-second engagement heatmaps, and sync video performance data to marketing workflows.
Workable API
Workable is a hiring and recruitment platform with a REST API for managing job postings, candidates, interview pipelines, and offer letters.
Amplitude API
Product analytics platform API for event ingestion, user property management, behavioral cohort analysis, and data export, enabling agents to track user behavior and retrieve analytics insights.
Braintree API
PayPal's Braintree payment gateway API for processing card payments, PayPal, Venmo, and digital wallets with subscription billing and card vaulting capabilities.
Constant Contact API
Constant Contact REST API v3 — email marketing for small businesses with contact list management, email campaign creation, and event/survey tools, with OAuth 2.0 authentication for third-party integrations.
EIA Open Data API
The US Energy Information Administration API provides free access to comprehensive US energy data including electricity prices, generation by source, natural gas, petroleum, renewables, and coal statistics dating back decades.
Expedia Group Rapid API
Expedia Group's Rapid API provides real-time hotel content, pricing, and booking capability for property partners and affiliate developers. Access to 700K+ properties worldwide.
HL7 FHIR API
Open standard RESTful API specification for exchanging healthcare data (patients, observations, medications, conditions) across EHR systems using JSON or XML resources.
Wowza Streaming Engine / Wowza Video API
Wowza REST API for live video streaming infrastructure. Enables AI agents to manage live streams, configure transcoding profiles, control Wowza Streaming Engine instances, manage VOD content, and monitor stream health. Wowza supports RTMP, HLS, DASH, and WebRTC protocols for enterprise live streaming at scale.
npcpy
A Python library for building NLP applications, multimodal AI agents, and multi-agent teams with orchestration, tool calling, Jinx workflow pipelines, knowledge graph construction, and fine-tuning support across Ollama, OpenAI, Anthropic, Gemini, and DeepSeek.
Anrok Sales Tax API
SaaS-focused sales tax automation platform that calculates, collects, and remits US sales tax and international VAT/GST, with native integrations for Stripe, Paddle, and subscription billing.
Pinterest API for Developers
Pinterest's v5 REST API provides access to pins, boards, catalogs, and audience insights — enabling agents to manage content, run shopping catalogs, and analyze creative performance on Pinterest.
AWS Cognito
AWS managed user authentication and authorization service. Provides User Pools (authentication, user directories, MFA) and Identity Pools (federated identity, temporary AWS credentials). Integrates natively with API Gateway, Lambda, and other AWS services. Accessed via AWS SDK or REST API. Supports OAuth2/OIDC flows, social identity providers, and SAML federation.
Bird (MessageBird)
Bird (formerly MessageBird) is a unified omnichannel communications platform providing a single REST API to send and receive SMS, WhatsApp, email, voice, and push notifications with regional pricing and global carrier reach.
Docupilot API
Generates PDF and Word documents by merging structured data into pre-built templates stored in the Docupilot platform, with delivery via webhook, email, or cloud storage.
ESP32 NAT Router
Firmware that turns an ESP32 microcontroller into a WiFi NAT router with firewall ACLs, WireGuard VPN, DHCP, port forwarding, packet capture, and WPA2-Enterprise support. Includes a beta MCP server bridge that allows AI assistants to control the router's network operations.
IPGeolocation API
REST API that resolves IP addresses to geographic location, timezone, ISP, currency, and threat intelligence data, supporting both single lookups and bulk processing.
Nakama (Heroic Labs)
Open-source game server by Heroic Labs providing real-time multiplayer, social features, leaderboards, and matchmaking — deployable self-hosted or via Heroic Cloud managed service.
Ping Identity API
Ping Identity provides a suite of enterprise IAM APIs (PingOne, PingFederate, PingDirectory) for managing users, groups, applications, MFA policies, OAuth2/OIDC configuration, and SCIM-based provisioning in large-scale enterprise environments.
Planet Labs API
Planet Labs API provides daily satellite imagery of the entire Earth at 3m (PlanetScope) and 50cm (SkySat) resolution, enabling monitoring of agriculture, land use, and environmental change.
Amberflo
Amberflo is a cloud-native metered billing and usage analytics platform that ingests usage events in real time, aggregates them against pricing rules, and generates invoices for consumption-based pricing models.
AppsFlyer
Mobile attribution and marketing analytics platform that tracks app installs, in-app events, and revenue back to ad campaigns across all major networks with privacy-preserving SKAN support.
Backblaze B2
Low-cost cloud object storage with native B2 API and S3-compatible API, offering 1/4 the cost of AWS S3 for storing and retrieving files, with CDN integration options.
NCBI E-utilities API
NCBI E-utilities provide programmatic access to the National Center for Biotechnology Information databases, including PubMed, GenBank, Gene, Protein, ClinVar, and SRA.
ServiceNow
Enterprise ITSM and workflow automation platform providing incident, change, problem, and request management via a flexible Table API (REST), with deep CMDB, ITOM, and AI capabilities.
StatsBomb Data API
Advanced football analytics platform providing event-level and tracking data for deep tactical analysis, with free open data for academic use and commercial data via contract.
AYLIEN News API
Delivers AI-enriched news data from 80,000+ sources with pre-processed NLP metadata including entities, sentiment, topics, and summaries.
Apache Cassandra / DataStax Astra
A distributed, wide-column NoSQL database designed for high write throughput, linear scalability, and multi-region active-active replication with no single point of failure. Uses Cassandra Query Language (CQL), which resembles SQL. DataStax Astra is the managed cloud service built on Cassandra, offering a REST API, GraphQL API, and JSON API (Document API) via Stargate — enabling agent access without CQL driver setup.
AppleScript MCP
Lightweight MCP server that enables AI assistants to execute AppleScript commands on macOS, providing control over native Mac applications like Notes, Calendar, Contacts, Messages, and Finder.
Dropbox Sign API
Dropbox Sign (formerly HelloSign) REST API for sending documents for electronic signature, managing templates, embedding signing flows in applications, and tracking signature status — part of the Dropbox product family with enterprise-grade eSignature features.
Firebase Realtime Database API
Firebase's original NoSQL cloud database that synchronizes JSON data to all connected clients in milliseconds via persistent WebSocket connections, with a REST API for server-side access.
Jenkins REST API
Open-source automation server providing CI/CD pipeline automation with a REST API for triggering builds, monitoring job status, and managing Jenkins configuration on self-hosted infrastructure.
Kustomer API
Kustomer's REST API for CRM-native customer service, combining full customer history, conversation management, and omnichannel support into a unified platform owned by Meta.
Paperform API
Paperform is a form and landing page builder with native payment processing that exposes a REST API for retrieving submissions and managing forms programmatically.
InfluxDB
Purpose-built time-series database with REST API supporting Flux and SQL (InfluxDB 3.x/IOx) query languages. Optimized for high-write-throughput metrics, monitoring, and IoT sensor data with built-in retention policies, downsampling tasks, and time-window aggregation. Available as InfluxDB OSS (self-hosted), InfluxDB Cloud (managed), and InfluxDB Clustered (enterprise).
Moosend API
Moosend REST API — affordable email marketing automation with subscriber management, campaign creation, and behavioral automation sequences, providing a Mailchimp-alternative with competitive pricing for SMBs and startups.
SignNow API
E-signature platform API for sending documents for signature, managing templates, tracking signing status, and collecting legally binding electronic signatures at lower cost than DocuSign.
The Graph Protocol
Decentralized indexing protocol for blockchain data. Developers define 'subgraphs' that index on-chain events and data from Ethereum, Polygon, Arbitrum, and other EVM chains, then query them via GraphQL. Used by Uniswap, Aave, Compound, and most major DeFi protocols.
Apache Superset
Open-source business intelligence and data visualization platform. Apache Superset provides a web-based interface for building charts and dashboards from SQL databases (PostgreSQL, MySQL, Snowflake, BigQuery, Redshift, ClickHouse, and 40+ more) without writing code. REST API enables programmatic dashboard management, chart embedding, and query execution. Originally built at Airbnb. Self-hostable alternative to Tableau, Looker, and Power BI. Widely used as the BI layer in the modern data stack.
Docassemble API
Open source legal document assembly platform with a REST API for programmatically generating legal documents and forms from structured interviews and Jinja2/Mako templates.
Lemon Squeezy API
Lemon Squeezy's API for selling digital products and subscriptions as a merchant of record, with built-in tax compliance, licensing, and affiliate management for indie developers.
PubChem PUG REST API
Provides programmatic access to NIH's PubChem database of 100M+ chemical compounds, including structures, properties, safety data, bioactivity assays, and synonyms via a RESTful URL-based query system.
FastSpring E-Commerce API
FastSpring REST API for full-service e-commerce platform specializing in software and SaaS sales. Enables AI agents to manage orders, subscriptions, products, and coupons; retrieve revenue analytics; process refunds; and integrate FastSpring into SaaS billing and digital goods sales workflows. FastSpring is a merchant of record, handling taxes, compliance, and payment processing globally.
Flutterwave
Flutterwave is a pan-African payment infrastructure platform supporting cards, mobile money, bank transfers, and USSD across 30+ African currencies via its v3 REST API.
Heap Analytics API
Provides a server-side REST API and JavaScript SDK for sending custom events, identifying users, and adding user properties to Heap's product analytics platform, which auto-captures all front-end interactions by default.
ActiveCampaign API
ActiveCampaign's REST API for email marketing automation, CRM, contact management, deal pipelines, and customer journey automation for SMBs.
The Graph
Provides a decentralized indexing and query layer for blockchain data, allowing agents to run structured GraphQL queries against pre-indexed subgraphs covering DeFi protocols, NFT markets, DAOs, and other on-chain data — without running a full node.
Basecamp API
Project management platform API for managing projects, to-do lists, messages, documents, and team communication within Basecamp's opinionated collaboration structure.
Healthie API
Digital health infrastructure API for telehealth and wellness platforms. Provides scheduling, charting, billing, patient engagement, and video sessions — a white-label EHR built for modern digital health companies.
Hyperproof GRC API
Hyperproof REST API for governance, risk, and compliance (GRC) platform. Enables AI agents to retrieve compliance program status, manage controls and evidence, track risk assessments, access audit data, and integrate Hyperproof GRC data into security operations and business workflows. Hyperproof supports multiple compliance frameworks simultaneously.
Trustpilot Business API
Trustpilot's Business API lets companies send review invitations, manage and respond to reviews, pull aggregate ratings, and display trust widgets for reputation management.
Zoho Analytics API
Zoho Analytics REST API for self-service BI and data analytics platform. Enables AI agents to import data into workspaces, query reports and dashboards, retrieve analytics data, export visualizations, and integrate Zoho Analytics into data pipeline and reporting workflows. Zoho Analytics is part of the Zoho ecosystem with native integration to Zoho CRM and other Zoho products.
Zoho Campaigns API
Zoho Campaigns REST API for email marketing and campaign automation platform. Enables AI agents to manage mailing lists and contacts, create and schedule campaigns, retrieve campaign analytics, manage email workflows, and integrate Zoho Campaigns into CRM and marketing automation pipelines. Part of the Zoho ecosystem with tight Zoho CRM integration.
Ashby ATS API
Modern ATS with REST and GraphQL APIs for recruiting workflow automation, candidate management, and advanced hiring analytics for mid-market and enterprise teams.
Google Cloud Composer (Managed Apache Airflow)
Provides a fully managed Apache Airflow environment on GCP for orchestrating complex multi-step data pipelines and workflows as directed acyclic graphs (DAGs).
Stamped.io Reviews and Loyalty API
Stamped.io REST API for customer reviews, ratings, and loyalty program platform for ecommerce. Enables AI agents to retrieve product reviews and NPS data, manage loyalty points and rewards, trigger review request campaigns, access UGC analytics, and integrate Stamped into ecommerce and CRM workflows. Supports Shopify, WooCommerce, and BigCommerce.
Strava API
Provides access to Strava's fitness activity data including runs, rides, swims, routes, segments, athlete profiles, and social features like Kudos for 100M+ users.
AppFolio Property Manager API
Cloud property management REST API covering units, leases, tenants, maintenance requests, and accounting for residential and commercial portfolios.
Canny API
Provides a REST API for managing user feedback posts, votes, comments, and changelogs on the Canny platform, enabling agents to automate feedback collection, triage, and product roadmap workflows.
Make.com API
Provides a REST API to programmatically trigger, manage, and monitor Make.com visual automation scenarios, enabling agents to invoke multi-step integrations across hundreds of connected apps.
Pirsch Analytics
Pirsch is a GDPR-compliant, cookieless web analytics API built in Germany that provides a clean REST API for querying visitor statistics, page views, sessions, events, and conversion goals without cookie consent banners.
SuiteCRM
Open-source CRM platform built as a community fork of SugarCRM. SuiteCRM provides contacts, accounts, leads, opportunities, campaigns, cases, and workflow automation in a full-featured CRM. Self-hosted on PHP/MySQL stack. Positioned as the open-source alternative to Salesforce and HubSpot for organizations wanting full data ownership and no per-seat licensing. Active development maintained by SalesAgility.
UniProt REST API
Provides programmatic access to the UniProt database of 230M+ protein sequences with functional annotations, including the manually curated Swiss-Prot subset, enabling protein lookup, sequence retrieval, and functional annotation queries.
Activepieces API
Open-source no-code workflow automation platform (Zapier alternative) with a REST API for managing flows programmatically, webhook triggers, and a growing library of 280+ pre-built pieces.
Height API
Height's project management REST API for creating, reading, and updating tasks, lists, forms, and attributes in Height workspaces. Known for its real-time collaboration model and flexible task structure with custom attributes.
Redash
Open-source data visualization and collaboration tool for SQL queries and dashboards. Redash connects to 35+ data sources (PostgreSQL, MySQL, BigQuery, Redshift, Snowflake, MongoDB, etc.) and provides a web interface for writing SQL queries, visualizing results, and building dashboards. REST API enables programmatic query execution, result retrieval, and dashboard management. Simpler and more developer-focused than Superset; better for SQL-centric teams that want quick query sharing and alerting.
SingleStore Management API
SingleStore (formerly MemSQL) cloud management API for provisioning and managing HTAP (Hybrid Transactional/Analytical Processing) database workspaces with MySQL compatibility.
Fireflies.ai Meeting Intelligence API
Fireflies.ai GraphQL API for AI-powered meeting transcription and conversation intelligence. Enables AI agents to retrieve meeting transcripts, access AI-generated summaries and action items, query meeting analytics, search conversation data, and integrate meeting intelligence into CRM and productivity workflows. Fireflies joins Zoom, Google Meet, and Teams calls to automatically transcribe and analyze meetings.
HiBob API
HiBob (Bob) is a modern HRIS platform with a REST API for managing employee records, organizational structure, time off, benefits, and performance reviews.
AWS IoT Core API
Managed IoT platform that connects billions of devices to AWS and to each other using MQTT, HTTPS, and WebSockets. Provides device registry (Thing management), device shadows (digital twins), rules engine for routing messages to 20+ AWS services, fleet provisioning, and over-the-air update support via IoT Jobs.
Balena API
Container-based IoT fleet management API for deploying, updating, and monitoring Linux-based IoT devices running Docker containers at the edge.
Google Earth Engine API
Google Earth Engine provides planetary-scale geospatial analysis on petabytes of satellite imagery and geospatial datasets via Python and JavaScript APIs backed by Google's cloud infrastructure.
Retool Workflows API
Retool Workflows is a low-code workflow automation engine with a REST API for triggering, managing, and monitoring automated workflows — enabling programmatic invocation of Retool-built automations from external systems and AI agents.
Brightcove API
Comprehensive enterprise video cloud platform offering REST APIs for CMS, playback, analytics, live streaming, and media ingest, used by broadcasters and large media companies.
DHL Express API
Provides programmatic access to DHL Express international and domestic shipping services including shipment creation, rate quoting, package tracking, and customs documentation generation.
Lemonade API
Partner REST API for embedding Lemonade's AI-native insurance products (renters, homeowners, pet, life, car) into third-party applications, enabling instant quotes and policy issuance.
Nhost API
Nhost is an open-source Firebase alternative built on PostgreSQL, Hasura (GraphQL engine), and a suite of integrated services: authentication (email/password, OAuth, magic links), file storage (S3-compatible), serverless functions, and email. The platform auto-generates a GraphQL API from your PostgreSQL schema via Hasura, with real-time subscriptions and fine-grained row-level permissions. The management REST API (Nhost Cloud) handles project provisioning, configuration, and deployment. Applications interact with the platform primarily via GraphQL for data, REST endpoints for auth and storage, and the Nhost JavaScript/TypeScript SDK that wraps all services.
Stitch Data API (Talend)
Provides programmatic management of Stitch Data ETL pipelines — controlling sources, destinations, replication jobs, and import API endpoints that load data into cloud data warehouses like Snowflake, BigQuery, and Redshift.
Tradeshift Supply Chain Platform API
Tradeshift REST API for cloud-based supply chain and B2B commerce platform. Enables AI agents to process and exchange e-invoices, manage supplier relationships, track payment workflows, access supply chain financing, and integrate Tradeshift into procurement and AP automation workflows. Tradeshift operates a large B2B commerce network connecting buyers and suppliers.
eBay REST APIs
Provides REST APIs for managing eBay listings, processing orders, tracking inventory, and handling seller account operations on the eBay marketplace.
Deel API
Deel's API manages global contractor agreements, full-time employee onboarding, payroll processing, and compliance in 150+ countries — enabling automated workforce and payment workflows.
Klipfolio Dashboard API
Klipfolio REST API for dashboard and KPI reporting platform. Enables AI agents to create and update dashboards, push metric data, manage data sources (klips), query PowerMetrics data, and automate KPI reporting workflows. Klipfolio is used by agencies and SMBs for real-time business intelligence dashboards.
Kochava Mobile Attribution API
Kochava REST API for mobile measurement and attribution platform. Enables AI agents to query install attribution data, retrieve campaign performance metrics, access audience intelligence, and integrate mobile measurement into marketing analytics. Kochava is known for privacy-first attribution and fraud detection capabilities.
Apollo.io API
B2B sales intelligence and engagement platform API that provides contact and company search, enrichment, and automated email sequence execution from a database of 275M+ contacts.
Fitbit Web API
REST API providing access to Fitbit device data including activity (steps, calories, distance), sleep stages and scoring, heart rate (resting and intraday), SpO2, body composition, menstrual health, nutrition logging, and device/app management. Requires user OAuth2 authorization to access personal health data.
AWeber API
Provides OAuth2-authenticated REST API access to AWeber's email marketing platform for managing subscriber lists, contacts, and automated email follow-up sequences targeted at small businesses.
Bold Commerce API
Bold Commerce REST API — headless checkout and subscription management platform for e-commerce brands, enabling agents to automate subscription lifecycle management, custom checkout flows, and recurring billing outside of Shopify's native checkout.
Mouseflow Session Replay API
Mouseflow REST API for session replay and behavioral analytics platform. Enables AI agents to query session recordings, retrieve heatmap data, access form analytics, filter recordings by user attributes, and export behavioral insights. Mouseflow captures mouse movement, clicks, scrolls, and form interactions to help identify UX friction and optimize conversion.
Showpad Sales Enablement API
Showpad REST API for sales enablement and content management platform. Enables AI agents to retrieve sales content, track buyer engagement analytics, manage content libraries and tags, access coaching data, and integrate Showpad into CRM and marketing workflows. Showpad is used by revenue teams to surface the right content at the right time in the sales process.
Tally API
Tally is a free-first form builder that exposes a REST API and webhooks for programmatically retrieving form responses and managing forms.
TikTok For Business Marketing API
TikTok For Business Marketing API allows agents to programmatically create and manage ad campaigns, ad groups, and creatives on TikTok, retrieve performance reporting data, manage audiences, and integrate conversion event tracking at scale.
Wix Headless / Velo API
Exposes Wix platform capabilities — including content management, e-commerce, bookings, and members — as REST APIs and JavaScript SDKs for headless and server-side integrations.
Amadeus Travel API
Global travel distribution system API providing flight search, booking, hotel rates, points of interest, and travel analytics, backed by the world's largest travel technology company.
Bland AI API
Bland AI provides an API for making and receiving autonomous AI phone calls. Agents can call phone numbers, conduct natural conversations using configurable scripts or dynamic pathways, handle inbound calls, and extract structured data from conversations. Designed for outbound sales, appointment scheduling, and automated support calls.
Drip API
Drip is an ecommerce-focused email marketing and marketing automation platform with a REST API for managing subscribers, tags, custom fields, workflows, and broadcasts. Known for its event-based automation model and deep ecommerce integrations with Shopify, WooCommerce, and similar platforms.
Farcaster Hub API
HTTP API for Farcaster, the decentralized social protocol. Hubs are nodes that store and serve Farcaster protocol data (casts/posts, reactions, follows, user profiles). The HTTP API provides access to social graph data, user casts, channels, and Frames interactions. Neynar provides a managed Farcaster API as an alternative to running your own Hub.
PartyKit API
Provides an edge-deployed multiplayer server platform where each 'party' (room) runs stateful server logic close to users, enabling custom real-time coordination with WebSockets.
Looker Studio (Data Studio) API
Looker Studio (formerly Google Data Studio) provides APIs for embedding dashboards, creating data source connectors, and programmatically managing reports — enabling automated reporting, embedded analytics, and custom data source integrations with Google's free BI platform.
Mangopay API
Regulated European e-money and marketplace payments infrastructure. Mangopay provides a white-label wallet and payment routing system for platforms: each user gets a wallet, money flows between wallets with full audit trails, and payouts go to bank accounts after KYC verification. Unlike Stripe Connect, Mangopay is an e-money institution licensed under EU regulations, making it suitable for marketplaces that need to hold funds on behalf of users for extended periods. Supports card payments, bank transfers (SEPA/SWIFT), and local European payment methods.
Singular Mobile Attribution API
Singular REST API for mobile measurement and marketing analytics platform. Enables AI agents to query campaign attribution data, retrieve marketing ROI analytics, access cross-channel spend and performance data, and integrate mobile measurement intelligence into growth and marketing workflows. Singular combines MMP attribution with marketing data ETL capabilities.
ATTOM API
ATTOM's property data API providing comprehensive U.S. real estate data including property details, AVM valuations, tax assessments, deed transfers, foreclosure data, school information, and neighborhood statistics for proptech and real estate agent workflows.
Acumatica Cloud ERP API
Acumatica REST and OData API for cloud ERP platform. Enables AI agents to manage financial data including GL, AP, AR, purchasing, inventory, and project accounting; retrieve business data across modules; trigger workflows; and integrate Acumatica into business intelligence and automation workflows. Acumatica supports distribution, manufacturing, and service industries.
Human API
Human API aggregates health data from patient-connected sources including wearables, fitness devices, consumer health apps, and insurance claims, giving AI agents a unified API to access self-reported and passively collected health data with patient consent.
SendPulse API
SendPulse REST API — omnichannel marketing automation platform supporting email, SMS, web push, Viber, WhatsApp, Facebook Messenger, and chatbots via a unified API, enabling agents to orchestrate multi-channel marketing campaigns and automation flows.
Spotify Web API
Provides access to Spotify's music catalog and user account data, including playlist management, playback control, track/album/artist metadata, search, recommendations, and user listening history.
Sovos Tax Compliance API
Sovos REST API for global tax compliance and regulatory reporting. Enables AI agents to calculate and report sales tax, VAT, and global indirect taxes; generate and file 1099/W-2/ACA tax forms; process e-invoicing for countries with government mandate (Brazil NFe, Italy SDI, Mexico CFDI); and integrate compliance workflows into ERP and financial systems.
Bubble API
Bubble's Data API and Workflow API for programmatically accessing and manipulating data stored in Bubble no-code web applications, and triggering backend workflows.
Drata API
Compliance automation platform API for programmatically accessing evidence collection status, controls monitoring, policy management, and audit readiness across frameworks like SOC2, ISO 27001, HIPAA, and GDPR.
Geotab Fleet Management API
Geotab MyGeotab API for fleet management and telematics platform. Enables AI agents to query vehicle locations, retrieve trip and driving data, access fuel consumption metrics, manage driver behavior events, and integrate fleet intelligence into operations workflows. Geotab is one of the world's largest fleet management providers.
GoDaddy API
GoDaddy's REST API for domain registration, DNS management, domain availability checking, and domain portfolio management through the world's largest domain registrar.
Greenhouse Recruiting API
Enterprise ATS with multiple REST APIs (Harvest for data access, Job Board for public postings, Onboarding for new hire workflows) enabling deep recruiting process automation.
LAMDA (FIRERPA)
Android RPA framework providing 160+ APIs for device automation, remote desktop with WebSocket streaming, UI inspection, Frida integration for dynamic analysis, and MCP server for AI agent tool-calling. Supports Android 6-16 on physical devices, emulators, and cloud phones.
OpenStreetMap APIs (Overpass + Nominatim)
Open-source, community-maintained world map with a suite of free APIs. Overpass API enables complex geospatial queries against OSM data (find all hospitals within a bounding box, get all cycleways in a city). Nominatim provides geocoding (address to coordinates) and reverse geocoding (coordinates to address). The main OSM API allows reading and editing map data.
UPS Developer API
Provides programmatic access to UPS shipping services including rate quotes, label generation, package tracking, address validation, and pickup scheduling.
phpMyFAQ
Self-hosted, multilingual FAQ and knowledge-base web application for PHP 8.4+ with enterprise auth (LDAP, Active Directory), full-text search via Elasticsearch/OpenSearch, REST API, and support for 40+ languages.
Blues Wireless Notehub API
REST API for Blues Notehub, the cloud companion to the Blues Notecard cellular IoT module, enabling agents to read device events, manage fleet routing, and configure Notecard-powered embedded devices.
Arduino IoT Cloud API
Provides a REST API for managing Arduino-powered IoT devices, reading and writing device properties, and automating cloud-connected hardware projects.
Marketo REST API
Adobe Marketo Engage REST API for B2B marketing automation, lead management, email campaigns, scoring, and integration with CRM systems.
Pachyderm
Data versioning and ML pipeline platform that applies Git-like version control to data. Every data transformation in Pachyderm creates an immutable, versioned commit — enabling reproducible ML experiments by tracking exactly which data version produced which model. Runs on Kubernetes with data stored in object storage (S3/GCS/Azure Blob). REST API and pachctl CLI enable programmatic data ingestion and pipeline management. Positioned as 'Git + Docker + Airflow for data science.'
Qualtrics API
Enterprise experience management platform API for programmatically creating and distributing surveys, retrieving responses, managing contacts, and automating research workflows.
Figma REST API
Provides programmatic access to Figma files, design components, variables, comments, and team libraries. Supports reading design data, exporting assets, posting comments, inspecting components, and receiving webhooks on file changes.
Redox API
Redox is a health data integration platform that normalizes clinical data from disparate EHR systems (Epic, Cerner, Meditech, etc.) into a unified data model, enabling AI agents to receive and send healthcare events via a single API regardless of the underlying EHR.
Salesforce Pardot (Marketing Cloud Account Engagement) API
Salesforce Pardot (now Marketing Cloud Account Engagement) API allows agents to manage prospects, lists, campaigns, and email sends, sync lead data with Salesforce CRM, automate lead scoring and nurture workflows, and retrieve engagement analytics for B2B marketing pipelines.
Viber Chatbot API
Allows bots to send and receive messages on Viber, a messaging platform dominant in Eastern Europe and the Middle East, supporting text, images, carousels, keyboard buttons, and rich media.
Attentive SMS API
REST API for the Attentive SMS marketing platform enabling programmatic subscriber management, contact attribute syncing, custom event triggering, and campaign automation for retail and e-commerce brands.
D2L Brightspace API
Enterprise LMS REST API (Valence) for D2L Brightspace, covering courses, users, grades, content, discussions, and competencies across institutions serving 15M+ students.
FreshBooks API
Cloud invoicing and accounting software API for freelancers and small businesses. Strong focus on time tracking, project-based billing, invoicing, and expense management.
Google Search MCP
A Playwright-based MCP server that performs Google searches by automating a local browser. Extracts search results, captures screenshots, and retrieves raw HTML without requiring any API keys. Includes anti-bot fingerprinting and browser state persistence.
LogicGate Risk Cloud API
LogicGate Risk Cloud REST API for enterprise risk and compliance management platform. Enables AI agents to retrieve risk register data, track compliance program status, manage workflow records and tasks, access third-party risk assessments, and integrate LogicGate GRC data into enterprise reporting and risk operations workflows. LogicGate uses a configurable no-code workflow approach to GRC.
Zuora API
Enterprise subscription monetization platform covering the full quote-to-cash lifecycle: quoting, order management, subscription billing, payments, revenue recognition (ASC 606 / IFRS 15), and financial reporting for large SaaS and media companies with complex billing requirements.
NOAA Climate Data Online API
Provides access to NOAA's Climate Data Online archive of US weather station observations, climate normals, and historical meteorological records spanning over 150 years across thousands of stations.
OpenMetadata
OpenMetadata is a unified metadata platform for data discovery, observability, and governance. It provides a central repository for cataloging data assets across 84+ connectors, with built-in lineage tracking, data quality testing, and collaboration tools.
Levelset Construction Payment API
Levelset REST API for construction payment compliance and lien management platform. Enables AI agents to send preliminary notices, track lien waivers, manage payment compliance documents, monitor payment status, and integrate construction payment workflow into project management systems. Levelset (a Procore company) helps contractors and subcontractors protect payment rights under construction lien law.
Pendo API
Provides access to Pendo's product analytics platform for tracking user events, managing in-app guides, querying NPS survey responses, and analyzing feature adoption metrics.
SurveySparrow API
SurveySparrow REST API for conversational survey and feedback platform. Enables AI agents to create and manage surveys, retrieve response data, trigger NPS and CSAT surveys, access contact data, and integrate feedback workflows into CX and employee experience systems. SurveySparrow is known for chat-like survey UX and omnichannel feedback collection.
Vitally API
REST API for Vitally's customer success platform, enabling B2B SaaS teams to push and retrieve account data, user traits, events, notes, tasks, and NPS scores.
Wootric (InMoment) CX Feedback API
Wootric (now InMoment) REST API for in-app customer experience feedback platform. Enables AI agents to trigger NPS/CSAT/CES surveys, retrieve response data, access sentiment and trending analysis, and integrate customer feedback signals into CX and product workflows. Wootric specializes in real-time in-product feedback collection.
Highspot Sales Enablement API
Highspot REST API for AI-powered sales enablement and content management platform. Enables AI agents to query and retrieve sales content and pitches, access engagement analytics, manage content spots, and integrate Highspot data into CRM and sales workflow automation. Highspot competes directly with Seismic and is known for its AI-powered content recommendations.
Seismic Sales Enablement API
Seismic REST API for revenue enablement and sales content management platform. Enables AI agents to query and retrieve sales content, access buyer engagement analytics, manage content libraries, trigger personalized content delivery, and integrate Seismic enablement data into CRM and sales workflow automation. Seismic is the market leader in enterprise sales enablement.
Truework Employment & Income Verification
Provides FCRA-compliant employment and income verification by connecting to employer payroll systems, tax records, and manual employer outreach to confirm job status, salary, and work history.
Ironclad API
Ironclad's API for programmatically launching contract workflows, retrieving contract data, managing signatories, and integrating contract lifecycle management into agent-driven legal operations pipelines.
Lever ATS API
REST API for Lever's applicant tracking system enabling programmatic access to candidates, opportunities, postings, and recruiting workflow automation.
Amazon Selling Partner API
Provides programmatic access to Amazon marketplace seller data including listings, orders, fulfillment, inventory, reports, and account management for sellers and vendors on Amazon.
Google Analytics 4 Measurement Protocol
Google Analytics 4's server-side event ingestion API for sending user interaction and conversion events directly from backend services, bypassing browser-based tracking limitations like ad blockers.
Wiki.js GraphQL API
Wiki.js is a powerful open-source wiki platform with a GraphQL API for managing pages, assets, users, navigation trees, and search. Designed for self-hosted deployment on any cloud or on-premises infrastructure with markdown-first content storage.
Chameleon API
Provides a REST API for managing Chameleon in-app product tours, tooltips, surveys, and user targeting rules, enabling agents to programmatically control user guidance experiences and retrieve completion data.
AWS Amplify
AWS managed backend-as-a-service platform for mobile and web apps, providing authentication, API (GraphQL/REST), storage, and real-time data via AppSync, wrapped in developer-friendly SDKs.
Clover API
REST API for Clover's cloud POS platform covering orders, inventory, employees, payments, and customers across ~700,000 merchant locations.
Web3Auth
Web3Auth provides decentralized MPC-based key infrastructure that lets agents authenticate users via social login and create non-custodial Web3 wallets without storing private keys on any single server.
Folk CRM API
Modern minimal CRM API for managing contacts, groups, pipelines, and notes with a focus on simplicity and personal relationship management.
Availity API
Availity provides APIs for real-time insurance eligibility verification, claims submission and status, prior authorization, and provider data management, enabling AI agents to automate healthcare administrative workflows across major payers.
Personio API
Personio is a European HR platform with a REST API for managing employees, absences, attendance, and payroll data, popular in German-speaking (DACH) markets.
Apple Maps Server API
Apple's server-side Maps API providing geocoding (address to coordinates), reverse geocoding, place search, autocomplete, directions, ETAs, and map snapshot image generation. Designed for server-to-server use without requiring an iOS/macOS client.
Coolify REST API
Self-hosted platform-as-a-service that lets you deploy apps, databases, and services on your own infrastructure via a REST API, replacing Heroku/Netlify/Vercel with full data ownership.
Gong Revenue Intelligence API
Provides read-only access to recorded sales call transcripts, AI-generated deal insights, conversation analytics, and team performance data for revenue intelligence workflows.
Thinkific API
REST API for Thinkific's online course platform providing programmatic access to courses, enrollments, users, and progress data, with webhook support for real-time event-driven automation.
Twitter/X API v2
Twitter/X API v2 for reading and posting tweets, searching public content, accessing user data, and streaming real-time tweet events.
yfinance
Unofficial Python library that reverse-engineers Yahoo Finance's web API to download historical stock prices, dividends, splits, financial statements, and options data for free without an official API key.
G2 API
G2's API provides access to software review data, product ratings, buyer intent signals, and competitive intelligence for B2B software vendors listed on the G2 marketplace.
Particle Health API
Particle Health provides a FHIR R4 API that aggregates patient health records from the national CommonWell and Carequality health information networks, giving AI agents access to longitudinal patient data from thousands of healthcare organizations via a single integration.
Tawk.to API
Tawk.to REST API — free live chat and customer support platform REST API for accessing chat transcripts, visitor information, contacts, and agent management, enabling agents to automate customer support workflows and sync chat data with CRM systems.
BambooHR API
HRIS (Human Resource Information System) REST API for managing employee records, onboarding, time-off, performance, and HR workflows for small to mid-size businesses.
Heap Analytics API
Provides programmatic access to Heap's autocapture product analytics platform for querying user events, funnels, retention, and behavioral data captured automatically without manual instrumentation.
June Analytics API
Provides programmatic access to June's B2B product analytics platform, enabling agents to query company-level and user-level feature adoption, retention, and churn metrics from a Segment-compatible event stream.
Outline API
Outline is an open-source team wiki and knowledge base with a REST API for creating, reading, searching, and managing documents, collections, and users. Available as cloud-hosted SaaS or fully self-hosted.
Sage Intacct ERP API
Sage Intacct XML/REST API for cloud financial management and ERP platform. Enables AI agents to manage general ledger entries, accounts payable/receivable, billing, purchasing, inventory, and financial reporting. Integrate financial data into business workflows. Sage Intacct is AICPA preferred and widely used by service organizations and non-profits.
WHOOP API
Provides access to WHOOP wearable sensor data including heart rate, HRV, sleep stages, recovery scores, and strain metrics for athletes and health-focused applications.
Akamai API
Enterprise CDN and cloud security platform API for managing content delivery, WAF rules, DDoS mitigation, bot management, and edge application delivery policies.
Lytics
ML-powered customer data platform that unifies behavioral and profile data to build predictive audience segments, score user engagement, and activate audiences across marketing channels via REST API.
Postscript SMS API
REST API for Postscript's SMS marketing platform, purpose-built for Shopify stores, enabling programmatic subscriber management, keyword management, and event-driven message triggers for e-commerce workflows.
Umami Analytics
Umami is an open-source, self-hosted web analytics platform that collects cookieless, privacy-respecting pageview and event data with a REST API for querying stats, sessions, events, and funnels.
Vast.ai API
Vast.ai is a peer-to-peer GPU marketplace where buyers rent idle consumer and datacenter GPUs from host machines at market-rate prices, accessible via a REST API for automated instance search, bidding, and management.
Zoho CRM API
Zoho CRM provides a full-featured customer relationship management platform with REST APIs for managing contacts, leads, deals, accounts, activities, and custom modules. Offers automation, analytics, and integrations as a cost-effective Salesforce alternative targeting SMBs.
Firebase Analytics (Measurement Protocol v2)
Enables server-side event tracking to Google Analytics 4 / Firebase Analytics via HTTP POST, allowing agents and backend systems to record user events and conversions without a client-side SDK.
VTEX API
VTEX is a Latin American enterprise e-commerce platform exposing REST APIs for catalog management, order orchestration, checkout, customer data, promotions, and fulfillment across multi-account and multi-workspace setups.
Matillion API
Provides a REST API for orchestrating and managing Matillion ELT jobs, pipelines, and environments programmatically, enabling agents to trigger data loads and transformations in cloud data warehouses.
OpenNEM API
OpenNEM API provides real-time and historical electricity generation, demand, and pricing data for the Australian National Electricity Market (NEM), including renewable energy breakdown by source.
Outreach
Enterprise sales execution platform combining multi-channel outreach sequences, deal management, revenue intelligence, and AI-powered sales coaching into a unified platform for large sales organizations.
Health Gorilla FHIR API
Health Gorilla provides a FHIR-based platform that aggregates patient health data from labs, imaging centers, and EHR systems, enabling AI agents to access structured clinical results and records across thousands of healthcare organizations.
ON24 Webinar and Digital Experience API
ON24 REST API for B2B webinar and digital experience platform. Enables AI agents to retrieve webinar registration and attendance data, access engagement analytics, manage audience data, and integrate ON24 event intelligence into CRM and marketing automation workflows. ON24 specializes in B2B demand generation webinars with deep analytics on audience engagement.
Appcues API
Enables server-side control of Appcues user onboarding flows and product adoption experiences, including event tracking, user property updates, and programmatic flow triggering via REST API alongside its primary JavaScript SDK.
Contentsquare Digital Experience Analytics API
Contentsquare REST API for digital experience analytics platform. Enables AI agents to query session data, retrieve heatmap and zone-based analytics, access user journey funnels, export behavioral metrics, and integrate experience analytics into digital optimization workflows. Contentsquare captures user interactions (clicks, scrolls, mouse movement) for UX analysis and conversion optimization.
Eversign API
Provides a REST API for creating, sending, and tracking e-signature document workflows including template-based document generation, signer management, and embedded signing experiences.
Helium Network API
API for the Helium decentralized LoRaWAN network, enabling agents to query network coverage, manage LoRaWAN device credentials, route sensor data from low-power devices, and interact with Helium Console for device management.
Salesforce Pardot API (Marketing Cloud Account Engagement)
Salesforce Pardot (Marketing Cloud Account Engagement) provides REST APIs for managing B2B marketing prospects, email campaigns, lead scoring, engagement studio programs, and bi-directional Salesforce CRM sync.
Talend API (Qlik Data Integration)
Talend (now part of Qlik) is an enterprise data integration platform offering a Java-based Studio IDE for ETL job design and a REST API for job execution management, monitoring, and administration across cloud and on-premises job servers.
dLocal
dLocal is an enterprise emerging-market payment processing platform that connects global merchants to local payment methods across 40+ countries in Latin America, Africa, and Asia-Pacific using HMAC-signed REST API requests.
Lightspeed Retail API
Cloud POS REST API for retail stores covering inventory, sales, customers, employees, and reporting.
Podium
Podium is a local business platform combining review generation, two-way SMS messaging, and payment collection via a unified API, primarily targeting multi-location businesses.
Reuters News API
Delivers real-time Reuters wire service content including breaking news, editorial articles, and multimedia for professional media and financial applications.
Adobe Acrobat Sign API
Enterprise-grade e-signature platform API for sending, tracking, and managing legally binding digital signature workflows at scale, with deep integration into Adobe Document Cloud.
Porter API
Kubernetes-native PaaS with a REST API that provisions and manages EKS, GKE, or AKE clusters on your own cloud account, providing a Heroku-like deployment experience on top of Kubernetes.
US Census Bureau Data API
Provides programmatic access to US Census Bureau datasets including the American Community Survey, Decennial Census, Economic Census, and population estimates for geographic units from national down to census tract level.
NHTSA vPIC VIN Decoder API
Free US government API for decoding Vehicle Identification Numbers (VINs) into structured vehicle attributes including make, model, year, engine, trim, body type, and manufacturer details.
PrestaShop
Open-source e-commerce platform popular in Europe with a REST API (Webservice API) for managing products, orders, customers, and store configuration on self-hosted deployments.
Bazaarvoice
Bazaarvoice is an enterprise ratings and reviews platform with an API for collecting, moderating, and syndicating UGC (reviews, Q&A, photos) across a network of 12,000+ retail sites.
Kibana API
Kibana's REST API exposes programmatic control over the Kibana layer of the Elastic Stack — managing dashboards, saved objects, alerting rules, data views, spaces, and fleet agents. Primarily used for automation and configuration management of Kibana instances rather than data querying (which goes through the Elasticsearch API).
PhantomBuster API
Cloud automation platform API that runs pre-built Phantoms (automation scripts) to scrape LinkedIn profiles, extract social media data, and automate outreach actions without maintaining browser infrastructure.
Awesome MCP ZH
A comprehensive Chinese-language resource guide for the MCP ecosystem, covering server implementations, tutorials, tools, and community resources primarily for Chinese-speaking developers.
ClinicalTrials.gov API
Provides programmatic access to the NIH ClinicalTrials.gov database of over 450,000 clinical studies worldwide, enabling search, retrieval, and analysis of trial metadata, eligibility criteria, results, and status.
Oracle Eloqua API
Oracle Eloqua is an enterprise B2B marketing automation platform that provides REST APIs for managing contacts, campaigns, email sends, lead scoring, and multi-channel marketing orchestration.
Sailthru API
REST API for the Sailthru (Marigold) email marketing and personalization platform enabling programmatic user profile management, email send triggering, list management, content recommendations, and engagement analytics for media and e-commerce brands.
Billtrust AR Automation API
Billtrust REST API for accounts receivable automation and order-to-cash platform. Enables AI agents to automate invoice delivery, process payments, apply cash to open invoices, manage customer payment portals, and integrate AR data with ERP systems. Billtrust covers the full order-to-cash cycle including credit decisioning, e-invoicing, payment collection, and cash application.
Apache Airflow REST API
Workflow orchestration platform using Python-defined DAGs (Directed Acyclic Graphs) with a REST API (v1) for managing and triggering DAG runs, checking task status, and administering Airflow instances programmatically.
Uber Direct API
White-label on-demand delivery API that dispatches Uber's global courier network for same-day last-mile delivery without consumer-facing Uber branding.
Change Healthcare API
Change Healthcare provides APIs for healthcare claims submission, eligibility verification, remittance advice, and prior authorization, enabling AI agents to automate revenue cycle management and insurance transaction workflows.
Epicor ERP REST API
Epicor ERP REST and OData API for manufacturing and distribution enterprise resource planning. Enables AI agents to manage production orders, inventory, purchasing, financials, and supply chain operations across Epicor Kinetic (formerly Epicor ERP), Epicor Prophet 21, and Epicor Eclipse deployments. Epicor specializes in manufacturing, distribution, retail, and automotive verticals.
Flexport API
REST API for freight forwarder Flexport's logistics platform, enabling programmatic shipment booking, cargo tracking, customs document management, and freight rate quoting across ocean, air, and truck modes.
JW Player API
REST API and JavaScript player SDK for JW Player's video platform, covering video and playlist management, channel operations, analytics, and AI-powered recommendations.
Namecheap API
Namecheap's XML/REST API for domain registration, DNS management, WHOIS lookup, SSL certificate management, and domain portfolio management.
Reddit API
Reddit's REST API for reading posts, comments, and subreddit data, and for automating Reddit interactions like posting, voting, and moderation.
SAP Business Technology Platform API
SAP's OData and REST APIs for accessing enterprise business data including finance, procurement, supply chain, HR, and customer management across SAP S/4HANA and SAP BTP.
Olark API
Olark REST API — live chat platform REST API for accessing conversation transcripts, visitor data, and operator information, enabling agents to sync chat data with CRM systems, trigger automations based on chat events, and manage chat widget configuration.
Impact.com Partnership Cloud API
Enterprise affiliate and partnership management API for tracking conversions, managing partner contracts, processing payouts, and reporting on program performance.
Printify API
Print-on-demand platform API with access to 900+ products across 80+ print providers, enabling automated product creation, publishing, and order management.
Rippling Platform API
REST API for Rippling's all-in-one HR, payroll, and IT management platform enabling programmatic employee lifecycle management, payroll data access, and app provisioning.
Qualified Pipeline Generation API
Qualified REST API for AI-powered pipeline generation platform. Enables AI agents to query visitor intelligence data, retrieve conversation and meeting data, access pipeline signals, and integrate account-based engagement analytics into sales workflows. Qualified is deeply integrated with Salesforce and uses AI to identify high-intent website visitors for real-time sales engagement.
Awesome MCP Servers
A comprehensive curated list of MCP server implementations spanning 30+ categories, aggregating community-built MCP servers for discovery and reference.
ChEMBL API
Provides access to the EMBL-EBI ChEMBL database of 20M+ bioactive compounds with drug-likeness properties, bioactivity data against protein targets, and approved drug information for drug discovery research.
Airbase Spend Management API
Airbase REST API for all-in-one spend management platform covering corporate cards, expense management, accounts payable, and procurement. Enables AI agents to retrieve purchase requests, track vendor payments, access card transaction data, manage approval workflows, and integrate Airbase spend data into ERP and accounting workflows. Airbase is part of Paylocity.
Squarespace API
Provides programmatic access to Squarespace store data including products, orders, inventory, and customer information for commerce and content automation.
USGS APIs
US Geological Survey collection of public APIs covering earthquake data, water resources, national map services, and geological data — each as a separate endpoint collection.
DoorDash Drive API
White-label on-demand delivery API that lets businesses dispatch drivers from DoorDash's network without exposing the DoorDash brand.
Framer API
Framer is a visual web builder with a CMS and REST API — agents can manage site content, publish pages, and interact with Framer's headless CMS programmatically.
GalwayBus
A Kotlin Multiplatform sample project that displays Galway bus information with map visualization, built with Jetpack Compose for Android and SwiftUI for iOS/macOS. Serves primarily as a KMP learning reference with a bundled MCP server.
Salesforce Marketing Cloud REST API
Programmatic access to Salesforce Marketing Cloud for managing contacts, data extensions, email sends, SMS campaigns, journey activations, and marketing automation workflows across email, mobile, and advertising channels.
Clari Revenue Platform API
Clari Revenue Platform API for AI-powered revenue operations and sales forecasting. Enables AI agents to query deal data, retrieve forecast signals, access pipeline health indicators, and integrate revenue intelligence into sales and RevOps workflows. Clari uses AI to analyze CRM data, call recordings, and activity signals to predict revenue outcomes.
NHTSA Vehicle Safety API
Free US government REST API providing vehicle safety data including safety ratings, recall information, complaints, and investigations from the National Highway Traffic Safety Administration.
Secureframe Compliance Automation API
Secureframe REST API for automated compliance platform covering SOC2, ISO 27001, GDPR, HIPAA, PCI DSS, and more. Enables AI agents to retrieve compliance status and control data, manage evidence collection, track vendor risk assessments, access personnel training status, and integrate Secureframe compliance data into security and HR workflows. Secureframe automates evidence collection from AWS, GCP, Azure, and 200+ integrations.
athenahealth API
REST API for the athenahealth cloud EHR and practice management platform, providing access to patient records, appointments, clinical documents, orders, and billing data across 160,000+ providers.
MCP Chinese Getting Started Guide
A comprehensive Chinese-language tutorial and educational guide for the Model Context Protocol (MCP). Covers MCP server development with Python/FastMCP, client implementation, tool integration, sampling callbacks, LLM integration (DeepSeek), and Claude Desktop configuration. This is NOT an MCP server -- it is documentation only.
OpenOps
OpenOps is a no-code FinOps automation platform that helps organizations reduce cloud spend through pre-built and customizable workflows for cost allocation, anomaly detection, workload optimization, and budget management with human-in-the-loop approvals.
PaperDebugger
PaperDebugger is a Chrome extension and multi-agent backend system that integrates with Overleaf to provide AI-assisted academic writing critique, revision suggestions, comment generation, and literature research directly within a LaTeX editing session.
Salesforce Marketing Cloud API
Salesforce Marketing Cloud API for email/SMS marketing automation, customer journey orchestration, subscriber management, and campaign analytics across digital marketing channels.
Solon
A Java enterprise application development framework built from scratch (non-Java EE) that delivers 700% higher concurrency, 50% memory savings, and 10x faster startup compared to Spring-based solutions.
py-xiaozhi
Python-based voice AI client ported from xiaozhi-esp32, providing a full AI voice assistant experience with smart home IoT integration, multimodal capabilities, and MCP tool support — without requiring specialized hardware.
AuditBoard GRC API
AuditBoard REST API for enterprise audit management and GRC platform. Enables AI agents to retrieve audit findings and recommendations, track risk assessments, access control testing results, manage compliance tasks, and integrate AuditBoard data into enterprise risk and compliance reporting workflows. AuditBoard is widely used by public companies for SOX, internal audit, and enterprise risk management.
Basware Invoice Automation API
Basware REST API for purchase-to-pay automation platform. Enables AI agents to process invoices, retrieve payment status, manage purchase orders, track procurement workflows, and integrate Basware invoice data into ERP and finance systems. Basware is a leader in AP automation and e-invoicing, especially in European enterprises.
ShippingEasy
Multi-carrier shipping management platform with discounted USPS/UPS/FedEx rates, order import, label printing, tracking, and shipment automation for e-commerce sellers.
Verizon Connect Fleet API
Verizon Connect REST API for fleet management and telematics platform. Enables AI agents to query vehicle location data, retrieve trip history, access driver behavior analytics, monitor equipment, and integrate fleet intelligence into logistics and operations workflows. Verizon Connect is one of the largest fleet management providers in North America.
HL7 v2 Messaging
HL7 v2 is the dominant legacy healthcare messaging standard that transports clinical events (admissions, orders, results) as pipe-delimited text messages over MLLP TCP connections between hospital systems.
Reviews.io
Reviews.io is a customer review collection and management platform with API access for sending review invitations, retrieving reviews and ratings, managing UGC, and syndicating Google Seller Ratings.
SoundCloud API
Provides access to SoundCloud's audio catalog, user tracks, playlists, streaming URLs, and upload capabilities for building creator tools, audio discovery apps, and music automation workflows.
Passbase Identity Verification API
Identity verification platform providing document scanning, biometric liveness detection, and database cross-checks via REST API and embeddable SDKs for KYC compliance.
Tealium
Enterprise customer data platform (CDP) and tag management system that collects, unifies, and activates customer data across digital touchpoints via a universal data layer, real-time event streams, and 1,300+ pre-built integrations.
Workday REST API
Workday's REST and SOAP APIs provide enterprise-grade access to HR data — employees, positions, compensation, benefits, recruiting, learning, and payroll — across Workday HCM, Financial Management, and Planning modules.
PayPal Payments API
Payment processing API supporting PayPal wallet payments, card payments, Pay Later (BNPL), Venmo, and international payouts, with a sandbox environment for testing.
Withings Health API
Provides access to medical-grade health metrics collected by Withings devices including body weight, blood pressure, ECG, sleep analysis, and activity data for telehealth and wellness applications.
Unit4 ERP API
Unit4 ERP REST API for people-centric enterprise resource planning platform. Enables AI agents to manage financial operations, HR data, project management, and procurement across Unit4 Business World (Agresso) and Unit4 ERP. Unit4 specializes in public sector, professional services, education, and non-profit verticals with a focus on people and project-driven organizations.
PartnerStack API
B2B SaaS partnership and affiliate management API for automating partner recruitment, tracking referral clicks and conversions, managing rewards, and reporting on channel performance.
Loadsmart
Digital freight brokerage API for instant truckload (FTL), LTL, and intermodal rate quotes, booking, and shipment tracking with AI-powered pricing.
WordPress REST API
The REST API built into WordPress core (since 4.7) that exposes posts, pages, media, users, taxonomies, and custom post types as JSON endpoints — enabling headless WordPress, mobile app backends, and external content management from agents.
SAP Emarsys API
REST API for SAP Emarsys marketing automation platform providing programmatic access to contact management, email campaign triggers, segmentation, automation programs, and engagement data for omnichannel enterprise marketing.
project44
Enterprise supply chain visibility platform providing real-time tracking across ocean, air, parcel, truckload, LTL, and rail modes with predictive ETAs and exception management.
Bigtincan Sales Enablement API
Bigtincan REST API for AI-powered sales enablement platform combining content management, learning, and collaboration. Enables AI agents to access sales content, retrieve engagement analytics, manage files and stories, and integrate Bigtincan data into CRM and sales workflow automation. Bigtincan has strong mobile-first design and AI content recommendations.
Gainsight API
REST API for Gainsight's enterprise customer success platform, enabling programmatic access to customer health scores, CTAs, playbooks, surveys, and timeline data.
NetSuite REST API
Oracle NetSuite's REST and SOAP APIs for accessing financial data, inventory, CRM, and operational business data from NetSuite's cloud ERP platform.
UE5-MCP
UE5-MCP integrates AI automation into game development workflows by enabling text-to-scene conversion in Blender with automated asset transfer and import into Unreal Engine 5. It also provides Blueprint scripting assistance and performance profiling tools.
WeChat Official Account API
Provides programmatic access to WeChat Official Accounts for sending messages, managing menus, and handling user interactions on WeChat, the dominant super-app in mainland China.
CelesTrak API
CelesTrak provides free Two-Line Element (TLE) orbital data for all tracked Earth-orbiting objects sourced from US Space Command, enabling satellite tracking and pass prediction.
Edmunds Developer API
Commercial vehicle data API providing detailed specs, True Market Value pricing, dealer inventory, consumer reviews, and incentives for new and used vehicles.
Lemlist
Personalized cold email and multi-channel outreach platform that enables dynamic image and video personalization, LinkedIn automation, and automated follow-up sequences to improve engagement and reply rates.
Yotpo
Yotpo is an ecommerce retention marketing platform providing APIs for collecting and displaying customer reviews, ratings, photos/video UGC, loyalty and referral programs, and SMS marketing.
Ivalua Procurement API
Ivalua REST API for enterprise source-to-pay and procurement management platform. Enables AI agents to manage supplier data, purchase orders, contracts, sourcing events, and spend analytics across the full procurement lifecycle. Ivalua is positioned as a Gartner leader for source-to-pay suites covering supplier management, sourcing, procurement, and AP automation.
USPS Web Tools API
Provides XML-based access to USPS postal services including rate calculation, package tracking, address standardization, and label generation for domestic mail.
ADP Workforce Now API
ADP Workforce Now API provides programmatic access to ADP's HCM platform for managing payroll, benefits, worker records, time and attendance, and compliance reporting for US and global workforces.
Snov.io
All-in-one sales prospecting platform combining email finding, verification, drip campaign automation, and CRM features to support the full outbound sales workflow from lead discovery to outreach.
Mindtickle Revenue Enablement API
Mindtickle REST API for revenue enablement platform combining sales training, coaching, and content management. Enables AI agents to track rep readiness scores, retrieve training completion data, access coaching observations, query content effectiveness analytics, and integrate sales readiness data into CRM and HR workflows.
Fantasy Premier League (Kotlin/Compose Multiplatform)
A Kotlin Compose Multiplatform sample app displaying Fantasy Premier League player and fixture data across Android, iOS, and Desktop. Includes an optional MCP server module that exposes player/fixture info as MCP tools for Claude Desktop.
Flow-Like
A strongly-typed, local-first visual workflow automation platform built in Rust. Provides a drag-and-drop editor with 900+ built-in nodes for APIs, databases, file processing, and AI models. Runs on laptops, phones, servers, or edge devices with full offline capability and claims ~244K workflows/second throughput.
Steam Web API
Valve's Steam Web API providing access to player profiles, game libraries, achievement data, game news, store information, and community features for the Steam gaming platform.
Wave Accounting API
Free accounting software API from Wave (H&R Block owned) offering invoicing, expense tracking, and basic accounting for freelancers and very small businesses. Notably uses GraphQL.
Zillow API
Zillow's property data API (Bridge Interactive) providing listing data, Zestimate home value estimates, rental estimates (Rent Zestimate), and market statistics. Access is restricted to approved partners.
Expensify API
Expensify's Integration Server API provides programmatic control over expense report creation, receipt processing, policy enforcement, reimbursement workflows, and export to accounting systems — widely used in mid-market and enterprise expense management automation.
Freightos
Digital freight marketplace API for instant rate retrieval, booking, and tracking across ocean, air, rail, and road freight modes including LCL, FCL, and air cargo.
GDELT Project API
Provides open access to the world's largest database of global news events, sentiment, themes, people, and locations derived from global media monitoring since 1979.
Cerner FHIR API
Provides FHIR R4 REST API access to clinical data stored in Oracle Health (Cerner) EHR systems across 750+ healthcare organizations.
Infor CloudSuite API
Infor CloudSuite REST API for industry-specific enterprise resource planning platform. Enables AI agents to interact with Infor's CloudSuite applications (M3, LN, SunSystems, CloudSuite Industrial) for manufacturing, distribution, and service verticals. Supports operations management, financials, supply chain, and industry-specific workflows via the Infor ION API gateway.
Instantly
Sales email outreach platform for cold email campaigns at scale, combining inbox rotation, AI-powered personalization, email warmup, and automated follow-up sequences to improve deliverability and reply rates.
LexisNexis API
Enterprise REST API from LexisNexis providing programmatic access to comprehensive legal research, news, company information, and regulatory content through OAuth 2.0 authenticated endpoints.
Sprinto Compliance Automation API
Sprinto REST API for compliance automation platform targeting startups and high-growth SaaS companies. Enables AI agents to monitor compliance control status, track evidence collection, retrieve security training completion, manage risk assessments, and integrate Sprinto compliance data into security and HR workflows. Sprinto focuses on automated, continuous compliance monitoring.
Udemy Business API
REST API for Udemy Business (enterprise learning platform) providing access to course catalog, user enrollment, learning activity, and completion data for enterprise workforce development automation.
Totango API
REST API for Totango's customer success platform, providing access to accounts, users, metrics, touchpoints, and task management for B2B SaaS teams.
Zycus Procurement API
Zycus REST API for AI-powered source-to-pay procurement suite. Enables AI agents to manage suppliers, purchase orders, contracts, sourcing events, and spend analytics through Zycus Merlin AI-powered procurement platform. Zycus covers e-sourcing, e-procurement, contract management, and supplier performance management.
Chorus.ai Conversation Intelligence API
Chorus.ai (ZoomInfo) REST API for sales conversation intelligence platform. Enables AI agents to access call recordings, transcripts, and AI-analyzed conversation data including talk ratios, next steps, competitor mentions, and deal risk signals. Chorus focuses on revenue team coaching and deal intelligence from customer-facing conversations.
SeatGeek Platform API
Ticket marketplace REST API for discovering, comparing, and monitoring ticket prices for sports, concerts, and theater events.
tawk.to API
Free live chat platform REST API for managing conversations, contacts, and chat history for customer support automation.
JAGGAER Procurement API
JAGGAER REST API for enterprise procurement and supplier management platform. Enables AI agents to manage sourcing events, supplier qualification, purchase orders, contracts, and spend analytics for both direct and indirect procurement. JAGGAER serves manufacturing, higher education, life sciences, and public sector with deep category-specific procurement capabilities.
Klenty
Sales engagement and prospecting automation platform for SDR teams, offering multi-channel outreach cadences, CRM-native integrations, and intent-based triggers to automate and personalize prospect follow-up.
Westlaw Edge API
Thomson Reuters' enterprise REST API providing programmatic access to the most comprehensive US legal database including case law, statutes, regulations, secondary sources, and AI-powered legal analytics.
Coursera API
Coursera's partner and enterprise API for accessing course catalog data, learner progress, enrollments, and certificates on the Coursera MOOC platform.
Reply.io
Multi-channel sales engagement platform for automating and personalizing outreach sequences across email, LinkedIn, SMS, WhatsApp, and phone calls with AI-driven reply handling and meeting booking.
Coursera for Campus API
Coursera for Campus API provides institutions with programmatic access to learner enrollment, course completion, and progress data for students using Coursera's course catalog under an institutional license.
PACER API (US Federal Courts)
US federal government REST API (CASE Search API) providing programmatic access to federal district, bankruptcy, and appellate court dockets and documents via the Public Access to Court Electronic Records system.
Teachable API
REST API for Teachable's online course platform enabling programmatic management of students, enrollments, course data, and purchase events for course creators and businesses.
Marmot
Open-source data catalog that helps teams discover and manage data assets across an organization. Ships as a single binary and catalogs databases, APIs, message queues, and data pipelines with full-text search, interactive lineage graphs, and metadata management.
NAVEX Ethics and Compliance API
NAVEX REST API for integrated ethics and compliance platform. Enables AI agents to retrieve incident reports from ethics hotlines, track policy acknowledgement status, access risk and third-party due diligence data, retrieve training completions, and integrate NAVEX compliance data into HR and legal workflows. NAVEX covers EthicsPoint hotline, PolicyTech, and third-party risk management.
OpenTable API
Restaurant discovery and reservation API providing real-time availability and booking for 55,000+ restaurants globally via OpenTable's reservation network.
TrustRadius Reviews API
TrustRadius API for B2B software review platform with buyer intent signals. Enables access to verified product reviews, ratings, comparison data, and buyer intent data for software vendors. TrustRadius emphasizes review authenticity and provides intent data showing which software categories prospects are researching.
Appsmith API
Open-source low-code platform for building internal tools, admin panels, and dashboards by connecting to databases and APIs through a visual GUI builder with JavaScript widget customization. Provides a management REST API for programmatic control of the Appsmith instance itself.
Azan MCP
A lightweight Kotlin/JVM library for calculating Islamic prayer times and triggering the Azan (call to prayer), supporting 10 different calculation methods from organizations like Umm al-Qura, Muslim World League, and ISNA.
Blackboard Learn REST API
REST and GraphQL API for Anthology (formerly Blackboard) Learn LMS, covering courses, users, content, grades, and groups for institutions serving 100M+ students globally.
Capterra Reviews API
Capterra API for B2B software review and discovery platform. Enables access to product reviews, ratings, and comparison data from verified business software users. Capterra is part of Gartner Digital Markets alongside GetApp and Software Advice. Used by software vendors to manage reviews and by buyers to research software options.
Otter.ai Meeting Transcription API
Otter.ai API for AI-powered meeting transcription and voice note platform. Enables access to meeting transcripts, AI-generated summaries, and conversation data from Zoom, Google Meet, and Microsoft Teams meetings. Otter is known for real-time transcription and collaborative note-taking during live meetings.
Bandcamp API
Bandcamp fan and artist API for accessing purchase data, fan collections, music catalog metadata, and sales reporting for indie artists.
Apple HealthKit
Apple's iOS/macOS framework for accessing and storing health and fitness data from Apple Watch, iPhone sensors, and third-party apps across 100+ health data types.
UKG Pro API
UKG Pro API provides REST access to UKG's unified HCM and workforce management platform covering employees, payroll, time and attendance, benefits, and talent management, with particular strength in hourly workforce industries.
Moodle REST API
Open source LMS REST API exposing 700+ web service functions for managing courses, users, grades, assignments, and learning content across the world's most widely deployed e-learning platform.
SAP SuccessFactors API
SAP SuccessFactors provides OData v4 and REST APIs for its enterprise HCM platform covering employee central, recruitment, learning, performance management, and compensation for 250M+ users globally.
MEDITECH FHIR API
FHIR R4 REST API providing access to clinical data in MEDITECH hospital information systems, covering 2,300+ acute care hospitals and health systems worldwide.
Yardi Voyager API
Enterprise real estate platform API (SOAP and REST) for large residential and commercial property portfolios, affordable housing, and institutional real estate.
Teladoc Health API
Enterprise REST API for embedding Teladoc Health's telehealth platform into employer, health plan, and health system products, enabling virtual video visits, async messaging, and chronic care management.
Verisk Insurance Data API
Enterprise REST API providing ISO filings, actuarial datasets, property risk scores, fraud detection signals, and catastrophe models used by P&C insurers for underwriting and claims decisioning.
ESPN API (Unofficial)
Community-documented unofficial REST API exposing ESPN's sports data including scores, schedules, standings, and rosters for all major US sports.
Google Cloud IoT Core API (DEPRECATED)
DEPRECATED AS OF AUGUST 16, 2023 — Google Cloud IoT Core has been shut down and is no longer accepting new customers or traffic; do not build new systems on this API. It previously provided device registry management, MQTT/HTTP bridge for device telemetry, and bidirectional device state/config over GCP Pub/Sub.
Amazon GameSparks API
Amazon GameSparks — DISCONTINUED Oct 2023. Backend game service shut down by AWS. No longer accepting new customers or serving existing workloads. Do not use.
(WiP) An everything app
Still WiP
-Sample-Mcp-Server-
@0xmonaco/mcp-server
MCP server for the Monaco SDK
@alchemy/mcp-server
MCP server for using Alchemy APIs
@amap/amap-maps-mcp-server
MCP server for using the AMap Maps API
@bitwarden/mcp-server
Bitwarden MCP Server
@centia-io/mcp-server
Centia MCP Server
@gleanwork/configure-mcp-server
MCP server configurator for Glean
@gleanwork/mcp-server-utils
Shared utilities for MCP server packages
@ivotoby/openapi-mcp-server
An MCP server that exposes OpenAPI endpoints as resources
@mapbox/mcp-server
Mapbox MCP server.
@mcbreaker/hello-mcp-server
Simple Hello World MCP Server
@mondaydotcomorg/monday-api-mcp
MCP server for using the monday.com API
@moralisweb3/api-mcp-server
Moralis MCP server
@mui/mcp
MUI MCP Server
@mulesoft/mcp-server
Mulesoft MCP Server
@preply/ds-mcp
MCP server for the Preply Design System
@smartbear/mcp
MCP server for interacting SmartBear Products
@superinbox/mcp-server
SuperInbox MCP server (stdio)
@ui5/mcp-server
MCP server for SAPUI5/OpenUI5 development
@uniformdev/uniform-mcp
Uniform MCP Server
@upstash/mcp-server
MCP server for Upstash
@xeroapi/xero-mcp-server
MCP server implementation for Xero integration
A2A_mcp_Strava_Fitbit_server
MCP/A2A server for fitness app supporting Strava and Fitbit
AL-Dependency-MCP-Server
Adversarial Geopolitical Equilibrium
Analyze geopolitical equilibrium disruptions, state actor strategies, and international power dyn...
AggreGate-MCP-Server
AggreGate MCP Server
Applovin-Max-MCP-Server
PoC
ArchSmarterRevitMcpServer
AspNetMcpServerApp1
Autodesk-Revit-MCP-Server
Basecamp-MCP-Server
An MCP Server that interacts with the Basecamp 3+ API
Basic_FastMCP
Basic FastMCP
Bhuang-MCP-Server-SSE
Bookmark-remote-fastmcpserver
fastmcp bookmark server
C64UltimateMcpServer
C64 Ultimate MCP Server
COMP4952_MCPWebAppServer
COMP4977_Assignment2_MCP_Server
CPTMSDUG-MCP-Server
A MCP server for CPTMSDUG. Get all your answeres here.
CSharp-MCP-Server
CSharpMcpServer
CSharpToastMcpServer
Windowsで通知を表示することができるだけの C# 製MCPサーバー
CSharpWindowInfoMcpServer
Windowsで全ウィンドウの詳細情報を取得することができるだけの C# 製MCPサーバー
CTF_MCP_Server
CalculadoraLaboralMcpServer
Capitals!
A great map with info on Capitals all around the world
Chanty
MCP server for Chanty API integration
ChemCP
MCP App that renders 2D molecular structures from SMILES using RDKit.js
ClawPage
Extract and structure any web page into clean JSON. Free tier: 10/day.
CleanSlice
Architecture docs and patterns for NestJS + Nuxt full-stack apps
CollectiveSpend-collectivespend-smithery-mcp
Connect CollectiveSpend with Xero to manage contacts. Retrieve, create, and update contact records…
ConsoleMcpServerApp1
Coolify MCP
MCP server for Coolify API operations.
Cortex MCP — Multi-Level Reasoning Server
Multi-level reasoning MCP server with configurable depth levels
Counterparty Due Diligence
Comprehensive counterparty risk assessment combining corporate registry checks, sanctions screeni...
CourtSpotterMcpServer
Craft
Access and edit your Craft documents.
CsharpMcpServerTest
Cutom_Revit_MCP_server
CutterMCP-plus
MCP Server for Cutter
DR-ServerMCP
DaprMcpServer
DateMcpServer
提供本地时间获取、计算等功能的MCP服务器
DoorstopMCP
A MCP Server for the Doorstop Requirements Engineering Framework
DotNet-MCP-Server
DotNet-MCP-Server
DotNetMcpServer
DotNetSecuredMcpServer
Downdetector
Check service status and outage information via Downdetector.
Draw-IO-MCP-CSharp-Server
Elias MCP Sample Server
A sample MCP server for testing
EmployeeMcpServer
MCP Server Example
Energy Transition Resilience
Analyze energy transition pathways, grid resilience, renewable adoption rates, fossil fuel strand...
EnergyMcpServer
Eplan_2026_IA_MCP_scripts
Creating MCP server for EPLAN 2026
EspoMCP
Opensource MCP Server for EspoCRM
EverythingMcpServer
EzanVakti.MCP.Server
FASTMCP
FAST_MCP_PROD
FastMCP Prod udpate
FHIR-MCP-Server
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP を使ってみる
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
MCP服务
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP
FastMCP-
FastMCP-Demo
LangGraph × FastMCP 2.0 集成示例
FastMCP-Match-Example
FastMCP Match Example
FastMCP-and-FastAPI
Implementing MCP(FastMCP) in a FastAPI Application
FastMCPStudy
FastMCP_demo
A demo for setting up FastMCP
FastMCP_template
FdcCsMcpServer
Fetch.Mcp.Server
Flights-MCP-Server
Freshbooks
MCP server for FreshBooks API integration
GamaMcpServer
Public MCP Server for tax-related operations
Geargrafx MCP Server
MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator
Gearlynx MCP Server
MCP server for Gearlynx Atari Lynx emulator
GeneralMcpServer
GhidraMCP
MCP Server for Ghidra
GhidraMCP
Active Socket based MCP Server for Ghidra
GoMcpServer
HarmonyOS-mcp-server
MCP server for manipulating HarmonyOS next devices.
Harness
MCP server for Harness API integration
HealthUnity-mcpServer
HelioSPICE
Spacecraft ephemeris made easy — auto-managed SPICE kernels for heliophysics
Hey World
Super description
HomeAssistant-Light-MCP
Control Home Assistant lights and scenes. Lights only by design for safety.
HonyaUnityMcpServer
Hootsuite
MCP server for Hootsuite API integration
HowToCook-mcp
基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server
HttpMcpServer
HttpMcpServer
HuLa-MCP
🌍 HuLa 即时通讯应用的 MCP 服务
HxP-MCP-Server
HxP MCP Server
IBKR-MCP-Server
A MCP Server for IBKR TWS API
IBM-AS-400-ISeries-MCP-Server
ILSpyMcpServer
IO Aerospace MCP Server
MCP server for aerospace calculations: orbital mechanics, ephemeris, DSN operations, ...
Iceberg MCP Server
MCP Server for Apache Iceberg
InventorMcpServer
MCP server for automating Autodesk Inventor 2024 via COM interop
JMoak-chrono-mcp
Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad…
JSON-MCP-Server
JSON handling and processing mcp server
Java-MCP-STDIO-Server
JavaMcpServer
KellyElton.McpServers
Kibana
Kibana MCP Server with dynamic API discovery and comprehensive Elastic Stack integration
L10ServerMCP
LeaveRequestMcpServer
LeaveRequestMcpServerSSE
Leghis-smart-thinking
Find relevant Smart‑Thinking memories fast. Fetch full entries by ID to get complete context. Spee…
Limitless MCP Server
MCP server for Limitless Exchange prediction markets on Base
Local_MCP_Server
mcp server
Lorcana MCP
MCP server for Disney Lorcana card lookup
Lotus Wisdom
An MCP server for problem-solving using the Lotus Sutra's wisdom framework.
MCP
MCP - FastMCP
MCP Request-tracker
Secure MCP server for Request Tracker (RT) ticket management
MCP Workboard
Secure MCP server for WorkBoard OKR and strategy execution platform
MCP---Server
MCP-Arithmetic-Server
MCP-HomeAssistant-Server-for-N8N-in-Golang
MCP-Kali-Server
MCP-Lucene-Server
MCP Lucene Server
MCP-SERVERS
《MCP服务中心》stdio+sse
MCP-Server
MCP-Server
MCP-Server
MCP server with Spring Boot
MCP-Server
A testing for MCP
MCP-Server
MCP-Server
MCP-Server
Sample .NET MCP Server
MCP-Server
MCP-Server
游戏活动的mcp
MCP-Server
MCP-Server
Creating MCP server using java spring boot
MCP-Server
Developing an example MCP server
MCP-Server
MCP-Server
MCP 서버
MCP-Server
MCP-Server
MCP-Server
MCP-Server
MCP-Server-.NET
MCP-Server-A
MCP-Server-B
支持文档
MCP-Server-Example
MCP-Server-Example
MCP Server Example with Calculator
MCP-Server-Java
MCP-Server-Practice
MCP Server Practice
MCP-Server-Proyecto-
MCP-Server-Rust
MCP-Server-for-Vehicle-Query-v2
MCP-Server-learning
MCP-Server-learning
MCP-Server-study
MCP-Server-with-Java
MCP-Servers-Sample
MCP-Weather-Server
MCP-fastmcp
MCP-oura
MCP server for Oura API integration
MCP-server
MCP-server
MCP-server-function
MCP-server-java
Demo-mcp-server
MCP-server-template
MCP-servers
Learning MCP server with fastmcp
MCPBitbucket
hard and fast implementation for bitbucket mcp server via FastMCP (T_T)
MCPC-Java-Server
MCPConsoleServer
MCPDemo.McpServer_NIC
MCPDummyServerdotnet
Simple MCP server to perform tests
MCPE-ServerImport
一键导入MCPE服务器信息的APK
MCPE.AlphaServer
A Minecraft Pocket Edition server for 0.8.1 written in C#
MCPE_Server
Minecraft Pocket Edition Server implementation in Java
MCPPsocetServer
MCPSSESampleServer-C-sharp
MCPSeleniumServer
MCPTestServer
MCPWebServerTests
MCPWebServerTests
MCP_CampusX
FASTMCP
MCP_SERVER
MCP Demo
MCP_SERVER_JAVA
MCP_SERVER_SIMPLES
MCP_Server
Servidor MCP
MCP_Server
MCP_Server
Testing MCP Server
MCP_Server
Built MCP Servers using Python & Golang (REST API)
MCP_Server
MCP_Server
MCP Server
MCP_Server
MCP_Server
MCP_Server_Demo
MCP_Server_FIFA
MCP_Server_Java11
MCP_Server_NashManassas
MCP server to communicate with .Net Core Web API
MCP_Server_Second
MCP_Servers
MCP_Servers
MCP_test_server
MCPanel-Server
Minecraft Neoforge server mod
MTG-MCP
Comprehensive Magic: The Gathering info with rules, cards, combos, and Commander deck generation
MasterMcpServer
Mcp-Ksef
KSeF MCP Simple Server
Mcp-ServerApplication
Mcp-server
McpAspnetServer
McpEfReportServer
McpServer
McpServer
MCP server repository
McpServer
McpServer
McpServer
McpServer
McpServer
Initial MCP Server
McpServer
Mcp Server to Convert Time and View Time In Different TimeZone
McpServer
McpServer
McpServer
McpServer
McpServer
McpServer
McpServer
This MCP server is for practice
McpServer
McpServer
McpServer
McpServer
McpServer
McpServer
使用Java Spring框架的MCP使用实验
McpServer-flight-delay-predictor
McpServer.Api
McpServer.Net-2025
McpServer.Study.Minimal
McpServerConsole
McpServerDemo
McpServerDemo
McpServerDemo,参考B站+官网
McpServerPoc
McpServerRepository
McpServerRestAPI
McpServerSse
McpServerTest
McpServerTest
Mcp Server 연습 프로젝트
McpServerTutorial
McpServerWithCustomObjectMapper
McpServers
McpServers
A collection of experimental MCP servers that use .NET for the backend.
McpWeatherServer
MCP weather server for fetching weather information
McpWeatherServer
McpWeatherServer
McpWeatherServer
Weather server MCP
Mcp_Server
Mcp_Server-Java-
Melo property MCP
Work in progress (for now)
MemProcFS-mcp-server
MemProcFS-mcp-server
MetasploitMCP
MCP Server for Metasploit
MoldSim MCP Server
Injection molding simulation expertise — materials, process validation, and DFM checks
Monarch Money
MCP server for Monarch Money — accounts, transactions, budgets, cashflow, investments, and more
MonkeyAppMCPDemoServer
Motor Current Signature Analysis
MCP server for Motor Current Signature Analysis — fault detection in electric motors
My MCP Ser
Description of my MCP server
My MCP Ser
Non functional server (yet)
My MCP Serv
Description of my MCP server
My MCP Serv
Description of my MCP server
My MCP Serv
Non functional server (yet)
My MCP Serv
Non functional server (yet)
My MCP Serve
Description of my MCP server
My MCP Server
Description of my MCP server
My MCP Server
Ok
My MCP Server
Description of my MCP server
My MCP Server
Description of my MCP server
My MCP Server
Description of my MCP server
My MCP Server
Geography Guesser game
My MCP Server
Description of my MCP server
My MCP Server
Description of my MCP server
My MCP Server!
A non functional MCP server (yet)
My MCP server
Description of my MCP server mega cool capabilities, lesgo
My everything app!
Still WiP
MyMcpServer
MyMcpServer
MyMcpServer
MyNewMcpServer
MyPlatformMcpServer
A sample mcp server with dummy services
My_Mcp_Demo
Simple MCP implementation using FastMCP
NET-MCP-Server
NaN
NaN - DO not use, test.
NewsnowPy
基于 FastMCP 的 newsnow
Nexi XPay
MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.
OKX MCP Server
MCP Server for okx.com
OMNI-MQTT-MCP
MQTT MCP Server using FastMCP
Opencost_MCP_Server
PUBLIC-Golang-MCP-Servers
Golang Ports of MCP Servers
PageShot MCP
Capture webpage screenshots with format, viewport, and dark mode options
Phionx-mcp-hello-server
Send personalized greetings to anyone. Enable Pirate Mode for swashbuckling salutations. Explore t…
Please Remind
Connects to PleaseRemind.com to allow read and write access to all your reminders.
Pokemon-MCP-Server
Polyglot SSG MCP
Unified MCP for 28 static site generators across 19 languages: Zola, Hakyll, and more
Powerbi
MCP server for Power BI API integration
ProxmoxMCP-Plus
Enhanced Proxmox MCP server with advanced virtualization management and full OpenAPI integration.
PsiMcpServer
Python-FastMCP-WatchList
Pyxel MCP
MCP server for Pyxel, a retro game engine for Python
QA-MCP-SERVER
Quickbooks
MCP server for QuickBooks API integration
Rancher
MCP server for Rancher API integration
Redshift MCP Server
Secure, read-only access to Amazon Redshift with schema introspection and smart sampling
ReflectionMcpServer
RoslynMcpServer
RoslynMcpServer
RugerTek.McpServers.SequentialThinking
Rundeck
MCP server for Rundeck API integration
RustMcpServerForAppsIa
SIRIO_mcp_server
An MCP server that exposes the SIRIO library for creation and analysis of Petri Nets
SPRING-MCP-SERVER
SWAPI-MCP-Server
SampleCsharpMcpServer
An example of MCP server written in C#
SampleMcpServer
SampleMcpServer
SampleMcpServer
SampleMcpServer
SampleMcpServer
SampleMcpServer
SampleMcpServer
MCP Server from dotnet mcpserver template
SampleMcpServer
SampleMcpServer
SampleRemoteMcpServer
Say-Hi-Golang-MCP-Server
Schematic
Manage companies, plans, features, and billing through SchematicHQ
Second server!
A non functional MCP server (yet)
Selenium-MCP-Server
Sentinel-Asia-Emergency-Observation-Request-MCP-Server---FastMCP-FastAPI
Server-Inspection-MCP
服务器巡检 MCP
ServerMCP-Lab4
ServerMCPrivate
ServerMcp
Servicenow
A highly customizable MCP server for ServiceNow API integration
Signadot MCP Server
Connect to Signadot to manage ephemeral environments and route traffic to local services.
SimpleMCP
My simple FastMCP for hosting
Skolverket MCP
MCP server for Skolverket's open APIs - Curriculum, School Units, and Adult Education
Skybridge Ecommerce Example
Example MCP App based on Skybridge framework showing an e-commerce products based on request
Skybridge Example MCP App
Skybridge Productivity MCP App Example
Snapshots-MCP-Server
Sovereign Debt Contagion & Geopolitical Risk
Analyze sovereign debt contagion pathways, geopolitical risk spillovers, and cross-country financ...
SperaxOS
Sperax Protocol MCP – USDs stablecoin, SPA, veSPA governance & Demeter DeFi on Arbitrum
SpotifyMcpServer
MCP Server for Spotify written in dotnet 8
Spring-Boot-Sample-MCP-Server
Spring-boot-mcp-server
Spring_Boot_MCP_Server
Spring Boot–based custom SSE MCP Server
Spring_MCP_Server
A basic implementation of MCP server using Spring Boot
Stack Overflow MCP Server
Access Stack Overflow's trusted and verified technical questions and answers.
Stata MCP Server
A lightweight MCP server for Stata.
Statbotics
Statbotics MCP Server
StdMcpServer
SwaggerMcpServer
TRAVEL-PLANNER-MCP-Server
TablaFocusMCP
MCP server for tabla learning: glossary, taals, composition, practice coaching, certification prep.
Tableau
MCP server for Tableau API integration
TempMcpServer
Template
Description of my MCP server
Template
A non functional MCP server (yet)
Template
A non functional MCP server (yet)
Template
Description of my MCP server
Template
Description of my MCP server
Template
Description of my MCP server
Template
Description of my MCP server
Template MCP server
Still work in progress
Template serv
A non functional MCP server (yet)
Template server
Work in progress
Template server
Non functional server (yet)
Template server
Description of my MCP server
Template server
Description of my MCP server
Template server
A non functional MCP server (yet)
Template server
A non functional MCP server (yet)
Template server
Server not ready (yet!)
Template server
Not ready (yet!)
Template server!
A non functional MCP server (yet)
Template!
A non functional MCP server (yet)
Test server
Description of my MCP server
Test-MCP-Server
This is a very simple MCP server made with .NET and C#.
Test-MCP-Server
TestMCPs
Quick experiments and minimal MCP setups
The Blue Alliance
The Blue Alliance MCP Server
The MCP server for GoReleaser
GoReleaser MCP server
ThreadsMcpServer
Time MCP Server
Get the current UTC time in RFC 3339 format.
Time MCP Server
Get the current UTC time in RFC 3339 format.
TinyMCP
A lightweight C++ SDK for implementing the MCP Server.
Tolk MCP Server
MCP server for the Tolk smart contract compiler. Compile, validate, and explore TON contracts.
TonyMcpServer
Servidor MCP en .net C#
TriageMCP
Vibe Malware Triage - MCP server for static PE analysis.
Trilix-Atlassian-MCP-Server
Trilix-Atlassian-MCP-Server
TryClangMcpServer
Tutorial.McpTimeServer
UK Regulatory Ecosystem
Comprehensive UK regulatory ecosystem analysis covering FCA, PRA, CMA, ICO, and other UK regulato...
UiPathRobotMcpServerWithHttp
UiPath Robot MCP Server with Http Transport
Uipath
MCP server for UiPath API integration
UniProt MCP
Read-only UniProtKB via MCP (entries, sequences, features, GO, taxonomy, ID mapping).
Unity-MCP-Server
Unity-MCP-Server
UnityMcpServer
Unityの機能を使用するためのMCPサーバー
Universal Screenshot MCP
MCP server for web page and cross-platform system screenshots (macOS, Linux, Windows)
Unsplash-MCP
Unsplash API - FastAPI + FastMCP
UsingMcpServers
VbaMcpServer
WJTTC
F1-grade MCP certification. 52 tests, 9 tiers (49 scored + T9 Receipt validation). Ecosystem: #2759
WeatherForecastMcpServer
MCP server for receiving weather information.
WeatherMcpServer
WeatherMcpServer
Weather MCP Server
WeatherMcpServer
WeatherMcpServer
Just a try on MCP Server
WeatherMcpServer
WeatherMcpServer
WeatherMcpServer
WeatherMcpServer
WeatherMcpServer
一个基于和风天气构造的天气服务MCP,支持SSE
WeatherMcpServerDemo
WeatherMcpServer_API
I made some controllers to make it possible to check it
WhatsApp_Mcp_Server_DotNet_Integration
Whiteboard
Whiteboard MCP server
Windows-MCP
An MCP Server for computer-use in Windows OS
Word Document Operations
Read, create, and modify Microsoft Word documents
WslMcpServer
Xero
MCP server for Xero API integration
XiaoheiheMcpServer
小黑盒发帖子的MCP工具
Yapi-MCP
yapi mcp server
Yuque-MCP-Server
Yuque mcp server
ZendeskMcpServer
Zoho Crm
MCP server for Zoho CRM API integration
aareguru-mcp
MCP server for the aareguru API.
ableton-live-mcp-server
MCP Server implementation for Ableton Live OSC control
ableton-osc-mcp
🎧 MCP server for controlling Ableton Live via AbletonOSC
abp-mcp-server
account-mcp-server
actix_mcp_server
actovator-fastmcp
adk-fastmcp
ADK FastMCP sample
ado-mcp-server
ado-mcp-server
advanced-pocketbase-mcp-server
pocketbase-mcp-server
affine-mcp-server
agui-langgraph-fastmcp-demo
aha-mcp-server
MCP server for Aha! product management SaaS service.
aha-mcpy
Aha MCP FastMCP Version
akshare_mcp_server
akto-mcp-server
Akto MCP Server
alpha-vantage-mcp
MCP Server for Alpha Advantage API
amadeus-mcp-server
amap-mcp-server
amazon-mcp-server
MCP server for your Amazon cart. Made for Poke.com but works for everyone.
amazon_ads_mcp
Amazon Ads API MCP server for Amazon Advertising API
amit-mcp-server
Amit MCP Server is first MCP Server
ani-mcp
A smart MCP server for AniList that gets your anime/manga taste - not just API calls.
ani-mcp
A smart MCP server for AniList that gets your anime/manga taste - not just API calls.
anirbanbasu-pymcp
Primarily to be used as a template repository for developing MCP servers with FastMCP in Python, P…
anki-mcp-server
An MCP server for Anki
anzenna
MCP server for Anzenna
api
MCP server for generating REST API boilerplate and Express endpoints.
api-mcp-server
lightweight API MCP server
apollo-mcp-server
Apollo MCP Server
apollo-mcp-server
Apollo MCP
apollo-mcp-server
apollo-mcp-server-testing
app-store-connect-mcp
Interact with Apple's App Store Connect API
app-store-connect-mcp-server
apple-health-mcp-server
Probably the fastest Apple Health MCP server
apple-mcp-server
applemusic-mcp-server
An MCP server for interacting with the Apple Music API.
applescript-mcp
A macOS AppleScript MCP server
appsignal-mcp
AppSignal MCP protocol server
appstore-connect
MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.
archivebox-api
ArchiveBox API and MCP Server
ardley-mcp-servers
arduino-mcp-server
An arduino mcp server written in go
arjunkmrm-ahoy
Send friendly, personalized greetings by name. Switch to a playful pirate voice for themed salutat…
arjunkmrm-boba-tea
Send friendly greetings to people by name. Discover the origin story behind 'Hello, World' for qui…
arjunkmrm-bobo
Send friendly, personalized greetings on command. Explore the origin of 'Hello, World' for quick c…
arjunkmrm-http-test
Kickstart your setup with ready-to-run greetings and the 'Hello, World' origin story. Learn the inte
arjunkmrm-local-test2
Send friendly greetings instantly. Learn the origin of 'Hello, World' to add a fun fact to your me…
arjunkmrm-test2
Greet anyone by name with a friendly message. Explore the origin of 'Hello, World' to add context…
arjunkmrm-ts-test-2
Greet anyone with a friendly, personalized hello. Explore the origin story of 'Hello, World.' Jump…
arxiv-mcp-server
An MCP server that enables interacting with the arXiv API using natural language
arxiv-mcp-server
MCP server for arXiv, implemented in Java with Quarkus
asc_mcp_server
aseprite-mcp
MCP server for interacting with the Aseprite API
asp-core-mcp-server-http
atera-mcp-server
.NET 9 MCP server for Atera API ticket management
atlassian-mcp-server
atlassian-mcp-server
atomic-red-team-mcp
MCP server for Atomic Red Team
avni-mcp-server
MCP Server for Avni
awesome-mcp-server
awesome-mcp-servers
A collection of MCP servers
awesome-medical-mcp-servers
A collection of Medical MCP servers.
awesome-remote-mcp-servers
Remote MCP Servers
awesome-solana-mcp-servers
axum-http-mcp-server
azor-mcp-server
baleada-mcp-server
base-csharp-mcp-server
baseline-mcp-server
Proyecto para crear linea base para un MCP Server usando Java
basic-mcp-server
bazi-mcp
MCP server for Bazi (八字) information
beartype-pyinstaller-repro
Reproduction case for beartype import errors with PyInstaller and fastmcp
beehiiv-mcp-server
benchmark-mcp-servers-v2
beyond-mcp
It's time to push beyond MCP Servers... Right?
bilibili-mcp-server
MCP Server for the Bilibili API, supporting various operations.
bilibili-mcp-server
MCP Server for the Bilibili API
bilibili-mcp-server
MCP server for the bilibili API
bilibili-mcp-server
binaryninja-mcp
Another™ MCP Server for Binary Ninja with superpower 🥵
bio_mcp_server
bitbucket-server-mcp
bitbucket-server-mcp-server
blaxel-mcp-server
blbl147-xhs-mcp
搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。
bmad-mcp-server
bring-mcp
MCP Server for Bring! Shopping
bruce-mcp-server
bun-mcp-sse-transport
Bun Server Transport implementation for MCP - MCP SSE
cal-mcp
用于计算数学表达式的MCP
calculator
Calculators accessible via MCP with real-time collaborative sessions and shareable URLs.
calculator-fastmcp
Calculator MCP server built with FastMCP framework
call-mcp-server
canva-mcp
MCP server for Canva - create designs, manage assets, use templates, export graphics
cardea-mcp-servers
cartola-mcp-server
MCP Server do Fantasy Game Cartola FC.
cashfree-mcp
Cashfree MCP server for cashfree docs and APIs
catfact-mcp-server
MCP server to fetch a random cat fact from catfact.ninja
cbioportal-mcp
A FastMCP server for cBioPortal API with async support for improved performance
ceph-mcp-server
cerbos-fastmcp
chef-server-mcp
An MCP server used to talk to Chef Server
chronos-mcp-server
Simple .NET Core based mcp server for retrieving the current time.
clab-mcp-server
cleanshot-mcp
An MCP server for CleanShot X (macOS)
cochl-mcp-server
MCP server for Cochl
cocube-mcp-server
MCP Server For Cocube (https://www.cocubefun.com/)
coda
Interact with Coda.io documents, tables, and rows via the Coda API
coda-mcp
MCP Server for Coda
codivex-mcp-server
coinmarket-mcp-server
comfyui-mcp
FastMCP server for ComfyUI
complete-intro-to-mcp
The Complete Intro to MCP Servers, as taught for Frontend Masters by Brian Holt
context-mcp
Situational awareness — holidays, business hours, and platform status for timing-sensitive actions.
contoso-store-mcp-server
coolpc-mcp-server
利用「原價屋」估價資料作為生成電腦設備估價單的 MCP Server
cotogoto-mcp-server
cowboy-hat-store-mcp-server
A simple MCP server implementation for managing cowboy hat store orders.
create-python-server
Create a Python MCP server
crio-mcp-server
crm-mcp-server
crosstabs
Statistical crosstab analysis: chi-square, Fisher's exact, odds ratio, effect sizes
csharp-entra-mcp-server
csharp-mcp-server-sample
csharp-mcp-server-sample
csharp-mcp-server-template
MCP Server Template in .NET/C#
csharp-runner
fast, secure c# runner
customMcpServers
自定义MCP服务仓库
cve-mcp-server
MCP Server for CVE Servers
cyberchef-api-mcp-server
CyberChef API MCP Server ✨🧑🍳
dameng-mcp-server
dannet
DanNet - Danish WordNet with rich lexical relationships and SPARQL access.
debridge-mcp
deBridge MCP server
demo-mcp-python
Simple MCP server using FastMCP
demo-mcp-server
demo-mcp-server
Demo server entry for local testing
demo-mcp-server
demo-mcp-server
demo-mcp-server
Minimal Go MCP Server for high-performance context bridging
demo-mcp-server
A very simple MCP server
demo-mcp-server
demo-mcp-server
Demo MCP Server
demo-mcp-server-dotnet
demo-mcp-server-with-go
demo-mcp-servers
dependency-mcp
MCP server for checking package versions across multiple package managers
derived-mcp-server
MCP server for Derived
desktop_screenshot_mcp_server
takes screenshots!
deutsche-gesetze-mcp
MCP Server für Deutsche Gesetzestexte
dev-resume-mcp-server
device-manager-mcp
MCP server for fast Android device interaction with scrcpy acceleration (~50ms latency).
devoxxbe-2025-mcp-server
dex-mcp-server-rust
Production-quality Rust implementation of an MCP server for Dex Personal CRM
dgx3_mcp_server
dice-mcp
FastMCP dice roller
dice-roller
Roll dice using standard notation (2d6, 1d20+5), D&D stats, coin flips, and more!
dict-mcp-server
dida365-mcp-server
mcp server for dida365.com
digma-mcp-server
directories
Find rules and MCP servers
discogs-mcp-server
MCP Server for Discogs
discogs-mcp-server
MCP server for Discogs
divination-chart-mcp
An MCP server for making divination chart including six-line
dm-mcp-server
dnSpy.MCP.Server
dnn-dotnet-mcp--server
dns-lockup-mcp-server
dns-mcp
MCP server to query DNS records
docbase-mcp-server
docs
An MCP server for docs.continue.dev
docs-mcp-server
docspace
A room-based collaborative platform
docx-mcp
A MCP server for Microsoft Word documents using the python-docx library
dot-net-sse-mcp-server
dotnet-mcp-hero
Clean Architecture Hero API + MCP Server
dotnet-mcp-server
dotnet-sherlock-mcp
.NET assembly introspection MCP server with advanced reflection and type analysis capabilities
dotnet10-mcp-server-console
doxi-mcp-server
MCP Server for Consist Doxi API
dpaas-tf-mcp-server
drone-mcp
A MCP server for controlling a drone
dropwizard-mcp-server
MCP Server support for Dropwizard
dsharipova-mcp-hw
Create personalized greetings by name in the tone you choose. Get quick suggestions for friendly i…
dubbo-mcp-server
A dubbo Application can support mcp request.And route them to Dubbo method.
duckduckgo-mcp-server
dvdtheque-mcp-server
dynamic-java-mcp-server
dynamic-mcp-server
e-Stat MCP
政府統計 (e-Stat) の API を通じて、統計データやメタ情報を取得するためのサービスです。
eShop.MCP.Server.V1
ecommerce-mcp-server
edgedelta-mcp-server
Edge Delta MCP Server
edgedelta-mcp-server
electron-mcp-server
element-mcp
elm-package-mcp-server
emacs-mcp-server
empe-mcp-server
ems-mcp-server
Employee Management System MCP Server
ericmjl-productivity-mcp
Personal productivity MCP server with FastMCP implementation
erpMcpServer
esp-mcp-server
esp-mcp-server
esp32-mcp-server
MCP for ESP32-C6 with Warp temrinal integration
ess_mcp_server
电子签自建应用 mcp server
eth_mcp_server
eth_mcp_server
eve-mcp-server
events_mcp_server
everyday-mcp-server
example-go-mcp-server
Example implementation of a calculator MCP server in Golang
example-mcp-server
example-rust-mcp-server
This is an example MCP server written in Rust using the rmcp crate.
excom
EXCOM is an MCP server for Elixir
expense-mcp
Personal Expense Tracker MCP Server — expenses, income, budgets & savings goals
ezcart-mcp-server
f2c-mcp
F2C MCP Server
fabric_api_mcp
MCP server exposing FABRIC Testbed provisioning and resource APIs via FastMCP and token-based FABRIC API integration.
factory-mcp-server
fanfou-mcp
基于 FastMCP 构建的饭否(Fanfou)MCP 服务器,提供饭否相关的工具和服务。
fantasy-pl-mcp
Fantasy Premier League MCP Server
fast-api-langgraph-fastmcp
fastMCP
fastMCP
fastMCP
fastMCP-example
fastMCP-starter
starter repository for fastMCP
fastMCPSampling
Server for fastmcp sampling
fastMCPServer
fastMCPTest
fastMcpServer
fastapi-fastmcp
fastapi_fastmcp
convert fastapi endpoint to mcp server using fastmcp
fastapi_fastmcp
simple POC to use Fastapi and fastmcp
fastapi_mcp_sse
A working example to create a FastAPI server with SSE-based MCP support
fastmcp
fastmcp
fastmcp
POC for creating own mcp server using fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
mcp demo implementation
fastmcp
fastmcp
fastmcp
fastmcp
MCP Server example
fastmcp
fastmcp
fastmcp
fastMCP Implemenation
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp
fastmcp-basic
FastMCP, FastAPI basic
fastmcp-blackboard
fastmcp-boilerplate
fastmcp-coolness
fastmcp-course
fastmcp-course
The ultimate fastmcp course from zero to hero
fastmcp-crash-course
fastmcp-demo
FASTMCP Demo
fastmcp-demo
fastmcp-demo
fastmcp-demo
fastmcp-demo
the fastmcp demo repository.
fastmcp-demo
fastmcp-demo
MCP demo for calling an api
fastmcp-demo
fastmcp-demo
fastmcp-demo
fastmcp-demo
fastmcp-demo
fastmcp-demo
基于fastmcp,包含工具,资源和用户认证的一个mcp服务器示例
fastmcp-echo
fast-mcp workshop
fastmcp-ecommerce-demo
This is a repository for a demo that implements a fastmcp server for an ecommerce assistant.
fastmcp-example
fastmcp-example
Trying out mcp development flow with FastMCP
fastmcp-example
fastmcp-expense-tracker
Expense Tracker FastMCP
fastmcp-experiments
fastmcp-first
fastmcp-ironbook
fastmcp-labs
fastmcp-langfuse
fastmcp-mount
ASGI Middleware to fix FastMCP endpoint paths when mounted under a sub-path.
fastmcp-mux
FastMCP Proxy Server to other MCP Servers
fastmcp-openapi
fastmcp-openapi-server
fastmcp-opengauss
openGauss MCP server programmed using FastMCP
fastmcp-perso
fastmcp-playground
fastmcp-playground
fastmcp-playground
fastmcp-playground
fastmcp-poc
fastmcp-poc
Learning FastMCP
fastmcp-poc
fastmcp-practice
fastmcp-proxy
fastmcp-proxy-example
This example showcases how to proxy a Kapa hosted MCP server from fastmcp
fastmcp-qikink
fastmcp-quickstart-template
fastmcp-remoteserver
fastmcp-sample
fastmcp-sample
fastmcp-sample
fastmcp-sample
fastmcp-server
fastmcp-server
fastmcp-server
シンプルなFastMCPを使用したMCPサーバー実装
fastmcp-server
fastmcp-server
fastmcp-server
fastmcp-server
fastmcp-server-collection
fastmcp-study
FastMCP从入门到精通课程源码
fastmcp-study
fastmcp-swagger
fastmcp-teleport
a fastmcp server for teleport cluster
fastmcp-template
fastmcp-template
fastmcp脚手架
fastmcp-test
fastmcp-test
fastmcp-test
fastmcp-test
fastmcp-test
fastmcp-test
FastMCP PoC
fastmcp-test
fastmcp-test
fastmcp-test
fastmcp-testbed
fastmcp-testing
fastmcp-try
fastmcp-tutorial
fastmcp-tutorial
fastmcp-vas
Fast-MCP server for VAS Product
fastmcp-weather-server
fastmcp-weather-server
fastmcp-worker
fastmcp2
fastmcp3
fastmcp3.0
fastmcpDemo
fastmcpEchoServer
fastmcp_demo
fastmcp_demo
fastmcp_demo
practice for fastmcp
fastmcp_demo
fastmcp_demo
fastmcp_demo
this is the simple repo for the demo of the fastmcp
fastmcp_demo
fastmcp_exp
fastmcp_hello
fastmcp_micro
fastmcp_multi_server
fastmcp_otel_middleware
Automatically nest FastMCP server OpenTelemetry spans
fastmcp_poc
fastmcp_practice
fastmcp_remote
fastmcp_sample
fastmcp_server
fastmcp_server
fastmcp_subapplication
fastmcp_tutorial
just learning mcp or fastmcp
fastmcp_websockets_example
fastmcpdemo
fastmcplangcalcbot
fastmcpserver
fastmcpserver
fastmcptest
fatsmcp
fastmcp
fetch-mcp-server
ffmpeg-mcp
An MCP server for FFmpeg
figma-mcp-server
fintech-mcp-server
firefly-iii-mcp
MCP Server for Firefly III
firefly-iii-mcp-server
[DRAFT] MCP Server for Firefly III written in Go
first-mcp-server
first_mcp_server
Go MCP Server 服務
fission-mcp-server
fitness-mcp-server
トレーニング管理用MCPサーバ
fizzy-mcp
MCP server for Fizzy Kanban App
flashduty-mcp-server
flightbooking_mcp_server
flyworks-mcp
Fast and free zeroshot lipsync MCP server
fnos-mcp-server
用于与飞牛系统交互的MCP服务
food-nutrition
A large size MCP server for food and nutrition intelligence (Large MCP)
fornado-planner-mcp
Microsoft Planner MCP server using FastMCP
fpl-mcp-server
FPL MCP Server
frame0-mcp-server
freightgate-mcp-server
Deprecated - renamed to shippingrates-mcp-server
frida-mcp
MCP stdio server for frida
fusion360-mcp-server
game-mcp
Discovers and manages installed games on Windows from Steam, Epic, GOG, Xbox, and other platforms.
garmin_mcp_nakan
Quick re-wrapping of garmin_mcp using FastMCP
gemara-mcp-server
gget-mcp
Bioinformatic MCP server that wraps the most useful functions of the gget library
gh_mcp_server
MCP wrapper for the `gh` command
ghfs-mcp-server
gimp-mcp
FastMcp 2.10 MCP server for gimp
gimp-mcp
Gimp MCP Server
ginnux-k8s-mcp-server
globetrotter-mcp-server
Globetrotter MCP Server
go-ecommerce-mcp-server
go-hello-mcp-server
go-mcp-server
go-mcp-server
a mcp server built by Golang
go-mcp-server
go-mcp-server
go-mcp-server
GO语言实现的简易mcp-server
go-mcp-server
Go MCP server
go-mcp-server
Examples of MCP integration
go-mcp-server
go言語で実装するmcpサーバー
go-mcp-server-python-exec-example
go-mcp-server-template
go-mcp-servers
A collection of fast and lightweight MCP servers
go-openapi-exploration-mcp-server
go-passage-of-time-mcp-server
Passage of Time MCP Server in Golang
go-standards-mcp-server
go_mcp_server_template
go_mcp_server_tinvest
Лёгкий MCP‑сервер на Go для работы с Тинькофф Инвестициями
godoc-mcp
go doc mcp server
godot-fastmcp
Godot FastMCP
godot-mcp-docs
MCP server for godot docs
goku
Goku is an HTTP load testing application written in Rust
golang-mcp-server
MCP Server for testing the MCP Protocol in Golang
golang-mcp-server-sdk
gongio-mcp
MCP server for Gong.io - access calls, transcripts, and users
gopher-mcp-server
Gopher MCP Server
gorfc-mcp-server
MCP Server for gorfc
gouqi-mcp-server
gp-mcp-server
graphiti-fastmcp
Standalone Graphiti MCP server using the FastMCP library
greeting-mcp-server
An MCP server greeting
greynoise
MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks
gsap-master-mcp-server
gtm-alpha-consultant
Professional GTM consultation using EPIC framework for strategic go-to-market advice.
guxx-mcp-server
habit-tracker-mcp-server
hamibot-mcp-server
用于与 Hamibot API 进行交互。它提供了一系列工具来管理和控制 Hamibot 设备及脚本
hangfire-mcp
Enqueue background jobs using Hangfire MCP server
harry-potter-mcp-server
Very simple, very fun
hawkbit-mcp-server
healenium_mcp_server
helidon-mcp-server
Java Based Helidon MCP Server
hello-mcp
example mcp server using fastmcp
hello-mcp-registry
A simple MCP server.
hello-mcp-server
hello-mcp-server
hello-mcp-server
hello-world-mcp-server
this is the hello world application for creating mcp server
heroui-mcp
⚙️ MCP servers for HeroUI React v3 and HeroUI Native.
heurist-mesh-mcp-server
hexser
Zero-boilerplate hexagonal architecture with graph-based introspection
hf-mcp-server
Hugging Face MCP Server
hi-fastmcp
hjLabs.in-whatsapp-mcp-server
hkn-mcp-server
Hacker news MCP server
hko-mcp-server
hmr
Docs for hot-module-reload and reactive programming for Python (`hmr` on PyPI)
hn_mcp_server_go
homeassistant-mcp
A MCP server for Home Assistant
hono-mcp-server-sse-transport
SSE Transport for MCP servers in Hono applications
hostinger-api-mcp
MCP server for Hostinger API
hostinger-api-mcp
MCP server for Hostinger API
hr-mcp-server
hr-mcp-server
GPPB B트랙
hr-mcp-server-real
hr-mcp-server1
hr-mcp-server2
hr-mcp-server3
hr-mcp-server5
hr-mcp-server6
hrstrat-mcp-server
http-mcp-server
huly-mcp
MCP server for Huly integration
humsana-mcp
Detect developer stress, focus, fatigue from typing. Block dangerous commands when tired.
hvac-quotes
HVAC equipment RFQ management - submit quotes to distributors
hyprmcp
Community MCP server for hyprctl
iVisa MCP Server
Check visa requirements and travel documents for international travel destinations.
iam-mcp-server
ib-mcp
Interactive Broker TWS API in FastMCP
ibge-br-mcp
MCP Server for IBGE APIs - Localidades, SIDRA, Nomes, Malhas e Pesquisas
icost-app-mcp-server
一个基于 FastMCP 2.0 框架构建的模型上下文协议(MCP)服务,专为 iCost iOS 记账应用提供智能记账功能集成。
ida-multi-mcp
Multi-instance IDA Pro MCP server — analyze multiple binaries simultaneously through a single MCP endpoint.
ihale-mcp
MCP Server for Turkish Government Tenders
imc-policy-mcp-server
indian-store-mcp-server
integration_fastmcp
interactive-brokers-mcp
Interactive Brokers MCP Server
intervals-icu-mcp-server
ios-simulator-mcp
MCP server for interacting with the iOS simulator
iphone-mirroir-mcp
Control a real iPhone through macOS iPhone Mirroring: screenshot, tap, swipe, type.
iris-execute-mcp
MCP Server for executing methods, compiling classes and executing unit test in InterSystems IRIS
irods-mcp-server
iRODS MCP Server
istio-mcp-server
jamfmcp
An async MCP server for Jamf Pro integration providing computer health analysis
jamfpro-mcp-server
proof of value for mcp
java-class-analyzer-mcp-server
java class反编译mcp server
java-dev-mcp-server
Ready to Use MCP Servers for Backend Developers in Java
java-mcp-server
java-mcp-server
java-mcp-server
Production-ready MCP server template for any REST resource — lean, framework-free Java
java-mcp-server
An mcp server created with the java sdk
java-mcp-server
java-mcp-server
MCP Server implemented in Java
java-mcp-servers
JAVA版实现MCP服务
java_mcp_server
javaperf
Java profiling MCP via jcmd/jfr/jps. Diagnose performance, analyze threads, inspect JFR recordings.
jdt-mcp-server
jenkins-mcp-server
jenkins-mcp-server
MCP server for Jenkins for PBS
jetkvm_mcp_server
jfrog-dummy-mcp
JFrog dummy MCP server
jirispilka-actors-mcp-server
Greet anyone by name with friendly, personalized messages. Explore the origin of Hello, World thro…
jj-mcp-server
MCP server to use JJ
jj-mcp-server
jlcpcb-parts-mcp
JLCPCB PCBA向けの、部品探しを補助するためのMCPサーバー
job-recommendations-mcp-server
jobsuche-mcp-server
jq-mcp-server
juicefs-mcp-server
jupyter-earth-mcp-server
🪐 🌎 Jupyter Earth MCP Server
k0rdent-mcp-server
k8s-mcp-server
MCP server for all of your needs in k8s ☸️
k8s-mcp-server
kaggle-mcp
MCP server for Kaggle
kali-mcp-server
keepsake
MCP server for Keepsake — the personal CRM for nurturing your relationships
keyboard-local
One MCP Server, All Your Apps, Privacy First
keyboard-maestro-mcp
An MCP server for Keyboard Maestro. Manage your macros with natural language commands.
kite-mcp-server
kite-mcp-server
Zerodha Kite MCP server
kiwi-mcp-server
knowledge-base-mcp-server
knowledge-graph-mcp
Knowledge graph MCP for student learning with spaced repetition and mastery tracking
kokoro-tts-mcp
Kokoro Text to Speech (TTS) MCP Server
kompo-mcp-rb-server
kopilot-mcp-server
kr-mcp-server
这是一个基于 [MCP-Go] 框架开发的MCP 服务的项目,提供了一系列工具和功能。
krs-poland-mcp-server
Polish National registry of businesses and other legal entities
kruize-mcp-server
MCP Server for Kruize
ks-mcp-server
kubescape-mcp-server
kueue-mcp-server
kyc-mcp-server
kyma-mcp-server
label-studio-mcp-server
langcare-mcp-fhir
An MCP FHIR server written in Go for EMR systems like Epic and Cerner
langgraph-fastmcp
langraph-fastmcp
larkrs-mcp-server
lark rust mcp server
lc-mcp-server
ldk-server-mcp
learn-fastmcp
learn-mcp-server
leet-mcp-server
leptos-mcp-server
liberty-mcp-server
Demo of Liberty serving as an MCP Server
linkding-mcp
MCP Server for Linkding self-hosted bookmarking service
linkinator-mcp
MCP server for link checking using linkinator
linkwarden-mcp-server
An MCP Server for Linkwarden
linkwarden-mcp-server
An MCP Server for Linkwarden
linux-mcp-server
MCP server for read-only Linux system administration, diagnostics, and troubleshooting
literature-memory-server-fastmcp-mcp
TBD
litmus-mcp-server
livewire-flux-mcp
MCP server for Livewire Flux
loanpro-mcp-server
local-clock-mcp-server
local-mcp-server
local_mcp
基于fastmcp实现本地MCP服务。调用Qwen3-32b模型并使用MCP工具调用心知天气API实现实时天气查询及多轮对话流式输出
localrecall-mcp-server
lsp-mcp
An MCP server that lets you interact with LSP servers
manim-mcp-server
marketing-mcp-server
math-mcp
FastMCP server - MCP Service
mathematica-mcp
MCP server for WolframScript
matlab-mcp-server
Matlab MCP Server in python
mbta-mcp-server
mc-mcp-server
🚧 java mcp server for minecraft
mclocks
The desktop clock application for multiple time zones🕒🌍🕕
mcp
Query your trade show leads, meetings, and events from BoothIQ
mcp
Discover and book 5,000+ curated local experiences across 500 US destinations.
mcp
Interact with a global network measurement platform.Run network commands from any point in the world
mcp
various MCP servers I made
mcp
Testing FastMCP
mcp
DevCycle MCP server for feature flag management
mcp
Jotform MCP
mcp
prototype for an mcp server that crystalizes memory
mcp
MCP Server for interacting with Salesforce instances
mcp
A simple implementation of an MCP server for the ScreenshotOne API
mcp--server
mcp-abap-abap-adt-api
MCP-Server for SAP ABAP wrapping abap-adt-api
mcp-alarm-server
MCP服务可用版-告警测试
mcp-alarm-server-release
MCP服务可用版-告警可用
mcp-api
GoMarble MCP API Server
mcp-api-server
mcp-applemusic
An experimental MCP server for controlling Apple Music.
mcp-askcpg
mcp server for askcpg, a product of qmed.asia
mcp-atlassian
MCP for Atlassian servers
mcp-atlassian-server
Go port of sooperset/mcp-atlassian
mcp-boilerplate
Production ready mcp boilerplate | cox mcp | FastMCP boilerplate
mcp-book-mcp-server-weather-api-http
mcp-c64
An MCP server for developing BASIC and Assembly Language programs for the Commodore 64
mcp-calculator-server
mcp-charity
Sample MCP server used to expose charity information in a flexible manner.
mcp-coinglass
MCP server for coinglass platform
mcp-compass
MCP Discovery & Recommendation Service - Find the right MCP server for your needs
mcp-config-server
mcp-course
This repo is part of my free MCP Course!
mcp-csharp-server-minimalsample
mcp-demo-server
mcp-demo-server
Just playing arround with MCP
mcp-demo-server
jag testar mcp
mcp-demo-servers
mcp-device-datetime
Simple date and time MCP server depending only on the Python standard library
mcp-docs-server
mcp-eth-server
mcp-eventmgmt-server
mcp-example-server
mcp-fast-time-server-go
Fast time server written in go
mcp-fastmcp
mcp-fastmcp
playground to explore fastmcp when using mcp
mcp-fetch-proxy
Uses FastMCP's proxy to convert the stdio mcp-fetch server to a http based server
mcp-figma
Figma MCP Server with full API functionality
mcp-figma-to-react
MCP server for converting Figma designs to React components
mcp-first-server
mcp-first-server
mcp-flowcore-platform
MCP server for managing and interacting with Flowcore Platform
mcp-flutter-deprecations-server
mcp-flutterwave
MCP Server to interact with Flutterwave APIs.
mcp-for-beginners-self-trial
Learning about all the MCP concepts including JSONRPC 2.0, stdio by following several repos including mcp-for-beginners, fastmcp, etc.
mcp-go-server
mcp-go-server
mcp-greeting-server
Test mcp server
mcp-handler
Easily spin up an MCP Server on Next.js, Nuxt, Svelte, and more
mcp-hn
MCP Server for Hackernews
mcp-hunter
Hunter MCP server (Python/FastMCP)
mcp-installer
An MCP server that installs other MCP servers for you
mcp-java-servers
A MCP server starter for Java
mcp-jina-reader
Jina Reader MCP Server
mcp-joern
A simple Joern MCP Server.
mcp-k6
k6 MCP server
mcp-kit
MCP server for Kit.com (ConvertKit) - manage subscribers, tags, sequences, broadcasts
mcp-knowledge-server
mcp-krs-poland
Polish National government's registry of all businesses, foundations, and other legal entities.
mcp-language-server
mcp-market-api-server
mcp-memory-server
mcp-memory-server
mcp-memory-server
mcp-memos
An MCP server for interacting with Memos.
mcp-minimal-servers
mcp-mock-server
simple mcp mock server
mcp-multimodal-server
mcp-netchecker-server
mcp-nullbr-server
用于搜索影视资源的mcp,使用的是nullbr的api
mcp-ocr-server
用于自然语言识别图片内容
mcp-odoo
MCP Server for Odoo
mcp-openhab-server
mcp-openweather
mcp server for openweather free api
mcp-perforce
MCP Perforce Server
mcp-philips-hue
MCP server for Philips Hue smart lighting control
mcp-pihole
Pi-hole v6 MCP server - manage DNS blocking, stats, whitelists/blacklists
mcp-policy-server
mcp-product-server
mcp-property-valuation-server
MCP服务器,提供房产小区评级和评估功能
mcp-quanmiao-hotnews
全妙新闻播报MCP Server 是一个基于阿里云百炼API的新闻聚合服务,专注于实时获取热点新闻资讯。
mcp-readwise-server
mcp-redmine
A redmine MCP server covering close to 100% of redmines API
mcp-refcache
Reference-based caching for FastMCP servers with namespace isolation, access control, and private computation support.
mcp-reference-server
This is the reference implementation for the mcp server
mcp-regex-server
mcp-relic-server
mcp-remnawave
MCP Server for Remnawave Panel
mcp-report-server
mcp-rust-crate-version-server
mcp-sb-server
mcp-sdk-server
mcp-server
mcp-server
Create production-ready MCP servers in PHP with modern architecture, and flexible transport options.
mcp-server
A MCP server in Rust
mcp-server
mcp server
mcp-server
mcp server
mcp-server
mcp-server
MCP server for SAPUI5/OpenUI5 development
mcp-server
go mcp server
mcp-server
mcp-server
mcp server (toy)
mcp-server
mcp-server
本项目是一个基于 FastMCP 框架,集成和风天气(QWeather)API 的天气信息服务。
mcp-server
mcp-server
mcp-server
mcp-server
MCP Web Service
mcp-server
mcp-server
Vibe coding practice
mcp-server
mcp-server
此仓库用于存放个人开发mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
Real-time oil, gas & commodity prices. 40+ commodities with natural language queries.
mcp-server
An MCP server for InterviewReady
mcp-server
Support you can control from anywhere, for less. 15+ integrations. Solve tickets easily
mcp-server
Volcengine MCP Servers
mcp-server
PortOne MCP Server for Developers
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
Sample MCP server.
mcp-server
developing mcp server for learning purpose
mcp-server
C# MCP
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
springboot 集成mcp-server
mcp-server
MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY.
mcp-server
mcp server
mcp-server
mcp-server
mcp-server
自定义了一个mcpserver
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server 테스트
mcp-server
MCP server practise with Spring-Boot
mcp-server
mcp-server
mcp-server
mcp-server
MCP Server für Forterro Proffix Px5 ERP
mcp-server
Buy gift cards and top-ups from the industry leader. 6000+ brands, 195 countries. 4.7★, 98% CSAT
mcp-server
Browse property verification missions. Connect with Scouts for GPS-verified tours.
mcp-server
ProxyLink MCP server for finding and booking home service professionals
mcp-server
mcp-server
一个集成了实时获取天气信息和整理谷歌搜索功能的mcp-server
mcp-server
mcp-server
Java implementation of the MCP protocol server
mcp-server
mcp server to book appointments
mcp-server
mcp-server
mcp-server
MCP Server example in Golang
mcp-server
mcp-server
MCP Server for Membrane
mcp-server
An MCP Server for aaPanel.
mcp-server
mcp-server
mcp-server
MCP Server for Perses
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
experimental mcp server
mcp-server
MCP Server for most of features of Overlock Network
mcp-server
mcp server
mcp-server
mcp-server
mcp-server
mcp server example with spring boot
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
MCP in SpringBoot
mcp-server
Aplicação para estudo e práticas com MCP Server.
mcp-server
mcp-server
Sujan's MCP Server
mcp-server
mcp-server
mcp-server
mcp-server
A MCP server in rust
mcp-server
mcp协议服务
mcp-server
mcp-server
mcp-server
mcp-server
Maven MCP Server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
MCP server for Glean API integration
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
A simple example of MCP Server with Spring IA
mcp-server
mcp-server
sse mcp server
mcp-server
MCP Server implementation for the Spiral Framework
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
以太坊交易 MCP 服务器
mcp-server
mcp-server
Un serveur mcp avec un accès à l'api de la sncf
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
Java实现MCP-SERVER示例项目
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server
mcp-server-4-halo
halo框架博客发文MCP服务
mcp-server-9090
mcp-server-9090
mcp-server-9091
mcp-server-IC
mcp-server-activemq
MCP Server for interacting with ActiveMQ
mcp-server-alpha
mcp-server-anki
mcp-server-api-key
mcp-server-app
mcp-server-apple-shortcuts
mcp-server-approach
simple implementation of fastmcp
mcp-server-arch-dotnet
Clean Architecture MCP Server with .NET 8.0
mcp-server-article
MCP自动发文服务
mcp-server-as-http
mcp-server-as-http-core
mcp-server-assignment
BINAR Assignment
mcp-server-auditor
An MCP server for Netwrix Auditor.
mcp-server-axiom
An MCP server for Axiom
mcp-server-base-lib
mcp-server-bash
minimalistic MCP server written in bash script
mcp-server-basic-demo
mcp-server-basic-demo
mcp-server-bugprowler
mcp-server-calculator
mcp-server-cat-api
Experimental MCP server for cat API
mcp-server-clock
mcp server clodl
mcp-server-collection
练习 mcp server 合集
mcp-server-command
mcp-server-commands
An MCP server to run arbitrary commands
mcp-server-compute
mcp-server-computer
MCP电脑服务
mcp-server-computer
一个简单的 MCP 服务 Demo,获得当前电脑的配置信息。
mcp-server-computer
mcp-server-computer
mcp-server-computer
mcp-server-computer
获取电脑相关配置的mcp - mcp入门上手案例
mcp-server-computer
mcp-server-cortex
MCP Server for Cortex
mcp-server-csdn
mcp-server-csdn
mcp-server-csdn
mcp-server-csdn
mcp-server-csdn
MCP自动发帖服务(stdio)
mcp-server-csdn
mcp-server-csdn
CSDN自动发帖MCP服务
mcp-server-csdn
mcp-server-csdn
mcp-server-csdn
使用MCP服务自动发送CSDN文章
mcp-server-csdn-1983
mcp-server-csdn-final
mcp-server-csdn-juejin
掘金自动发布文章mcp服务
mcp-server-csdn-xfg-mcp-init-template
mcp-server-csdn-xfg-mcp-init-template
mcp-server-datetime
mcp-server-demo
Demo of MCP Server in Python using FastMCP
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
Sample MCP Server Demo to demonstrate how to create a simple MCP server!
mcp-server-demo
mcp-server-demo
mcp-server-demo
Demo repository for MCP server integration.
mcp-server-demo
mcp-server-demo
mcp-server-demo
MCP Server Demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
mcp-server-demo
demo program: mcp server
mcp-server-demo
mcp server demo项目
mcp-server-demo
mcp-server-demo
简单的 MCP Server 示例项目
mcp-server-demo
mcp-server-devops
mcp-server-diary
mcp-server-dice-parser
MCP Server for dice notation parsing
mcp-server-dotnet
Aplicação .Net com Mcp Server
mcp-server-dotnet
mcp-server-dotnet
mcp-server-dotnet-bimengine
mcp-server-drupal
TS based companion MCP server for the Drupal MCP module that works with the STDIO transport.
mcp-server-echart
基于 mcp-go 框架构建的 mcp 服务,它提供了一个能动态生成 ECharts 图表页面的工具。
mcp-server-echo
Simple mcp-server that can be used as a template
mcp-server-ecosystem
MCP 服务器生态系统:计算器 MCP Server + MCP 代理 + 大模型代理
mcp-server-esignatures
MCP server for eSignatures (https://esignatures.com)
mcp-server-example
mcp-server-example
mcp-server-example
mcp-server-example
a mcp server sample
mcp-server-example
mcp-server-example
mcp-server-examples
MCP Examples for AutoDev
mcp-server-experiment
mcp-server-factory
mcp-server-fear-greed
An MCP server for mcp-server-fear-greed
mcp-server-flomo-go
mcp-server-for-revit-python
mcp-server-fred
mcp-server-generic
mcp-server-go
A simple MCP server implementation written in Go
mcp-server-go
MCP Server GO
mcp-server-go
mcp-server-go
Example of MCP server
mcp-server-go
Example implementation of MCP Server in Go
mcp-server-go
Understanding MCP SERVER (Go)
mcp-server-go
mcp-server-go-kali
mcp-server-go-test
mcp-server-golang-poc
POC for mcp server in Golang
mcp-server-gradle
mcp-server-hand
mcp-server-hello-world
mcp-server-homeassitant
mcp-server-hub
mcp-server-integration
mcp-server-ipinfo
IP Geolocation Server for MCP
mcp-server-java
mcp-server-java
mcp-server-java
mcp工具
mcp-server-java
mcp-server-java
mcp-server-java
mcp-server-java
mcp-server-java-remote
mcp-server-javaone
mcp-server-jdd
MCP server for JDD 2025
mcp-server-jina-java
对接jina reader api的mcp服务器
mcp-server-juejin
mcp-server-juejin
mcp-server-kakao-map
kakao map mcp server
mcp-server-kickstart
mcp-server-lab
mcp-server-learning
mcp-server-leraning
mcp server learning
mcp-server-lite
mcp-server-make
mcp-server-microsoft-graph
mcp-server-middleware
mcp-server-misp
MCP Server for MISP
mcp-server-mock
mcp-server-movements
MCP server for api-movements
mcp-server-mteam
mcp-server-mteam is a FastMCP-based MCP
mcp-server-multiverse
A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.
mcp-server-nationalparks
mcp-server-openmeteo
MCP Server for OpenMeteo
mcp-server-operator
mcp-server-perplexity
mcp-server-play-sound
mcp-server-playground
Experimenting with MCP server
mcp-server-poc
mcp-server-poc
mcp-server-prototype
mcp-server-proxy
Converts MCP protocol's SSE transport layer to a standard HTTP request/response.
mcp-server-public
mcp-server-python
Inkeep MCP Server
mcp-server-qq
自定义MCP server
mcp-server-quarkus
Quarkus based MCP to get weather info
mcp-server-r-counter
A MCP Server Counting Number of r's for a Given Query
mcp-server-rc
mcp-server-rc
mcp-server-redmine
MCP server for Redmine
mcp-server-remote
mcp-server-repomix
mcp-server-rs-exploration
Learning MCP in Rust
mcp-server-rs-template
mcp-server-rust
mcp-server-rust
mcp-server-rust
mcp-server-rust
mcp-server-sample
mcp-server-sample
mcp-server-sample
mcp-server-sample
mcp-server-sample
mcp-server-sample
mcp-server-sample
MCP Server in C# .NET
mcp-server-sdk
开发插件工具包
mcp-server-service
mcp-server-shop
GO MCP Server
mcp-server-shortcut
The MCP server for Shortcut
mcp-server-splunk
MCP server for Splunk
mcp-server-spring-java
MCP Server using Spring Boot Java
mcp-server-spring-java
mcp-server-springboot
mcp-server-ssh
mcp-server-stdio
mcp-server-stdio
mcp-server-stdio
Example MCP Server stdio
mcp-server-stdio
My First MCP Server
mcp-server-stdio
mcp-server-stdio-sample
mcp-server-steam
MCP Server for interacting with Steam
mcp-server-store
mcp-server-template
mcp-server-template
mcp-server-template
mcp-server-template
A production(ish) ready template for spinning up an MCP server
mcp-server-template-rust
MCP Server Template written in Rust.
mcp-server-test
MCP Server Test Repository
mcp-server-test
mcp-server-test
mcp-server-test
mcp-server-test
mcp-server-test
mcp-server-test
mcp-server-test
mcp-server-test
A quick test repo set up by Buddy!
mcp-server-test
mcp功能学习
mcp-server-text-analyzer
Basic PoC MCP server written in rust
mcp-server-thehive
MCP Server for TheHive
mcp-server-time
mcp-server-tutorial
Sample mcp server tutorial
mcp-server-tutorial
mcp-server-wazuh
mcp-server-weather
A simple mcp-server for demo purposes
mcp-server-weather
mcp-server-weather
mcp-server-weather
mcp-server-weixin
mcp-server-weixin
mcp-server-weixin
微信发送模板消息mcp服务
mcp-server-weixin
mcp-server-weixin
mcp-server-weixin
mcp-server-weixin
mcp-server-weread
mcp-server-weread
微信读书MCP
mcp-server-whatsapp
mcp-server-win32-registry
Locally Hosted MCP Server For the Windows Registry
mcp-server-yugioh
Wrapper MCP Server de YGOPRODeck API
mcp-server-zookeeper
MCP server for ZooKeeper
mcp-server1
mcp-server2
see java
mcp-server2
mcp-server3
mcp-servers
mcp-servers
mcp servers
mcp-servers
MCP Servers
mcp-servers
mcp-servers
mcp servers on Function Compute
mcp-servers
mcp-servers
MCP servers for Java environment.
mcp-servers
mcp-servers
To learn, explore and develop MCP servers.
mcp-servers
mcp servers
mcp-servers
mcp-servers
mcp-servers
mcp-servers
mcp-servers-demo
mcp-servers-in-dotnet
mcp-servers-registry
Repository holding sources for all mcp-servers managed by Acuvity
mcp-servers-rust
mcp-signer
MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed
mcp-simple-server
A simple server, which I worked on during online courses
mcp-simple-server-go
mcp-snapshot-server
mcp-snippets-server
mcp-spring-server
mcp-springboot-server
mcp-sse
MCP Server SSE Impl
mcp-sse-server
mcp-stdio-server-with-error-response
mcp-stido-server
mcp-svakom-samneo
MCP Server for controlling SVAKOM SAM NEO, a Buttplug compatible masturbator
mcp-swiftie-server
mcp server in golang {swiftieintech edition}
mcp-system-server
mcp-test-server
mcp-test-servers
mcp-time
Time MCP server via HTTP
mcp-time-server-rust
mcp-time-server-with-benchmark
mcp-tts-voicevox
VOICEVOX MCP Server (MCP Apps対応)
mcp-unity-server
mcp-vegalite-server
mcp-weather-server
An MCP server for weather information.
mcp-weather-server
An MCP server for weather information.
mcp-weather-server
mcp-weather-server
mcp-weather-server
mcp-weather-server
MCP server over National Weather Service APIs
mcp-weather-server
MCP Weather Server
mcp-weather-stdio-server
mcp-web-server
mcp-webmvc-server
mcp-webpublication-server
MCP Webpublication Server
mcp-workshop-01-first-server
mcp-xid-server
mcp-yolo
An MCP server providing zero-shot object detection and segmentation using Ultralytics YOLOE.
mcp2py
Turn any MCP server into a Python module
mcpServer
mcpServer
工具项目
mcpServer
mcpServer
mcpServer
mcp服务
mcpServer
mcpServer
mcpServer1
mcpServer2
mcpServerDemo
mcpSseServer
一个mcp sse server
mcp_Server
Trying out new MCP server feature using spring boot
mcp_auto_register
Automate the registration of functions and classes from a python package into a FastMCP instance.
mcp_demo
这个仓库是一个基于 FastAPI 与 FastMCP 构建的 KPI Dashboard 智能体服务,支持数据获取与分析功能。通过本地 API 提供 KPI 数据,并借助 MCP 实现智能对话式查询与可视化分析,适用于企业运营监控场景。
mcp_example
fastmcp demo
mcp_fastmcp
mcp_forge
这是一个专为开发企业级MCP server而设计的通用开发框架
mcp_ha_xiaozhi
小智官方服务器(虾哥)对接home assistant的mcp server
mcp_hello
My first FastMCP with python
mcp_server
FastMCP Server Boilerplate
mcp_server
mcp_server
mcp_server
mcp_server
mcp_server
mcp_server
My own custom collection of homegrown MCP servers written in Go for my own use cases. Enjoy!
mcp_server
mcp_server
mcp_server4j
mcp_server_demo
mcp_server_dummy
mcp_server_example
mcp_server_expense_tracker
MCP Server ExpenseTracker is a FastMCP-based modular server for tracking and analyzing expenses.
mcp_server_go
mcp_server_go
mcp_server_intg
mcp_server_java
mcp_server_remote
mcp_server_ros_2
View ROS 2 nodes and topics, and call services and actions via MCP
mcp_server_stdio
mcp_server_study
mcp_servers
mcpadvisor
MCP Advisor & Installation - Use the right MCP server for your needs
mcpdirect-community-server
mcpe-server
mcpelauncher-server
The Minecraft: Bedrock Edition server launcher
mcpkg-server
The mcpkg server. (abandoned for now)
mcpo-simple-server
MCP Calling Servere via SSE and OpenAPI
mcpso
directory for Awesome MCP Servers
mcpsq
MCP^2 (mcpsq.xyz) is an open-sourced MCP Server of MCP Servers
mcsrv-mcp-server
md2card-mcp-server
md2card-mcp-server
medusa-mcp
MCP server for Medusa JS SDK
meitre-mcp
MCP server for Meitre restaurant reservations.
memgraph-mcp-server
meminal
Memory for deep conversational context across any platform
memory-mcp-server
memory_mcp_server_go
metabase-mcp-server
metersphere-mcp-server
metoro-mcp-server
Metoro MCP Server
mgc-mcp-server
microservices-mcp-servers
MCP server in .NET C#
miduconf-mcp
🚀 Mi demos de la Miduconf 2025 👾
miguelgarzons-mcp-cun
Greet people by name with friendly, personalized messages. Add a warm touch to onboarding, demos,…
mikrotik
MCP server for MikroTik RouterOS API
milindh-mcp-server
mindmap-mcp-server
mindmap, mcp server, artifact
minecraft-mcp
MCP server for minecraft
miniorange-fastmcp
minoa
Automate business cases, articulate customer outcomes & analyze your value-selling motion with Minoa
mintclub
Trade bonding curve tokens on Base via Mint Club V2 — buy, sell, swap, create
miot-mcp
基于 MijiaAPI 的米家设备智能控制代理,提供标准化的 MCP 服务,支持动态设备发现、属性读写和动作调用
mistral-ocr-mcp
MCP Server Showcasing How to Use mistral Document OCR functionality
mnemosyne-mcp-server
mockd
Multi-protocol API mock server: HTTP, GraphQL, gRPC, WebSocket, MQTT, SSE, SOAP.
modes-mcp-server
MCP server for managing Roo's custom operational modes
momentum-mcp-server
moon-phases-quarkus-mcp-sse-server
Moon phases MCP server, using Server-Sent Events, implemented in Java with the Quarkus framework
motaword-mcp
MotaWord MCP Server for professional and certified translations and localization
motorboy1-my-mcp-server
Send friendly greetings by name. Discover the origin story of 'Hello, World' for quick context.
movie-mcp-server
Info About Movies
mowen-mcp-server
mp-writer-mcp-server
mpd-mcp-server
mrugankpednekar-bill_splitter_mcp
Track and split shared expenses across trips, events, and groups. Create groups, add expenses, and…
muc-mcp-server
MCP Server for MUC Public Transport
mud-mcp
MUD MCP Stateful Server
multi-mcp
An MCP server that proxies multiple MCP servers.
multi-mcp-server
muppet
MCP Servers SDK for TypeScript
music-mcp-server
must-gather-mcp-server
my-csharp-mcp-server
my-fastmcp-server
the test of fastmcp-server
my-first-mcp-server
my-mcp-server
fastmcp practice
my-mcp-server
my-mcp-server
my-mcp-server
my-mcp-server
my-mcp-server
my-mcp-server
MCP Server scaffold based on FastMCP & Python
my-monkey-app-mcp-server
My Monkey App MCP Server
my-weatherstation-mcpserver-example
fastmcp example server
myMcpServer
自定义的MCP服务demo
mybudget-mcp-server
Simple MCP server for MyBudget application
myssl-mcp-server-go
MySSL MCP Server
mythic_mcp
A simple POC to expose Mythic as a MCP server
n8n-mcp-server-rust
An MCP server that can use n8n.
nacos-mcp-server
一款与 Nacos交互和自动化而设计的 MCP Server。它允许用户使用大模型搜索和读取 Nacos 集群中与命名空间、服务、配置和节点相关的信息。
nakama-mcp-server
nanobanana-api-mcp
Nano Banana 🍌 API MCP server
nationality-prediction-mcp-server
Very simple, not much to it
nature-remo-mcp-server
MCP Server for the Nature Remo API.
neil-mcp-server
nestjs-mcp-server
new-mcp-server
news-mcp-server
nfl_fastmcp
nfreconfig-mcp-server
nickthelegend-test-mcp
Create friendly, personalized greetings in seconds. Toggle Pirate Mode to speak like a pirate for…
nifi_mcp_server
niuyin-mcp-server
芝士学爆mcp服务
nix-mcp-server
no-as-a-service
1000+ creative ways to say no. Polite, humorous, professional rejection responses.
nodejsmcp
A Forgejo MCP Server
norm-mcp
Statistical baselines — check if values are normal or anomalous for a given category.
nytimes-mcp
FastMCP Server for the NYTimes API
obs-mcp
An MCP server for OBS
ocp-mcp-server
odoo-mcp-server
MVP
oeis-mcp-server-rs
Rust implementation of the OEIS MCP server
office-mcp-server
Office MCP Server
ohm-mcp
AST-based Python refactoring MCP server with safe automated refactorings and rollback
oilpriceapi
Real-time oil, gas, and commodity prices for Brent, WTI, natural gas, and 40+ commodities.
okk-mcp-server-csdn
omni-fastmcp
omni-lpr
An MCP server for automatic license plate recognition
omy-mcp-server
mcp服务
oob-probe-mcp-server
oosa-mcp-server
open-docs-mcp
An open-source MCP implementation providing document management functionality
open-feishu-mcp-server
open-mcp-server
open_api_to_mcp_server
openapi-diff-mcp-server
openapi-mcp-server
openapi-mcp-server
MCP server for OpenAPI v3 specs
openapi-mcp-server
openapi-mcp-server
把使用openapi作为接口文档的用springboot构建的web应用转成mcp server
openapi-mcp-server
openapi-to-mcp-server
opencage-geocoding-mcp
MCP server for OpenCage geocoding API
opendock
MCP for the Opendock Neutron API.
openrgb-mcp-server
openshift-mcp-server
openstack-mcp-server
openweather-mcp-server
openwrt-mcp-server
operations-mcp-server
An Enterprise Operations Assistant Built on MCP with Java and Spring Boot
opius-fastmcp
FastMCP Opius Server
ops-mcp-server
oracle-link
Oracle MCP Query Server (Node.js) - Read-only SELECT via MCP
oracle-mcp-server
osm-tagging-schema-mcp
MCP server for querying and validating OpenStreetMap tags
otelcol-mcp
The OTEL MCP Server
oura-mcp
An MCP server for oura
oura-mcp-server
MCP server for Oura API integration
outline-mcp-rs
Outline knowledge base MCP Server
outline-mcp-server
outlook-mcp-server
owl-mcp-server
p4mcp-server
Perforce P4 MCP Server is a MCP server that integrates with the Perforce P4 version control system.
pahangkrisdyan-mcp-server
Pahangkrisdyan's MCP Server
parinfer-mcp-server
parsey-mcparseface-server
[Archive] A simple Python Flask app to run Parsey McParseface.
pasardana-mcp-server
payara-mcp-server
pb_mcp_server
perplexica-mcp
MCP server for Perplexica
perplexity-ask-openrouter
The Perplexity Ask MCP Server use OpenRouter
person-mcp-server
pg_mcp_server
photographi-mcp
Visual Intelligence Command Center: A Local Computer Vision Engine for Photo Libraries
pihole-mcp-server
MCP Server for Pi-hole in Java
pinescript-mcp-server
pingone-mcp-server
An MCP Server for PingOne's management APIs
plactice_mcp_server
plane-mcp-server
platform-context-exporter
Инструмент для выгрузки синтаксис помощника в файлы
plausible-mcp
MCP for interacting with the Plausible API
pluggedin-mcp
Plugged.in MCP Server manages all your other MCPs in one MCP.
poc-fastmcp
FastMCPについて検証する
poc-mcp-server
pocketbase-fastmcp
poe-proxy-mcp
A FastMCP v2 server that proxies the Poe.com API, supporting both STDIO and SSE transports
pokemon-mcp-server
MCP example in rust
polymarket-mcp
MCP Server for PolyMarket API
portfolio-mcp-server
portkey-mcp-server
MCP Server for Portkey
pos-mcp-server
pos-mcp-server
powerpoint
A MCP Server for creating Powerpoint Presentations
presentation-mcp-server
product_mcp_server
producthunt-mcp-server
products-mcp-server
propresenter-mcp
ProPresenter 7 MCP server
protected-mcp-server-demo
protobuf-mcp-server
prover
Lean 4 MCP server: compile, prove theorems, and formalize math with Mathlib.
proxmox-mcp-server
Proxmox MCP Server
proxypin-mcp-server
自动化流量分析 mcp 工具
psquare
MCP server for ParentSquare school-parent communication platform
psychic-parakeet
A FastMCP
pubmearch
A PubMed MCP server.
pubmed-mcp-server
pubmed mcp server
pulsar-mcp-server
MCP Server For Apache Pulsar
pyATS_MCP
An MCP Server for pyATS (experimental)
pylon-mcp
MCP server for Pylon customer support platform
python-alfresco-mcp-server
Python based MCP Server for Alfresco using python-alfresco-api and FastMCP 2.0
python-fastmcp-101
First pass at FastMCP server
python-mcp
fastap_mcp, fastmcp
python-mcp-server
Just a study with fastmcp
python-mcp-server
python-mcp-server-template
Production-ready Python MCP server template using FastMCP framework
python-openstackmcp-server
openstack mcp server
python_awvs_server
是一个基于 Python 的异步工具,旨在通过 Acunetix API 自动化 Web 应用程序的安全扫描流程。它利用 FastMCP 框架构建,提供了一系列功能强大的工具,用于管理扫描目标、启动扫描任务、生成报告以及获取扫描结果等
python_mcp_server
A mcp server created using fastmcp to implement pandas functionality
qiniu-mcp-server
quarkus-mcp-server
quarkus-mcp-server
Simple quarkus mcp server
quarkus-mcp-server-oidc-proxy
quarkus-mcp-server-poc
quasar-mcp-server
quasar MCP server
quay-mcp-server
MCP server for Quay
quickbooks-mcp
MCP server for QuickBooks Online API integration
qweather-mcp
a qweather mcp server
radare2-mcp
MCP stdio server for radare2
rancher-mcp-server
random-number-mcp
Essential random number generation utilities from the Python standard library
rcon-mcp-server
reachy-mini-mcp
An MCP to control Reachy Mini server or sim
real-weather-mcp-server
really-dumb-mcp-server
Just a really dumb MCP server to testing / tinkering purposes
redmine-mcp-server
release-mcp-server
releasecontroller-mcp-server
MCP server for the OKD release controller
remote-fastmcp-server
Reference implementation in Python with usage examples
remote-mcp
This is a MCP service that can be remotely called, built on FastMCP.
remote-mcp-server
Coupler.io remote MCP server
remote-mcp-server-dotnet
The example of MCP server.
replicated-mcp-server
reportportal-mcp-server
MCP server for ReportPortal
rescuetime-mcp
MCP interface to the rescuetime API
rest-mcp-server
A java package to automatically setup your spring boot REST controllers as an MCP server
review-mcp-server
reza-fastmcp
rig-mcp-server
Rig MCP Server Example (April 7, 2025)
rime
An MCP server for NixOS users.
risingwave-mcp
RisingWave MCP Server
rlang-mcp-server
rmcp
R MCP Server
roblox-mcp-server
Roblox MCP Server (FastMCP)
robot-mcp-server
ros-mcp
MCP server for ROS to control robots via topics, services, and actions.
ros2-mcp-server
rosa-mcp-server
rust-docs-mcp-server
rust-mcp-sdk-server.archetype
rust-mcp-server
rust-mcp-server
rust-mcp-server
rust-mcp-servers
rust_mcp_server_example
A simple Rust MCP server example.
rustdoc-mcp-server
Rustdoc MCP server
rustypaste-mcp
An MCP server that wraps the rustypaste API
ruv-swarm
Neural network swarm orchestration with WebAssembly acceleration and MCP integration
safecast-mcp-server
sagemcp
Multi-tenant MCP Server Platform
sample-mcp-config-server
sample-mcp-server
sample-mcp-server
A simple example of MCP server.
sample-mcp-server
sample mcp server
sample-mcp-server-sse
sample-mcp-server-sse
sample-mcp-server-stdio
sample-mcp-server-stdio
sample_mcp_server
sampledotnetmcpserver
Sample .NET MCP Server
sap-bp-mcp-server
sb-mcp-server
A MCP server built on top of Springboot
screen-buffer-mcp
MCP server for fast Android screenshots via scrcpy frame buffer (~50ms latency).
screenshot-mcp-server
scrimba-teaching-mcp
Unified MCP for Scrimba's interactive programming education with visual learning
sdkman-mcp-server
sdlc-mcp-server
searxng-mcp-server
secure-mcp-server
secure-privacy-mcp
An MCP server that automatically integrate GDPR-compliant cookie consent banners into websites
securing-mcp-servers
Support for MCP Servers talk
sefaria-mcp
FastMCP Server for Sefaria
self-awareness-game
Play self-awareness scenarios across 7 levels. 6,800+ coaching scenarios via MCP.
seq-mcp-server
Advanced Seq Mcp Server
serial-mcp-server
A comprehensive MCP server for serial port communication
serpstat-mcp-server-java
MCP server to use with Serpstat Public API
server
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
server-hyperliquid
MCP Hyperliquid (https://app.hyperliquid.xyz) server
server-mcp
server-wp-mcp
service-manager-istio-mcp-server
servicenow-api
ServiceNow MCP Server and API Wrapper
servicenow-mcp
MCP Server for ServiceNow
shadcn-ui-mcp-server
MCP server for shadcn/ui component references
share-best-mcp
世界上最好的MCP Servers的列表,The best mcp servers in the world.
ship24-tracking
Track any parcel by tracking number — real-time status, event history, and carrier detection.
shipment-tracker-mcp-server
shipwright-mcp-server
shopping_mcp_server
shoumikdc-arxiv-mcp
Discover the latest arXiv papers by category and keyword. Control how many results you get to spee…
signoz-mcp-server
signoz-mcp-server
simap-mcp
MCP server for SIMAP.ch - Swiss public procurement platform
simple-fastmcp-example
Simple FastMCP example
simple-fastmcp-server
simple-fastmcp-server
simple-mcp-server
simple-mcp-server
a simple MCP server written in Rust
simple-mcp-server
simple-mcp-server
simple-mcp-server
Java Spring Boot simple MCP server implementation
simple-tempo-mcp-server
simple_mcp_server
simulator-mcp-server
sjtu-mcp-server
skeleton-mcp-server
skopeo-mcp-server
MCP server that runs skopeo
sleeper-mcp-server
slhad-aha-mcp
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
sling-org-apache-sling-mcp-server
Apache Sling MCP Server
smartDoc_mcpServer
smartling-mcp-server
Smartling MCP Server
smithery-fastmcp-example
solana-mcp-server
MCP server for all solana actions
solana-mcp-server
solana mcp sever to enable solana rpc methods
solana-mcp-server
solr-mcp-server
MCP server for Apache Solr integration
sora-fastmcp
spine2d-animation-mcp
MCP server for creating SPINE2D animations
splitwise-mcp-server
splunk-fastmcp
spotify-mcp-server
Lightweight MCP server for Spotify
spring-boot-mcp-server
Spring Boot based MCP server
spring-boot-mcp-server
spring-boot-mcp-server
Create an mcp server in sprint-boot
spring-boot-mcp-server
spring-boot-mcp-server-example
一个简单的spring-boot-mcp-server示例
spring-boot-mcp-server-example
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
Spring MCP Server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
spring-mcp-server
Spring-mcp-server
spring-mcp-server-sample
MCP Server Sample
springboot-mcp-server
springboot-mcp-server
SpringBoot RestFul接口改造为MCP智能服务基础框架-服务端
springboot-mcp-server
springboot-mcp-server
sse-mcp-server
sse-mcp-server
sse-mcp-server
Sample sse mcp server with springboot
ssh-mcp
fastmcp based ssh mcp server
ssh-mcp-server
ssh-mcp-server
A powerful SSH/SFTP MCP server with multi-instance support and intelligent configuration discovery
ssh-mcp-server
基于 SSH 的 MCP 服务器 🧙♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙♀️. It has been included in the community MCP repository 🎉.
ssh-mcp-server
MCP Server enable SSH control for Linux servers
standalone-mcp-server
statuscast-mcp-server
stitchlab-fastmcp
strava-mcp
MCP server for accessing Strava API
strava-mcp-server
MCP server for Strava API integration
student-management-mcp-server
一个符合MCP标准的学生管理服务器
subm-mcp-server
Submariner MCP Server
superset-fastmcp
Superset FastMCP Server
sv2-mcp-server
swagger-mcp
Swagger to MCP server
swat-mcp-server
swedish-law-mcp
Query 750+ Swedish statutes, EU cross-references, case law, and preparatory works
swift-version-mcp
swiss-ephemeris-mcp-server
Swiss Ephemeris MCP Server
swiss-health-mcp
Swiss health insurance premiums (Krankenkassen-Prämien) 2016-2026. 1.6M records from BAG.
switch-bot-mcp-server
SwitchBot MCP Server
sympy-mcp
A MCP server for symbolic manipulation of mathematical expressions
tagesschau-mcp-server
It's an MCP server for tagesschau.de
talos-mcp-server
Talos Linux MCP server
taroify-mcp
Taroify MCP 是一项独立的 MCP(模型上下文协议)服务,旨在将 Taroify 与大模型连接起来。它使大模型能够直接从文档中检索组件、API数据。
tas-mcp-servers
Supported MCP servers
tax-mcp-server
tazapay-mcp-server
Tazapay MCP Server
tekton-results-mcp-server
MCP Server for Tekton Results
teleport-mcp-server
temporal-mcp-server
temporary-mcp-server
tencent-add-article-mcp-server
腾讯云开发者社区 MCP 服务器 - 基于 Spring Boot 的 MCP 服务实现,专门用于与腾讯云开发者社区进行交互,支持发布文章等功能
tendem-mcp
Tendem MCP server
test-fastmcp
test-mcp
Simple MCP server for testing purposes.
test-mcp-golang-server
test-mcp-server
test-mcp-server
Alpic Test MCP Server - great server!
test-mcp-server
test for mcp server
test-mcp-server
test_fastmcp
test_fastmcp
test_mcp_server
MCP server for test
testdino-mcp
A MCP server for TestDino
testeServerMcp
testing_repo
An MCP server that created for demo
tfl-mcp-server
things-mcp
Things.app MCP Server
think-mcp
MCP Server for reasoning
think-mcp-server
ticktick-mcp
MCP server that interacts with TickTick (Dida 365) via the TickTick Open API
time-mcp
Simple MCP server that tells the time
time-mcp-server
MCP server for timezone conversions and time queries with support for IANA timezones
times_esa_mcp_server
tma-mcp-server
tmux-mcp-server
tomcp
Turn any website or doc into an MCP server
tony-mcp-server-csdn
tooner
MCP proxy that reduces token usage via TOON format
topdesk-mcp-repro-bug
Bug repro for fastmcp
touch-mcp-server
touchdesigner-mcp-server
MCP server for TouchDesigner
trip-mcp-server
trip mcp-server
tripgo-mcp-server
MCP server for TripGo's multi-modal routing
tririga-mcp-server
trpc-mcp
Serve tRPC routes as an MCP server
trustmrr-mcp
TrustMRR MCP Server
tsrs-mcp-server
tushare rust mcp server
tuvi-mcp
Tử Vi MCP server
typefully-mcp-server
MCP server for Typefully service
typespec-mcp
Create an MCP Server for your API using the TypeSpec MCP Server
u-os-mcp-server
uber-eats-mcp-server
unblocked-mcp
Unblocked MCP Server
undo-mcp
Reversibility intelligence — check if actions can be undone before executing them.
uniswap-mcp-server
unity-mcp-server
Unity MCP server implementation
unity-mcp-server
unity-mcp-server
Union ♾️ - The Unity MCP Server
unity-mcp-server
unleash-mcp
MCP server for managing Unleash feature flags
unmeshed-mcp-server
MCP Server to communicate with Unmeshed Orchestration Platform
unreal-analyzer-mcp
MCP server for Unreal Engine 5
unsplash-mcp-server
java version unsplash mcp server
unsplash-mcp-server
unsplash-mcp-server-go
a Swift implementation of hellokaton/unsplash-mcp-server, with additional features like get_photo and random_photo
utd-courses-mcp-server
utong_MCP_Server
vagrant-mcp-server
vancouver
Simple MCP server library for Elixir.
vc-module-mcp-server
MCP Server Module
vectara-mcp
Open source MCP server for Vectara
verify-mcp-server
verihubs-mcp-server
MCP Server for Verihubs' services
virustotal-rs
Rust SDK for VirusTotal API v3
viso-mcp-server
vmSexed-mcp-server
性教育内容mcp服务
vmware-mcp
MCP server for controlling VMware Workstation Pro virtual machines
vmware-mcp-servers
MCP servers for VMware products (vCenter, ESXi, NSX, Aria). Go + govmomi.
vocab-mcp-server
voice-call-mcp-server
volatility-mcp
This repo hosts an MCP server for volatility3.x
volcengine
ByteDance Volcano Engine (Doubao) MCP server
vuln-mcp-server
vulners-mcp
MCP server for the Vulners.com API
vultr-dns-mcp
FastMCP Server For Vultr DNS API
wallex_mcp_server
wazuh-mcp-server
weather
An MCP server for weather information.
weather
An MCP server for weather information.
weather
An MCP server for weather information.
weather
MCP weather server for Windows tutorial
weather
An MCP server for weather information.
weather
An MCP server for weather information.
weather
An MCP server for weather information.
weather-app-fastmcp-
weather-mcp
A simple MCP server for getting weather information.
weather-mcp-demo
FastMCP demo
weather-mcp-server
test weather mcp server
weather-mcp-server
A simple minimal weather mcp server :)
weather-mcp-server
Real Weather MCP Server using .NET and OpenWeatherMap API
weather-mcp-server
A MCP server exposing NOAA and Open Meteo api calls
weather-mcp-server
weather-mcp-server
weather-mcp-server
weather-mcp-server
weather-mcp-server
Hello world example
weather-mcp-server
Very minimal, very useful
weather-mcp-server
MCP Server for weather api with C#
weather-mcp-server
weather-mcp-server
天气查询 mcp
weather-mcp-server
Basic HTP MCP Server without Spring Boot
weather-mcp-server
weather-mcp-server
weather-mcp-server
A robust Weather MCP Server in TypeScript
weather-mcp-server-java
A simple weather MCP server implementation in Java
weather-mcp-server-practice
Learning MCP repository
weather_mcp_server
webcomponents-mcp-server
MCP server for UI5 Web Components development assistance
wecom-bot-mcp-server
wei-server-mcp
mcp server
welcome-text-generator-mcp
MCP Server für automatische Generierung professioneller Willkommenstexte für neue Mitarbeiter
wen-fastmcp
Fastmcp service
whisper-mcp-server
widgets-mcp-server
winccoa-ae-js-mcpserver
WinCC OA MCP Server
windows-performance-mcp-server
wof-utilization-mcp-server
A mcp server that knows the current utilization of WOF gyms
word_doc_MCP_Server
wordle-mcp-server-sample
wordly-mcp-app
MCP app for interactive text rewriting and grammar improvement visualization
work-mcp-server
work-mcp-server
workshops
MCP server for Monika Skorykow workshops - browse prices and promotions
worldanvil-mcp-server
wsl-mcp-server
wweb-mcp
WhatsApp Web MCP Server
x-mcp-server
xiaozhi_mcp_server_golang
使用golang实现mcp server通过websocket连接到xiaozhi服务器
xz-mcp-server
yandex-tracker-mcp
MCP server for Yandex Tracker API.
yapi-mcp-server
YApi MCP Server
yapi-mcp-server
ynab-mcp-server
ynab-mcpb
MCP server for YNAB (You Need A Budget) — budgets, accounts, transactions, categories
yokatlas-mcp
MCP Server for YOK Atlas
yop-mcp-server
yt-mcp-server
yuque-mcp
本项目基于 FastMCP 框架,提供一个专门用于管理语雀知识库的 MCP 服务器。 该服务器支持自动识别并创建知识库分组,创建或更新文档,获取文档详情、文档列表及完整知识库目录,支持分页查询与结构化数据返回。 所有操作均基于语雀官方 API 实现。
zed-mcp-server-atexplore
MCP server for exploring and interacting with the AT Protocol ecosystem
zed-mcp-server-markitdown
MarkItDown MCP Server for Zed
zed-mcp-server-paper
zed-mcp-server-relytone
zellij-mcp-server
zerodha-mcp
Mcp server to connect with zerodha's kite trade apis
zl-mcp-server
zootycoon-basic-mcp-server
zopen-mcp-server
An MCP server for zopen
zopen-mcp-server
An MCP server for zopen
zotero-library-mcp
Add papers and books to Zotero by DOI, arXiv ID, or ISBN and manage your library
zsun_mcp
轻松对接小智服务端的mcp框架,基于fastmcp
zw-mcp-server
不動産情報サービス MCP
国土交通省の不動産情報ライブラリから不動産価格データを取得するためのサービスです。
不動産情報検索・分析 MCP
中小企業庁が公開している公共調達情報を検索するためのサービスです。