📊

Analytics MCP Servers

435 servers available

Data analytics, monitoring, and observability

📊

Google Analytics

by googleanalytics

LocalFeaturedOfficial

Query Google Analytics 4 data via MCP. Analyze traffic, user behavior, conversions, and audience segments using GA4's reporting API.

📊

Google Search Console

by search-console-mcp

LocalFeatured

Query Search Console data via MCP. Analyze keyword rankings, click-through rates, crawl errors, and index coverage. Monitor SEO performance across your sites.

📋

Google Sheets MCP Server

by xing5

LocalFeatured

Google Sheets MCP Server (mcp-google-sheets by xing5, 900+ GitHub stars) is a Python-based bridge between MCP clients like Claude Desktop and the Google Sheets and Drive APIs, offering 19 tools covering the full spreadsheet workflow — creating and listing spreadsheets, reading and writing cell ranges, batch-updating multiple ranges at once, managing individual sheets within a workbook, applying cell formatting, and sharing files via Drive permissions. Authentication supports both Service Accounts (the recommended path for automated or headless agent workflows, configured with SERVICE_ACCOUNT_PATH and DRIVE_FOLDER_ID) and standard OAuth 2.0 for interactive per-user setups. The server runs via uvx with zero manual installation — uvx mcp-google-sheets@latest downloads and launches the latest version on demand, and using the @latest tag is recommended so bug fixes and new tools arrive automatically rather than running a stale cached build. Tool filtering via --include-tools or the ENABLED_TOOLS environment variable lets you expose only the operations a given agent needs, trimming context usage from the full ~13K-token toolset. This is the go-to integration for turning "pull last week's numbers into a new tab and format it as a table" or "update row 42 in the budget sheet" into a single conversational request instead of manual spreadsheet editing, and pairs naturally with Google Drive MCP for agents that need to locate a spreadsheet before editing it.

🗄️

ClickHouse

by ClickHouse

LocalOfficial

Query your ClickHouse database server for analytics workloads.

🔧

Sentry MCP Server

by Sentry

Auth requiredOfficial

The Sentry MCP Server is Sentry's official Model Context Protocol integration, purpose-built for human-in-the-loop coding agents like Claude Code, Cursor, and Windsurf. Rather than exposing every Sentry API endpoint, it focuses tightly on developer debugging workflows: searching and triaging issues, pulling stack traces and event details, inspecting performance traces, and querying project/team/org metadata in natural language. The primary deployment is a hosted remote MCP server at mcp.sentry.dev, built on Cloudflare's remote-MCP infrastructure, so most users connect with zero local setup — just add the remote URL to their client. For self-hosted Sentry instances or local development, a stdio transport is also available via npx @sentry/mcp-server, authenticated with a Sentry User Auth Token scoped to org:read, project:read, project:write, team:read, team:write, and event:write. AI-powered search tools (search_events, search_issues) translate natural-language queries into Sentry's query syntax, but require a configured LLM provider (OpenAI, Azure OpenAI, Anthropic, or OpenRouter) — all other tools work without one. Claude Code users can also install it as a plugin (claude plugin install sentry-mcp@sentry-mcp) for automatic subagent delegation whenever a conversation touches Sentry errors, issues, or traces. This turns "why did this deploy break in production" into a direct conversational debugging session instead of tab-switching into the Sentry dashboard.

Checked 8d ago

📊

Datadog MCP Server

by Datadog

LocalOfficial

The Datadog MCP Server is Datadog's official Model Context Protocol integration that connects AI assistants directly to your Datadog observability platform — metrics, logs, APM traces, infrastructure, and monitors. Built and maintained by Datadog, the server uses your API and application keys to expose tools for querying live time-series metrics with full DQL expressions, searching log events with Datadog Log Management query syntax, retrieving distributed APM traces and service performance summaries, listing infrastructure hosts and their tags, and checking the status of Datadog monitors and downtime windows. This gives Claude real-time visibility into your production systems: ask "What's the p99 latency for the payments service over the last hour?" or "Find all ERROR-level logs from the auth service since the last deploy," and receive answers backed by live Datadog data rather than stale dashboards. Authentication requires a Datadog API key (DD_API_KEY) and an Application key (DD_APP_KEY) with appropriate scope — both available from Organization Settings > API Keys and Application Keys in the Datadog UI. Set DD_SITE to your Datadog region (e.g., datadoghq.com, datadoghq.eu, or us3.datadoghq.com). Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Especially powerful for SRE, DevOps, and on-call workflows where engineers need AI to correlate metrics, logs, and traces during incident response without context-switching away from their conversation.

📊

Grafana MCP Server

by Grafana Labs

LocalOfficial

The official Grafana MCP server connects Claude and other AI assistants directly to your Grafana instance and its surrounding observability ecosystem, turning natural-language questions into dashboard lookups, incident investigations, and datasource queries. Dashboard tools cover search, retrieval, JSONPath-scoped property extraction, patch-based editing, and per-panel query/datasource introspection, with context-window-aware helpers like get_dashboard_summary so an agent never has to pull a full multi-megabyte dashboard JSON just to answer a simple question. Query tools speak PromQL against Prometheus (including histogram-percentile helpers), LogQL against Loki, and native query languages for InfluxDB, ClickHouse, CloudWatch, Graphite, Athena, Snowflake, Elasticsearch/OpenSearch, and Quickwit datasources — most gated behind opt-in --enabled-tools flags to keep the default tool surface lean. It also wraps Grafana Incident for creating and updating incidents, Sift for automated error-pattern and slow-request investigations, full alerting CRUD (rules, contact points, notification policies) across Grafana-managed and external Alertmanager sources, Grafana OnCall schedule/shift/alert-group management, RBAC-gated admin tools for teams/users/roles, deeplink generation so the LLM never has to guess a dashboard URL, annotations, snapshots, PNG rendering via the Grafana Image Renderer, and provisioning-repo validation for git-sync workflows. Ships as a Go binary or via uvx, authenticates with a Grafana service account token (Editor role or granular RBAC scopes), and every tool category can be individually disabled to control context-window usage.

📊

Axiom

by Axiom

LocalOfficial

Query and analyze your Axiom logs, traces, and all other event data in natural language.

📊

Datadog RUM

by Datadog

LocalOfficial

Real User Monitoring data from Datadog.

📊

Mixpanel

by Mixpanel

LocalOfficial

Query and analyze your product analytics data through natural language.

📊

Amplitude

by Amplitude

LocalOfficial

Search, analyze, and query charts, dashboards, experiments, and feature flags.

📊

PostHog MCP Server

by PostHog

Auth requiredOfficial

The PostHog MCP Server is PostHog's official Model Context Protocol integration, giving AI assistants direct access to product analytics, feature flags, session replay, experiments, and error tracking without leaving the chat. It's hosted remotely at mcp.posthog.com (Streamable HTTP) and authenticated with a personal PostHog API key passed as a Bearer token — the quickest setup is `npx @posthog/wizard@latest mcp add`, which auto-configures Cursor, Claude, Claude Code, VS Code, or Zed in one command; manual setup adds an `mcp-remote` proxy entry with the `Authorization` header for clients without native remote-MCP support. Tools cover the full PostHog surface: creating and toggling feature flags with percentage rollouts and targeting rules, running trends/funnel/retention queries via `query-run`, inspecting session recordings, pulling error-tracking issues, and managing experiments — all scoped to the project tied to your API key. Typical use: ask Claude to "create a feature flag for the new checkout flow at 20% rollout" or "how many unique users signed up in the last 7 days, broken down by day?" and the assistant executes the query or mutation against your live PostHog project and returns formatted results. Originally shipped as the standalone PostHog/mcp repo (150+ stars), the server's source has since moved into the main PostHog monorepo under `services/mcp` but documentation and install instructions are unchanged.

Checked 8d ago

📊

Segment

by Segment (Twilio)

Local

Segment (Twilio Segment) does not currently ship a first-party Model Context Protocol server — repos claiming to be an "official Segment MCP" (like segmentio/mcp-server) don't actually exist, and no Twilio-published MCP package has shipped as of this writing. The closest authoritative reference is Segment's own actively-maintained analytics-next SDK (400+ stars), the JavaScript library that powers Segment's client- and server-side tracking calls (track, identify, page, group) across web and Node. In practice, teams that want an AI assistant to read or write Segment data build a thin MCP wrapper around Segment's public HTTP Tracking API using a per-source write key, exposing tools like track_event, identify_user, and group_account so an assistant can execute requests such as "log a purchase event for this user in Segment" or "identify this contact with these traits" without a human touching the dashboard. Segment's Engage and Unify APIs (audience management, profile lookups) are also reachable this way with a workspace access token. Until Twilio ships (or a well-maintained community project emerges for) a dedicated Segment MCP server, this entry points at the SDK repo that actually documents the underlying event schema and auth model any wrapper would need — update this entry if a real one ships.

🗄️

Snowflake MCP Server

by Snowflake

LocalOfficial

Snowflake now ships a first-party Snowflake-managed MCP server (Generally Available) that lets AI agents securely query Snowflake accounts over Streamable HTTP without deploying any local infrastructure — you configure it to expose Cortex Analyst, Cortex Search, and Cortex Agents as callable tools, plus custom tools and governed SQL execution, all through Snowflake's existing RBAC. It supports MCP revision 2025-11-25 and is documented under Snowflake AI & ML > Cortex Agents in the official docs. Before this hosted option shipped, Snowflake Labs published a community-maintained local server (Snowflake-Labs/mcp) covering Cortex Search/Analyst/Agents, object management, and SQL orchestration via a YAML service-configuration file and the Snowflake Python Connector for auth (username/password, key pair, OAuth, SSO, MFA) — that repo is now deprecated in favor of the managed server, though its docs remain useful for understanding the tool surface. For teams who want a self-hosted, read/write SQL-focused alternative instead of the managed offering, isaacwasserman/mcp-snowflake-server (community, 183+ stars) exposes read_query/write_query, schema-listing, and table-description tools via uvx, with an --allow-write flag gating destructive operations and a memo://insights resource that accumulates discovered data insights across a session.

🗄️

Databricks

by Databricks

LocalOfficial

Connect to data, AI tools & agents, and the rest of the Databricks platform using turnkey managed MCP servers.

🗄️

BigQuery MCP Server

by Google

LocalOfficial

Google's official BigQuery MCP integration ships as part of the MCP Toolbox for Databases (googleapis/mcp-toolbox, 15,800+ stars, formerly published under the genai-toolbox repo name before Google renamed it), a single Go-based server binary that speaks the Model Context Protocol for over a dozen Google Cloud and third-party databases. Rather than a BigQuery-only package, you run the shared toolbox binary with a `--prebuilt=bigquery` flag to instantly load BigQuery-specific tools — schema/table discovery (`list_dataset_ids`, `list_table_ids`, `get_table_info`), running arbitrary SQL via `execute_sql`, and dry-run query validation for cost estimation before executing — over stdio or as an HTTP/SSE server. The quickest install is `npx -y @toolbox-sdk/server --prebuilt=bigquery --stdio` in your MCP client config; it also ships as a downloadable binary and Docker image for teams that prefer not to run via npx. Authentication uses standard Google Cloud credential chains (Application Default Credentials, service account keys, or Workload Identity) rather than embedding a project-specific key. Toolbox also underlies Google's official SDKs for Python, JS/TS, Go, and Java, so the same server config can back both ad hoc AI-assistant queries ("show me the schema for the events table and the row count for last week") and production agent tools built with LangChain, LlamaIndex, or ADK. For teams that want a fully managed remote option instead of self-hosting, Google Cloud also offers managed MCP servers for its databases including BigQuery.

🗄️

DuckDB

by MotherDuck

LocalOfficial

Query and analyze data with MotherDuck and local DuckDB.

📊

New Relic

by New Relic

Local

Observability and monitoring with New Relic.

📊

Dynatrace

by Dynatrace

LocalOfficial

Manage and interact with the Dynatrace Platform for real-time observability and monitoring.

📊

Honeycomb

by Honeycomb

LocalOfficial

Query and analyze data, alerts, dashboards, and cross-reference production behavior with codebase.

📊

Lightstep (No MCP Server Available)

by ServiceNow (Lightstep)

Local

Lightstep was a distributed-tracing and observability platform built on OpenTelemetry, acquired by ServiceNow in 2021 and folded into the ServiceNow Cloud Observability product line; its GitHub org still hosts the legacy OpenTelemetry Launcher and tracer SDKs for Go, Java, Python, Node.js, and C++, but none of those repos are MCP servers. Neither ServiceNow nor the community has shipped an MCP server exposing Lightstep/Cloud Observability trace and metric data to AI assistants — repeated GitHub and web searches across review cycles turn up zero results for "lightstep mcp" or "servicenow observability mcp" with any real implementation. If you need AI-agent access to distributed tracing data today, check this directory's Honeycomb or Grafana entries, which do have real, actively maintained MCP servers covering similar observability workflows. This entry is kept as a placeholder so the "lightstep mcp" search term stays discoverable and will be updated the moment ServiceNow or a community project ships a real server.

🤖

Arize Phoenix

by Arize AI

LocalOfficial

Inspect traces, manage prompts, curate datasets, and run experiments with open-source AI observability.

🤖

Comet Opik

by Comet

LocalOfficial

Query and analyze your Opik logs, traces, prompts and telemetry data from your LLMs.

📊

Logfire

by Pydantic

LocalOfficial

Provides access to OpenTelemetry traces and metrics through Logfire.

🌐

Customer.io

by Customer.io

LocalOfficial

Create segments, inspect user profiles, search for customers, and access workspace data.

🗄️

Apache Doris

by Apache

LocalOfficial

MCP Server for Apache Doris, an MPP-based real-time data warehouse.

🗄️

GreptimeDB

by Greptime

LocalOfficial

Provides AI assistants with a secure way to explore and analyze data in GreptimeDB.

🗄️

Keboola

by Keboola

LocalOfficial

Build robust data workflows, integrations, and analytics on a single intuitive platform.

📊

Netdata

by Netdata

LocalOfficial

Discovery, exploration, reporting and root cause analysis using all observability data.

📊

Last9

by Last9

LocalOfficial

Bring real-time production context—logs, metrics, and traces—into your local environment.

📊

Metoro

by Metoro

LocalOfficial

Query and interact with kubernetes environments monitored by Metoro.

📊

Microsoft Clarity

by Microsoft

LocalOfficial

Official MCP Server to get your behavioral analytics data and insights from Clarity.

📊

Audiense Insights

by Audiense

LocalOfficial

Marketing insights and audience analysis covering demographic, cultural, influencer analysis.

📊

Atlan

by Atlan

LocalOfficial

Interact with Atlan services for data cataloging.

📊

DataHub

by DataHub

LocalOfficial

Search data assets, traverse lineage, write SQL queries using DataHub metadata.

📊

Alation

by Alation

LocalOfficial

Unlock the power of enterprise Data Catalog with tools provided by Alation MCP server.

🎬

Datawrapper

by Datawrapper

Local

MCP server for creating Datawrapper charts using AI assistants.

📊

Datadog MCP

by datadog

LocalOfficial

Access Datadog metrics, logs, and traces from AI tools. Query infrastructure data, investigate incidents, and analyze performance using natural language.

🗄️

OpenSearch

by opensearch-project

LocalOfficial

Query and manage Amazon OpenSearch Service clusters. Full-text search, log analytics, and vector search support.

🗄️

TimescaleDB

by timescale

LocalOfficial

Query time-series data stored in TimescaleDB. Analyze IoT metrics, financial data, and application telemetry with SQL and time-series functions.

🗄️

QuestDB

by questdb

LocalOfficial

High-performance time-series database MCP. Execute SQL queries on QuestDB for real-time analytics on IoT sensor data, financial ticks, and metrics.

🗄️

InfluxDB

by influxdata

LocalOfficial

Time-series database MCP for InfluxDB. Write and query metrics using Flux or InfluxQL. Ideal for monitoring, IoT, and observability data.

🔧

Prometheus

by prometheus

LocalOfficial

Query Prometheus metrics using PromQL from AI assistants. Analyze time-series data, set up alerting rules, and monitor infrastructure performance.

💬

Mailchimp

by mailchimp

LocalOfficial

Manage email marketing campaigns in Mailchimp. Create campaigns, manage audiences, design email templates, and analyze campaign performance via AI.

💬

Klaviyo

by klaviyo

LocalOfficial

Email and SMS marketing MCP for e-commerce. Manage flows, segments, campaigns, and metrics in Klaviyo to automate personalized customer journeys.

💬

Brevo

by brevo-com

Local

All-in-one marketing platform MCP. Send transactional emails and SMS, manage contact lists, automate marketing workflows, and track campaign performance.

🔒

osquery

by osquery

LocalOfficial

Query operating system data using SQL via osquery. Inspect running processes, network connections, installed software, and system configurations on any OS.

📊

Heap Analytics

by heap

LocalOfficial

Digital insights platform MCP for Heap. Query user sessions, funnels, and retention data. Analyze behavioral patterns without predefined tracking code.

📊

FullStory

by fullstorydev

LocalOfficial

Digital experience platform MCP. Replay user sessions, analyze rage clicks, query behavioral data, and investigate UX issues with FullStory's DX data.

📊

Plausible Analytics

by plausible

LocalOfficial

Privacy-focused web analytics MCP for Plausible. Query traffic, goals, and real-time visitor data without cookies or personal data collection.

📊

Umami

by umami-software

LocalOfficial

Open-source, self-hosted web analytics MCP. Query page views, sessions, and events from your Umami instance without privacy-invasive tracking.

📊

Matomo

by matomo-org

LocalOfficial

Open-source web analytics MCP for Matomo. Query reports, manage segments, access real-time data, and run custom queries on your self-hosted instance.

📊

RudderStack

by rudderlabs

LocalOfficial

Customer data platform MCP for RudderStack. Track events, manage sources and destinations, query event streams, and analyze customer journeys.

📊

Metabase

by metabase

LocalOfficial

Business intelligence and analytics MCP for Metabase. Run native SQL queries, access dashboards, create questions, and explore data from any connected database.

📊

Hotjar

by hotjar

Local

User behavior analytics MCP for Hotjar. Access heatmaps, session recordings, survey responses, and feedback data to understand how users interact with your site.

🌐

Airbyte

by airbytehq

LocalOfficial

Open-source data integration platform MCP. Manage connectors, sync data between 300+ sources and destinations, inspect job runs, and debug pipeline failures.

🌐

Fivetran

by fivetran

LocalOfficial

Automated data movement MCP for Fivetran. Manage connectors, schedule syncs, inspect data pipeline status, and analyze data freshness across warehouses.

🗄️

dbt (data build tool)

by dbt-labs

LocalOfficial

Transform data in your warehouse with dbt. Run models, test assertions, generate docs, inspect lineage, and manage dbt Cloud jobs via MCP.

📋

Gong

by gongai

LocalOfficial

Revenue intelligence MCP for Gong. Access call recordings, AI insights, deal risks, and coaching recommendations to improve sales team performance.

🌐

HERE Maps

by heremaps

LocalOfficial

Location and mapping services MCP for HERE. Geocode addresses, calculate routes, get real-time traffic, and analyze geospatial data for logistics applications.

🔧

OpenTelemetry

by open-telemetry

LocalOfficial

Collect and query distributed traces, metrics, and logs using OpenTelemetry standards. Analyze application performance and correlate signals across services.

🔧

Jaeger

by jaegertracing

LocalOfficial

Open-source distributed tracing MCP for Jaeger. Query traces, inspect service dependencies, analyze latency distributions, and investigate production incidents.

📊

VictoriaMetrics

by VictoriaMetrics

LocalOfficial

High-performance time-series database MCP for VictoriaMetrics. Query metrics with MetricsQL, manage clusters, and analyze long-term storage efficiently.

📊

Elastic APM

by elastic

LocalOfficial

Application performance monitoring MCP for Elastic APM. Query transaction traces, error rates, and service maps. Integrate with Kibana dashboards.

🗄️

Databricks SQL

by databricks

LocalOfficial

Query and manage Databricks SQL warehouses and Unity Catalog. Run SQL queries, manage tables, inspect job runs, and analyze lakehouse data via AI.

🗄️

Amazon Redshift

by aws-samples

Local

Petabyte-scale data warehouse MCP for Amazon Redshift. Execute SQL queries, analyze query plans, manage clusters, and monitor Redshift Serverless workloads.

🗄️

DuckDB Cloud

by motherduck-data

LocalOfficial

Serverless analytical database MCP for MotherDuck (cloud DuckDB). Run OLAP queries on large datasets, query Parquet and CSV files, and share data workspaces.

🗄️

Apache Spark

by apache

LocalOfficial

Unified analytics engine MCP for Apache Spark. Submit jobs, query DataFrames via Spark SQL, inspect execution plans, and analyze large-scale distributed data.

🗄️

Starburst (Trino)

by starburstdata

LocalOfficial

Distributed SQL query engine MCP for Starburst/Trino. Query across multiple data sources including S3, databases, and APIs with federated SQL.

🔧

k6 Performance Testing

by grafana

LocalOfficial

Load testing and performance engineering MCP for k6. Run performance tests, analyze results, configure VUs and scenarios, and integrate with Grafana Cloud.

🔧

Grafana Loki

by grafana

LocalOfficial

Log aggregation MCP for Grafana Loki. Query log streams with LogQL, inspect labels, analyze error patterns, and correlate logs with metrics and traces.

💬

TikTok

by tiktok

LocalOfficial

TikTok for Business MCP server. Manage ads, access video performance data, query creator insights, and automate TikTok marketing operations.

📁

Excel MCP Server

by haris-musa

Local

Excel MCP Server (by haris-musa, nearly 4,000 GitHub stars) lets AI agents create, read, and edit Excel workbooks without Microsoft Excel installed anywhere in the pipeline. It's a Python-based server exposing tools across the full spreadsheet lifecycle: creating and modifying workbooks and worksheets, writing formulas, building and styling Excel Tables, generating charts (line, bar, pie, scatter, and more), constructing dynamic pivot tables for analysis, and applying rich formatting — fonts, colors, borders, alignment, and conditional formatting rules. Built-in data validation keeps ranges, formulas, and cell contents consistent as an agent edits a file. The server supports three transports: stdio for local single-user setups (the default for Claude Desktop and Claude Code), plus SSE and streamable HTTP for remote deployments — when running remotely, set the EXCEL_FILES_PATH environment variable so the server knows where to read and write files, and FASTMCP_PORT to control the listening port. This makes it equally useful for a solo analyst automating a weekly report locally and for a team running a shared Excel-manipulation service that multiple agents call into. Because it operates on the raw XLSX format directly, there's no licensing dependency on Excel itself, and workflows like "pull this CSV into a formatted table with a pivot summary and a bar chart" become a single natural-language request instead of a manual multi-step process.

🔧

Prefect

by PrefectHQ

LocalOfficial

Modern workflow orchestration MCP for Prefect. Trigger and monitor flows, manage deployments, inspect run logs, and orchestrate data pipelines at scale.

🗄️

Google Dataform

by GoogleCloudPlatform

LocalOfficial

Manage data pipelines with Google Dataform (BigQuery SQL transformations). Run workflows, manage repositories, and orchestrate data transformation with version control.

📣

TikTok Ads MCP

by AdsMCP

Local

TikTok Ads API integration for AI assistants. Manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow.

📣

Facebook Ads MCP

by gomarble-ai

Local

Facebook Ads API integration for programmatic access to campaign data. Manage ads, analyze performance, pull reports, and optimize Meta advertising campaigns.

📣

Google Ads MCP

by gomarble-ai

Local

Google Ads API integration for AI-powered campaign management. Access campaign data, keyword performance, conversion metrics, and optimization recommendations.

📣

Amazon Advertising MCP

by MarketplaceAdPros

Local

Amazon Advertising API integration. Analyze campaign metrics and configurations, manage Sponsored Products, Sponsored Brands, and optimize ACOS/ROAS.

📣

Meta Ads MCP

by pipeboard-co

Local

Meta Ads automation trusted by 10,000+ businesses. Analyze performance, test creatives, optimize spend, and scale results across Facebook and Instagram ads.

📊

Fathom Analytics MCP

by community

Local

Query your Fathom privacy-first website analytics from your AI assistant. Get pageview stats, referrer breakdown, goal conversions, and custom date range reports without sharing your data with Big Tech.

📊

PostHog MCP

by PostHog

LocalOfficial

Access PostHog product analytics and feature flags from your AI assistant. Query events, funnels, cohorts, and A/B test results. Manage feature flag targeting and rollout percentages.

🤖

Helicone MCP

by helicone

LocalOfficial

Helicone LLM observability MCP server. Query your LLM request logs, analyze cost and latency trends, detect prompt regressions, and monitor AI application performance — all from your AI assistant.

🌐

US Census MCP

by jtleider

Local

US Census Bureau API server for querying demographic data, population statistics, American Community Survey results, and geographic data at national, state, and county levels.

🗄️

InfluxDB MCP

by influxdata

Local

InfluxDB time-series database MCP server for querying IoT sensor data, metrics, and time-series records. Execute Flux queries, explore measurements, and analyze trends.

🌐

World Bank Open Data MCP

by world-bank-dev

Local

World Bank Open Data MCP server. Query 16,000+ economic indicators across 200+ countries including GDP, poverty rates, health statistics, education data, and climate metrics via World Bank Data API v2.

🌐

EPA Environmental Data MCP

by epa-community

Local

U.S. EPA environmental data MCP server. Query air quality index (AQI), water quality reports, toxic release inventory, hazardous waste sites, and emissions data via EPA ECHO and EnviroFacts APIs.

📊

Mixpanel Analytics MCP

by mixpanel-community

Local

Mixpanel product analytics MCP server. Query event data with JQL, retrieve funnel conversion rates, analyze user retention cohorts, access A/B test results, and build custom reports via Mixpanel Data Export and Query APIs.

📊

Amplitude Analytics MCP

by amplitude-community

Local

Amplitude product analytics MCP server. Query behavioral event data, retrieve user lookup and cohorts, access chart and dashboard data, analyze feature adoption funnels, and manage taxonomies via Amplitude Analytics API.

📊

Heap Analytics MCP

by heap-community

Local

Heap digital insights platform MCP server. Query auto-captured behavioral events, build retroactive funnels and user journeys, access session replays metadata, and analyze user cohorts via Heap Data API without requiring instrumentation.

📊

Twilio Segment MCP

by segmentio

Local

Twilio Segment customer data platform MCP server. Query user profiles and traits, access event history, manage source destinations, retrieve audience definitions, and analyze customer journey data via Segment Profile and Config APIs.

🤖

LangSmith MCP

by langchain-ai

Local

LangChain's LLM observability and evaluation platform. Trace, debug, and evaluate LLM application runs, compare prompts, and monitor production performance via LangSmith API.

🔧

UptimeRobot MCP

by uptimerobot-community

Local

Website and API uptime monitoring via UptimeRobot. Check monitor statuses, query downtime history, create new monitors, manage maintenance windows, and receive alert contact configurations.

🔧

Checkly MCP

by checkly

Local

API and browser monitoring as code via Checkly. Run API checks and browser tests, inspect check results and error logs, manage alert channels, trigger manual check runs, and view SLA metrics.

🔧

Better Stack MCP

by BetterStackHQ

Local

Incident management and log aggregation via Better Stack. Query structured logs, manage on-call schedules, view incident timelines, check monitor uptime, and manage status page incidents in real time.

🔧

Coralogix MCP

by coralogix

Local

Full-stack observability via Coralogix. Search logs with DataPrime query language, create alerts, inspect traces, analyze metrics, and investigate incidents across distributed applications and infrastructure.

🔧

Sumo Logic MCP

by SumoLogic

Local

Log management and security analytics via Sumo Logic. Run log queries with Sumo Logic Query Language, view dashboards, manage scheduled searches, and detect anomalies across cloud-native infrastructure.

🌐

Shopify Admin MCP

by shopify-devs

Local

Manage Shopify stores via Admin API. Query orders, customers, products, and inventory. Run reports and automate store operations.

🌐

Amazon Seller MCP

by amazon-sp-tools

Local

Access Amazon Selling Partner API. Query listings, orders, FBA inventory, and advertising data for Amazon sellers.

🗄️

TimescaleDB MCP

by timescale-devs

Local

Query time-series data from TimescaleDB. Analyze sensor data, metrics, IoT streams, and time-series analytics at scale.

🗄️

ClickHouse MCP

by clickhouse-community

Local

Query ClickHouse OLAP database for real-time analytics. Run analytical queries on billions of rows with columnar storage.

🤖

LangSmith

by langchain-ai

Local

Debug and monitor LLM applications with LangSmith. Trace LLM calls, evaluate outputs, manage datasets for testing, and track performance metrics across model versions.

🤖

Arize Phoenix

by Arize-ai

Local

Open-source LLM observability and evaluation with Arize Phoenix. Trace AI pipelines, evaluate retrieval quality, detect hallucinations, and monitor embedding drift.

🤖

Humanloop

by humanloop

Local

Manage and evaluate LLM prompts with Humanloop. Version control prompts, collect human feedback, run A/B experiments, and monitor production AI model performance.

🗄️

Apache Flink

by apache-community

Local

Monitor and manage Apache Flink streaming jobs. Submit jobs, check job status, inspect metrics, manage savepoints, and query stateful stream processing pipelines.

🔧

Vector (Datadog)

by vectordotdev

Local

Manage Vector data pipelines for log and metrics processing. Configure sources, transforms, and sinks; monitor pipeline health; and route observability data at scale.

🔧

Telegraf

by influxdata

Local

Configure and monitor Telegraf metrics agent. Manage input/output plugins, inspect collected metrics, and orchestrate data collection from servers, containers, and IoT devices.

📊

Heap Analytics

by heap-community

Local

Query Heap digital insights data. Analyze user behavior funnels, session replays, and cohort retention. Explore event data and conversion metrics without SQL.

📊

Snowplow Analytics

by snowplow-community

Local

Query and manage Snowplow behavioral data platform. Access event-level data, build tracking schemas, and analyze customer journeys across web, mobile, and server sources.

🔧

Logstash

by elastic-community

Local

Manage Logstash data ingestion pipelines. Configure input/filter/output stages, monitor pipeline health, inspect queued events, and troubleshoot log processing issues.

🤖

TruLens

by truera

Local

Evaluate and monitor LLM applications with TruLens. Track groundedness, answer relevance, and context precision. Debug RAG pipelines and detect hallucinations in production.

💰

FRED Economic Data

by stlouisfed

Local

Access Federal Reserve Economic Data (FRED) with 800,000+ economic time series. Query GDP, inflation, unemployment, interest rates, and other macroeconomic indicators from the St. Louis Fed.

💰

IMF Data

by imf-data

Local

Query International Monetary Fund datasets including World Economic Outlook, Balance of Payments, International Financial Statistics, and global economic indicators.

🌐

WHO Health Data

by who-data

Local

Access World Health Organization global health statistics, disease surveillance data, mortality statistics, and public health indicators across 194 member states.

🌐

CDC Data

by cdc-community

Local

Query CDC (Centers for Disease Control and Prevention) public health data, disease surveillance, mortality statistics, vaccination rates, and population health indicators.

🌐

Eurostat

by eurostat-community

Local

Access EU statistical data from Eurostat covering demographics, economy, trade, environment, and social indicators for European Union member states and candidate countries.

🤖

Weights & Biases

by wandb

Local

Access Weights & Biases (wandb) experiment tracking and ML platform. Query runs, compare experiments, retrieve metrics, manage artifacts, and analyze ML training data.

📣

SEMrush

by semrush-dev

Local

Access SEMrush SEO and competitive intelligence data. Query keyword rankings, backlink analysis, traffic analytics, competitor research, and site audit data via the SEMrush API.

📣

Ahrefs

by ahrefs-dev

Local

Access Ahrefs SEO data including backlink profiles, keyword rankings, content gap analysis, site audits, and organic search traffic estimates via the Ahrefs API.

🌐

Strava

by strava-dev

Local

Access Strava fitness data for runs, rides, swims, and workouts. Query activity history, performance metrics, segments, routes, and athlete statistics via the Strava API.

🌐

Garmin Connect

by garmin-community

Local

Access Garmin Connect health and fitness data including GPS activities, heart rate, sleep tracking, body composition, stress levels, and performance metrics from Garmin devices.

🌐

Fitbit

by fitbit-community

Local

Access Fitbit health and wellness data including steps, sleep stages, heart rate zones, activity logs, nutrition, weight, and SpO2 measurements via the Fitbit Web API.

🗄️

Apache Druid

by apache-druid-community

Local

Query Apache Druid real-time analytics database. Run native and SQL queries on time-series data, inspect segment metadata, manage data sources, and analyze ingestion status for high-throughput event streams.

🗄️

Apache Pinot

by apache-pinot-community

Local

Query Apache Pinot OLAP datastore for real-time analytics at scale. Execute SQL queries, browse schemas, inspect table segments, manage ingestion jobs, and monitor cluster health via REST API.

🗄️

StarRocks

by starrocks-community

Local

Query StarRocks high-performance analytical database. Run ANSI SQL on massive datasets, analyze materialized views, inspect table schemas, manage partitions, and monitor query execution plans.

🔧

Freshping

by freshworks

LocalOfficial

Monitor website uptime with Freshping. Query check statuses, retrieve incident history, manage alert contacts, and get performance metrics across your monitored URLs and APIs.

🔧

Sematext

by sematext

LocalOfficial

Query Sematext Cloud for log management and infrastructure monitoring. Search log data, inspect metrics, manage alert rules, and correlate logs with APM traces across your monitored services.

📊

Splunk

by splunk-community

Local

Query Splunk SIEM and observability platform via MCP. Run SPL searches, fetch log events, explore saved searches and dashboards, investigate security incidents, and correlate machine data for threat hunting workflows.

📊

Looker

by google-looker

Local

Access Google Looker business intelligence platform via MCP. Run LookML queries, explore dashboards and looks, fetch dimension and measure metadata, and retrieve data from Looker models for AI-powered analytics workflows.

📊

Power BI

by microsoft-powerbi

Local

Interact with Microsoft Power BI via MCP. Access datasets, reports, and dashboards; execute DAX queries; refresh data models; manage workspaces and semantic models through the Power BI REST API.

📊

Qlik Sense

by qlik-community

Local

Connect to Qlik Sense analytics platform via MCP. Query apps and sheets, fetch associative data model insights, run set analysis expressions, and interact with Qlik Engine API for embedded analytics and AI-driven data exploration.

📊

Domo

by domo-developers

Local

Access Domo business intelligence platform via MCP. Query DataSets, fetch KPI cards and dashboards, manage Dataflows, access Domo Buzz stories, and retrieve business metrics for AI-powered decision-making workflows.

📊

Piwik PRO

by piwikpro-team

Local

Integrate with Piwik PRO Analytics Suite via MCP. Fetch web analytics reports, custom dimensions, audience data, and consent manager statistics. Privacy-compliant analytics for enterprise and government organizations.

📋

SurveyMonkey

by surveymonkey-devs

Local

Access SurveyMonkey via MCP. Retrieve surveys, analyze response data, query completion rates, manage collectors and contacts, and export results for market research, NPS tracking, and employee feedback workflows.

📋

Qualtrics

by qualtrics-dev

Local

Integrate with Qualtrics XM (Experience Management) platform via MCP. Access survey designs, response data, employee engagement insights, customer feedback, and brand tracking analytics for enterprise research programs.

📊

Graylog

by graylog-community

Local

Query Graylog log management and SIEM platform via MCP. Search log streams using GELF queries, fetch alert conditions, access dashboards, correlate security events, and investigate incidents across distributed infrastructure.

📊

Tableau

by tableau-community

Local

Connect to Tableau analytics platform via MCP. Query workbooks, views, data sources, and extracts. Trigger refreshes, manage permissions, create embedded analytics, and access underlying data. Automate reporting workflows and deliver insights without leaving your AI workflow.

📊

ThoughtSpot

by thoughtspot-community

Local

Integrate with ThoughtSpot AI-powered analytics via MCP. Use natural language search across your data warehouse, generate Liveboards, access SpotIQ AI insights, and embed analytics. Connect to Snowflake, BigQuery, Databricks, and 50+ cloud data sources through ThoughtSpot Sage.

📊

Sisense

by sisense-community

Local

Connect to Sisense BI and analytics platform via MCP. Access dashboards, widgets, data models, and ElastiCube data. Query embedded analytics, manage user permissions, trigger data refreshes, and extract insights for product analytics and operational reporting workflows.

📣

mParticle CDP

by mparticle-community

Local

Integrate with mParticle customer data platform via MCP. Access user profiles, event streams, audience segments, data plans, and connection outputs. Orchestrate real-time data flows between your mobile apps, web, and 300+ marketing and analytics integrations.

📊

Bureau of Labor Statistics

by bls-community

Local

Access Bureau of Labor Statistics (BLS) economic data via MCP. Query CPI, unemployment rates, employment by sector, wage data, productivity metrics, and occupational statistics. Retrieve time-series data for economic research, forecasting, and labor market analysis.

📊

NIH Research Portfolio

by nih-community

Local

Query NIH Research Portfolio Online Reporting Tools (RePORTER) via MCP. Search active and historical research grants, principal investigators, institutions, publications, patents, and clinical studies. Access funding data for 50+ years of NIH-supported biomedical research.

💬

Hootsuite

by hootsuite-community

Local

Connect to Hootsuite social media management platform via MCP. Schedule posts across Facebook, Twitter/X, Instagram, LinkedIn, and Pinterest. Access analytics, monitor brand mentions, manage team workflows, and pull engagement metrics across all connected social accounts.

💬

Sprout Social

by sprout-community

Local

Integrate with Sprout Social for unified social media management via MCP. Schedule and publish content, monitor keywords and mentions, analyze post performance, manage customer interactions in the Smart Inbox, and generate reports across Instagram, Twitter/X, Facebook, LinkedIn, and TikTok.

💬

Agorapulse

by agorapulse-community

Local

Connect to Agorapulse social media management platform via MCP. Publish and schedule posts, manage social inboxes, monitor brand conversations, collaborate on content approval workflows, and access ROI reporting. Supports Facebook, Instagram, Twitter/X, LinkedIn, YouTube, and Google Business.

🌐

Samsara

by samsara-community

Local

Connect to Samsara fleet and operations management via MCP. Track vehicle GPS locations, access driver behavior scores, retrieve Hours of Service logs, monitor engine diagnostics, review dashcam footage events, manage temperature sensors for reefer trailers, and pull fleet utilization reports.

🌐

Geotab

by geotab-community

Local

Integrate with Geotab fleet telematics via MCP using the MyGeotab API. Access real-time vehicle positions, trip history, fuel consumption, fault codes, driver coaching events, exception rules, and maintenance reminders. Build custom fleet dashboards and automate compliance reporting.

🌐

Motive (KeepTruckin)

by motive-community

Local

Connect to Motive fleet management platform via MCP. Access ELD compliance data, DVIR inspection reports, driver safety scores, vehicle tracking, IFTA fuel tax reporting, and asset utilization analytics. Automate Hours of Service monitoring and DOT compliance workflows for trucking fleets.

📊

Gainsight

by gainsight-community

Local

Integrate with Gainsight customer success platform via MCP. Access customer health scores, usage data, NPS and survey responses, renewal forecasts, success plan milestones, risk alerts, and CSM activity logs. Automate playbook triggers and pull cohort retention analytics for B2B SaaS companies.

📊

Pendo

by pendo-community

Local

Connect to Pendo product analytics and user onboarding via MCP. Access feature adoption metrics, user session data, NPS survey results, in-app guide performance, page analytics, and retention cohorts. Trigger targeted tooltips, walkthroughs, and announcements based on user behavior data.

📊

Appcues

by appcues-community

Local

Use Appcues user onboarding and product adoption platform via MCP. Manage in-app flows, checklists, tooltips, and announcements. Access flow performance analytics, completion rates, user segment targeting rules, and A/B test results to optimize user activation and feature adoption.

🌐

Sportradar

by sportradar-community

Local

Access Sportradar sports data APIs via MCP. Retrieve live scores, match statistics, player profiles, team standings, historical match data, and betting odds across soccer, basketball, baseball, football, tennis, hockey, and 20+ other sports. Build real-time sports applications and analytics tools.

🌐

SportsData.io

by sportsdata-community

Local

Connect to SportsData.io sports data APIs via MCP. Access real-time and historical data for NFL, NBA, MLB, NHL, soccer, golf, and more. Retrieve player stats, team schedules, injury reports, betting odds, DFS projections, and standings for fantasy sports and sports analytics applications.

🌐

DonorPerfect

by donorperfect-community

Local

Connect to DonorPerfect nonprofit CRM via MCP. Access donor records, gift history, pledge tracking, recurring donation schedules, event registration data, volunteer records, and fundraising campaign reports. Automate acknowledgment letters, manage major gift portfolios, and pull lapsed donor analysis.

🌐

Bloomerang

by bloomerang-community

Local

Integrate with Bloomerang donor management platform via MCP. Access constituent profiles, donation records, interaction history, email campaign metrics, event registrations, and retention rate analytics. Use Bloomerang Engagement Score data to identify at-risk donors and prioritize stewardship outreach.

🌐

ATTOM Data

by attom-community

Local

Access ATTOM property data warehouse via MCP. Retrieve property ownership records, mortgage and lien history, tax assessments, foreclosure data, boundary polygons, permit history, environmental hazard flags, and neighborhood demographics for 155M+ US property parcels.

🎬

Wistia

by wistia-community

Local

Connect to Wistia video hosting and analytics platform via MCP. Access video performance metrics including heatmaps and engagement graphs, manage video chapters and calls-to-action, retrieve viewer analytics, control video privacy settings, and sync video content with marketing automation tools.

🌐

project44

by project44-community

Local

Connect to project44 supply chain visibility platform via MCP. Access real-time shipment tracking across 1,400+ carriers, estimated time of arrival predictions, exception alerts, carrier performance scorecards, lane analytics, and ocean/air/parcel/LTL freight status. Automate supply chain disruption response workflows.

🌐

Climate FieldView

by climate-corp-community

Local

Connect to Climate FieldView precision agriculture platform via MCP. Access field boundaries, soil sampling results, planting prescriptions, seeding populations, as-applied fertilizer and chemical maps, yield monitor data, and weather overlays. Automate agronomic recommendations and generate field performance reports.

🌐

John Deere Operations Center

by john-deere-community

Local

Integrate with John Deere Operations Center API via MCP. Access machine telematics (engine hours, fuel consumption, fault codes), field operation records, agronomic data layers, equipment location tracking, and organization/farm structure. Automate fleet monitoring and precision agriculture data pipelines for row crop and specialty operations.

🌐

EIA Open Data

by eia-community

Local

Access U.S. Energy Information Administration open data via MCP. Query electricity generation by source, natural gas storage levels, petroleum product inventories, coal production data, refinery capacity, Henry Hub spot prices, regional electricity prices, and renewable energy capacity additions. Pull historical energy statistics and short-term forecasts.

🌐

OpenEI

by openei-community

Local

Connect to the Open Energy Information platform via MCP. Access U.S. utility rate structures and tariffs, renewable energy project data from the NSRDB solar resource database, EV charging station locations, energy efficiency incentive programs, and grid interconnection queue data. Ideal for energy analysis and clean energy project planning.

🌐

SolarAnywhere

by cleanpower-community

Local

Integrate with Clean Power Research SolarAnywhere API via MCP. Access high-resolution satellite-derived solar irradiance data (GHI, DNI, DHI), typical meteorological year datasets, PV system performance simulations, soiling loss estimates, and bankable solar resource assessments for any location worldwide.

🌐

CoStar

by costar-community

Local

Connect to CoStar commercial real estate data platform via MCP. Access property records, lease comps, sale transaction history, vacancy and availability data, rent trends by submarket, building photos and floor plans, tenant-in-common ownership records, and CMBS loan information for office, retail, industrial, multifamily, and hospitality assets.

🌐

Siemens MindSphere

by siemens-community

Local

Connect to Siemens MindSphere industrial IoT platform via MCP. Access time-series sensor data from connected machines, asset hierarchy configurations, anomaly detection alerts, predictive maintenance model outputs, energy consumption metrics, and OEE (Overall Equipment Effectiveness) dashboards for manufacturing and process industries.

🌐

PTC ThingWorx

by ptc-community

Local

Integrate with PTC ThingWorx Industrial IoT platform via MCP. Access connected asset properties and real-time telemetry, alert subscriptions, ThingWorx Analytics predictive scores, manufacturing execution data, remote service session logs, and AR work instruction completion records from Vuforia Instruct deployments.

🌐

AVEVA System Platform

by aveva-community

Local

Connect to AVEVA industrial software via MCP including System Platform, Historian, and InTouch HMI. Access real-time and historical process data, alarm and event logs, batch records, equipment performance metrics, and energy management data from SCADA, DCS, and MES systems across oil & gas, power, and manufacturing facilities.

🗄️

Alation Data Catalog

by alation-community

Local

Integrate with Alation data intelligence platform via MCP. Search the enterprise data catalog for tables, columns, queries, and business glossary terms. Access data quality scores, stewardship assignments, lineage graphs, popularity rankings, curation status, and policy tags. Automate data discovery and compliance classification workflows.

🗄️

Atlan

by atlan-community

Local

Connect to Atlan modern data catalog via MCP. Query assets across databases, BI tools, dbt models, and Airflow DAGs. Access business context annotations, data quality dimensions, column-level lineage, ownership assignments, PII classification tags, and collaboration activity. Automate data contract validation and governance policy enforcement.

🌐

OpenWeatherMap

by openweathermap-community

Local

Access OpenWeatherMap APIs via MCP for comprehensive weather intelligence. Query current conditions, hourly and 16-day forecasts, historical weather archives, weather maps, UV index, air pollution indices, and geocoding endpoints. Supports weather alerts, one-call bulk requests, road risk assessments, agricultural growing degree day calculations, and solar irradiance estimates.

🌐

Tomorrow.io Weather Intelligence

by tomorrow-io-community

Local

Connect to Tomorrow.io weather and climate intelligence platform via MCP. Access hyperlocal weather timelines, severe weather alerts, road condition risk scores, outdoor event viability indices, and climate normals baselines. Query aviation weather advisories, wildfire spread probability models, hurricane track forecasts, and agricultural advisory outputs with up to 500m spatial resolution.

🌐

Climate TRACE Emissions

by climatetrace-community

Local

Access Climate TRACE global greenhouse gas emissions inventory via MCP. Query asset-level emissions estimates across power plants, oil fields, steel mills, shipping lanes, and aviation routes. Retrieve sector-level country summaries, year-over-year trend analyses, methodology confidence intervals, and source attribution breakdowns for scope 1 and 2 emissions accounting and ESG disclosure workflows.

🌐

Blue Yonder Supply Chain

by blue-yonder-community

Local

Integrate with Blue Yonder (formerly JDA) supply chain management platform via MCP. Query demand forecasting models, inventory optimization recommendations, replenishment order statuses, supplier scorecard metrics, and warehouse management system slot utilization. Access transportation lane rate comparisons, carrier performance KPIs, yard management dock schedules, and omnichannel fulfillment allocation rules.

🌐

Kinaxis RapidResponse

by kinaxis-community

Local

Connect to Kinaxis RapidResponse supply chain planning platform via MCP. Access concurrent planning scenarios, demand sensing signals, inventory balance records, supply order pegging trees, and sales and operations planning workbooks. Query exception alert queues, what-if scenario deltas, segment profitability analyses, and integrated business planning cycle statuses for supply chain control towers.

🔧

AppDynamics APM

by appdynamics-community

Local

Connect to Cisco AppDynamics application performance management platform via MCP. Query business transaction health dashboards, tier dependency maps, error snapshot call chains, JVM heap diagnostic reports, and database query plan analyses. Access Cognition Engine anomaly detection events, policy violation alerts, agent installation health checks, and cloud-native Kubernetes cluster correlation data.

🔧

IBM Instana Observability

by instana-community

Local

Integrate with IBM Instana automated application observability platform via MCP. Access service dependency graphs, infrastructure maps, website real-user monitoring traces, and SLI/SLO compliance summaries. Query unbounded analytics incident event correlations, pipeline acceleration CI/CD integration metrics, and Instana Sensor autodiscovery inventory updates for cloud-native and mainframe environments.

🌐

YouTube Studio Analytics

by youtube-studio-community

Local

Integrate with YouTube Studio and YouTube Analytics API via MCP. Query video performance metrics including views, watch time, click-through rates, and audience retention curves. Access channel subscriber counts, revenue estimates, traffic source breakdowns, demographic reports, playlist engagement data, comment sentiment summaries, and content ID claim statuses for YouTubers and brand channels.

🌐

Dun & Bradstreet Data

by dun-bradstreet-community

Local

Integrate with Dun & Bradstreet business data cloud via MCP. Query D-U-N-S Numbers, firmographic company profiles, Supplier Evaluation Risk ratings, Delinquency Predictor scores, and global ultimate family tree hierarchies. Access ESG data assessments, sanctions watchlist screening results, beneficial ownership records, SIC/NAICS classification lookups, and Trade Activity Percentile benchmarks for B2B intelligence.

🔍

Dimensions Research Database

by dimensions-community

Local

Connect to Dimensions research intelligence platform via MCP. Access linked datasets covering grants, publications, clinical trials, patents, policy documents, and dataset citations. Query funder portfolio analyses, researcher collaboration networks, concept topic clustering, altmetrics attention scores, and translational research pathway mappings from bench to bedside for evidence synthesis and research evaluation workflows.

🌐

Bayer FieldView

by community

Local

Bayer Climate Corporation FieldView farm management API — access field boundaries, planting data, yield maps, and agronomic insights for precision agriculture.

🌐

Granular Farm Management

by community

Local

Corteva Granular farm management platform API — manage field operations, crop planning, financial tracking, and agronomic decisions at scale.

🌐

AGCO Connect

by community

Local

AGCO Connect telematics API for farm equipment — monitor machine health, field activity, fuel consumption, and maintenance schedules for tractors and combines.

🌐

Enphase Energy

by community

Local

Enphase Energy monitoring API — retrieve solar production data, battery storage status, grid consumption metrics, and system performance insights from microinverters.

🌐

SolarEdge Monitoring

by community

Local

SolarEdge monitoring platform API — query real-time and historical solar energy production, inverter status, battery storage data, and site equipment analytics.

🌐

GE Digital Predix

by community

Local

GE Digital Predix industrial IoT and analytics platform — connect industrial assets, analyze operational data, run predictive maintenance models, and monitor equipment health.

🌐

Oura Ring

by community

Local

Oura Ring health tracking API — retrieve sleep stages, HRV, readiness scores, activity data, and biometric trends from the Oura smart ring for health and wellness applications.

🌐

WHOOP Performance

by community

Local

WHOOP performance tracking API — access recovery scores, strain data, sleep performance, heart rate variability, and respiratory rate from the WHOOP wearable platform.

🌐

Peloton Fitness

by community

Local

Peloton fitness platform API — retrieve workout history, performance metrics, instructor data, leaderboard information, and class schedules from the Peloton ecosystem.

🎮

Zwift Virtual Cycling

by community

Local

Zwift virtual cycling and running platform API — retrieve ride and run data, route information, event schedules, athlete power metrics, and fitness progression data.

🌐

Hexagon Smart Manufacturing

by community

Local

Hexagon Manufacturing Intelligence API — access metrology and quality management data, retrieve CMM measurement results, manage inspection plans, integrate CAD/CAM data, and monitor production quality metrics via Hexagon MI cloud platform.

🌐

Wise Systems Last-Mile Delivery

by community

Local

Wise Systems AI-powered last-mile delivery platform API — optimize route sequences, manage driver dispatch, track delivery ETAs in real time, capture proof of delivery, and analyze fleet performance metrics for logistics and distribution operations.

🌐

project44 Supply Chain Visibility

by community

Local

project44 Advanced Visibility Platform API — track ocean, air, truckload, and LTL shipments across 500K+ carriers globally. Access ETA predictions powered by machine learning, port congestion data, customs status, and carrier performance analytics.

📊

RudderStack Customer Data Platform

by community

Local

RudderStack CDP API — manage event tracking pipelines, configure source and destination connections, trigger data syncs, query user identity graphs, access warehouse-native audience segments, and monitor real-time data quality metrics.

📊

Hightouch Reverse ETL

by community

Local

Hightouch reverse ETL and audience platform API — sync data warehouse segments to 200+ business tools (CRMs, ad platforms, email tools), manage audience definitions, trigger sync runs, monitor sync health, and operationalize warehouse data for marketing and sales.

🤖

MLflow

by community

Local

MLflow experiment tracking and model registry MCP — log ML runs, compare metrics, register and version models, manage artifacts, and query experiment history across your machine learning projects.

🤖

Neptune.ai

by community

Local

Neptune.ai MLOps experiment tracker MCP — log training runs, track hyperparameters, compare model versions, manage datasets, and monitor ML pipelines with rich metadata storage for research and production workflows.

🤖

Comet ML

by community

Local

Comet ML experiment management MCP — track experiments, log metrics and parameters, compare model versions, visualize training curves, manage model registry, and collaborate on ML research across teams.

🗄️

Meltano

by community

Local

Meltano open-source DataOps platform MCP — manage Singer taps and targets, orchestrate ELT pipelines, configure extractors and loaders, run data integration jobs, and track pipeline state across your data stack.

🗄️

SingleStore

by community

Local

SingleStore real-time analytics database MCP — run SQL queries, manage workspaces, inspect pipeline status, query vector data alongside relational data, and leverage SingleStore Kai MongoDB API compatibility.

🗄️

Estuary Flow

by community

Local

Estuary Flow real-time data streaming MCP — manage CDC (change data capture) pipelines, inspect catalog specs, monitor collection health, query data flow status, and orchestrate streaming ETL between databases and data warehouses.

🌐

OpenAQ

by community

Local

OpenAQ global air quality data MCP — query real-time and historical air quality measurements (PM2.5, PM10, O3, NO2, CO) from 30,000+ monitoring stations worldwide. Analyze pollution trends, compare locations, and access open environmental data.

📊

Chorus.ai

by community

Local

Chorus.ai conversation intelligence MCP — search and replay sales call recordings, extract key moments and next steps, analyze talk ratios and sentiment, pull deal risk signals, and surface coaching insights from recorded meetings.

📊

Redash

by community

Local

Redash open-source data visualization MCP — run SQL queries against connected data sources, browse existing dashboards, retrieve query results, manage data source configurations, and share analytical insights across your team.

📊

Lightdash

by community

Local

Lightdash open-source BI for dbt MCP — query metrics and dimensions defined in your dbt project, run Lightdash explores, retrieve chart data, manage dashboards, and bring governed analytics into your AI-powered workflows.

📊

Sigma Computing

by community

Local

Sigma Computing cloud BI MCP — query live data from your cloud warehouse via Sigma workbooks, retrieve element values and filters, access shared datasets, explore pivot tables and charts, and embed governed analytics into AI workflows.

📊

Holistics

by community

Local

Holistics self-service BI platform MCP — run reports, query semantic layer datasets, access dashboard data, manage data models, and retrieve analytical results from your Holistics workspace for AI-powered business analysis.

🔧

OpsLevel

by community

Local

OpsLevel service catalog MCP — query service maturity scores, retrieve ownership and dependency graphs, check service level checks and rubrics, list teams and their services, and access infrastructure context for AI-powered DevOps workflows.

📋

LinkSquares

by community

Local

LinkSquares contract lifecycle management MCP — search executed contracts by clause or date, extract key terms and obligations, manage contract metadata, track renewal deadlines, and surface risk insights from your legal document repository.

🔧

SigNoz

by community

Local

SigNoz open-source APM and observability MCP — query distributed traces and spans, retrieve service performance metrics, search structured logs, analyze error rates and latencies, manage alert rules, and monitor infrastructure health with OpenTelemetry data.

🔧

Icinga

by community

Local

Icinga infrastructure monitoring MCP — query host and service check results, retrieve downtime and acknowledgement states, list monitoring objects and their health status, access performance data and trend graphs, and trigger manual checks on managed infrastructure.

🔧

Zabbix

by community

Local

Zabbix network and infrastructure monitoring MCP — query host and item data, retrieve active alerts and trigger states, search historical metrics, manage maintenance windows, access problem event timelines, and retrieve SLA reports for monitored systems.

📊

Apple Health MCP

by the-momentum

Local

Apple Health data analytics MCP server — query exported Apple Health data with natural language using DuckDB. Access workouts, heart rate, sleep, step counts, nutrition, and health metrics from exported XML data files.

🌐

US Census Bureau MCP

by uscensusbureau

LocalOfficial

Official US Census Bureau Data API MCP server — query demographic, economic, and social statistics from the Census Bureau's Data API. Access ACS, Decennial Census, Economic Census, and Population Estimates Program data for 330M+ Americans.

🌐

World Bank Data MCP

by anshumax

Local

World Bank open data MCP server — access 1,000+ economic and social development indicators for 200+ countries. Query GDP, poverty rates, education outcomes, health statistics, climate data, and trade figures from the World Bank Development Data API.

🌐

World Bank Data360 MCP

by worldbank

LocalOfficial

Official World Bank Data360 MCP server — LLM agents and chatbots get direct access to the World Bank's Data360 Platform. Search, validate, and retrieve development indicators from GDP and poverty to gender equality and climate without hallucinating values.

💰

Crypto Orderbook MCP

by kukapay

Local

Cryptocurrency order book depth and imbalance analysis MCP server — analyze bid/ask spreads, depth, and order flow across Binance, Kraken, Coinbase, Bitfinex, OKX, and Bybit. Real-time market microstructure data for quantitative crypto analysis.

💰

Crypto Technical Indicators MCP

by kukapay

Local

Cryptocurrency technical analysis MCP server — RSI, MACD, Bollinger Bands, EMA, SMA, Stochastic, ATR, and 30+ more indicators across major crypto pairs. AI-driven strategy analysis, signal detection, and backtesting support.

💰

Octagon Private Credit MCP

by OctagonAI

Local

Private credit and alternative investment MCP server by Octagon AI — access structured credit data, loan performance metrics, deal terms, and private lending market analytics. Purpose-built for credit analysts, CLO managers, and alternative investment research.

📊

Tinybird

by tinybirdco

LocalOfficial

Real-time data analytics at scale via Tinybird's API. Query billions of rows with sub-second latency, publish data APIs, and build streaming analytics pipelines. Query your Tinybird workspace with natural language via MCP.

🗄️

MotherDuck

by motherduckdb

LocalOfficial

Serverless analytics with DuckDB in the cloud via MotherDuck MCP. Run analytical SQL queries on local and cloud data, create hybrid local-cloud databases, and leverage DuckDB's powerful OLAP capabilities at scale.

📊

Dagster

by dagster-io

Local

Data orchestration and pipeline management via Dagster's API. Trigger asset materializations, monitor pipeline runs, query asset catalogs, manage partitions, and debug failures in your Dagster data platform.

🔧

Prefect

by prefect-io

Local

Workflow orchestration and scheduling via Prefect's API. Trigger and monitor flow runs, inspect deployments, manage work pools, view logs, and automate data pipeline operations from your AI assistant.

🔧

Apache Airflow

by apache-community

Local

Manage Apache Airflow DAGs and tasks via MCP. Trigger DAG runs, monitor task status, view logs, pause/unpause pipelines, and query execution metadata. Works with Airflow 2.x and Astro Cloud deployments.

📊

Fivetran

by fivetran-community

Local

Automated data integration via Fivetran's API. Manage connectors, trigger syncs, monitor replication status, and inspect schemas across 500+ data sources. Automate ELT pipeline operations from your AI assistant.

🗄️

SQLMesh

by tobikodata

Local

SQL transformation framework with semantic understanding via SQLMesh MCP. Run plans, evaluate models, view lineage, inspect virtual data environments, and manage deployment lifecycle for modern data stacks.

🤖

Nomic AI

by nomic-ai

Local

Open-source embeddings and data visualization via Nomic Atlas. Generate competitive-quality embeddings with nomic-embed, visualize high-dimensional data in Atlas maps, and build semantic search on private data.

📊

Fleet Complete

by fleet-complete-community

Local

Fleet Complete fleet telematics via MCP. Track vehicle locations, monitor driver hours-of-service compliance, retrieve engine diagnostics and fault codes, generate trip reports, and manage ELD electronic logging device data for DOT compliance in commercial vehicle fleets.

📁

XLSX MCP

by xlsx-mcp

Local

Excel and OpenDocument spreadsheet MCP server using openpyxl. Read, write, and manipulate .xlsx workbooks, charts, pivot tables, and named ranges.

📊

Highlight.io MCP

by highlight-run

Local

Highlight.io open-source session replay and error monitoring MCP server. Query user sessions, errors, and logs to debug production frontend issues.

☁️

Baselime MCP

by baselime

Local

Baselime serverless and edge observability MCP server. Query distributed traces, logs, and metrics from AWS Lambda, Cloudflare Workers, and Vercel Edge Functions.

🌐

FEC OpenFEC MCP

by fec-community

Local

Federal Election Commission OpenFEC MCP server. Query campaign finance data, PAC disclosures, candidate fundraising, and political spending records.

📊

June.so MCP

by juneHQ

Local

June.so product analytics MCP server. Query B2B SaaS metrics, feature adoption funnels, company-level usage, and retention cohorts.

📊

Metabase MCP

by metabase

LocalOfficial

Metabase open-source BI and analytics MCP server. Run questions and dashboards, query your Metabase data, manage collections, and access business intelligence programmatically.

📊

D3.js MCP

by Community

Local

Create D3.js data visualizations — bar charts, line charts, force graphs, and custom SVG renders.

📊

Plotly MCP

by Community

Local

Generate interactive Plotly charts and dashboards from data — scatter, bar, heatmaps, 3D, and more.

📊

Observable MCP

by Community

Local

Interact with Observable notebooks — run cells, read data, and create visualizations programmatically.

📊

Apache ECharts MCP

by Community

Local

Generate Apache ECharts configurations for line, bar, pie, radar, candlestick, and geo map visualizations.

💰

TradingView MCP

by Community

Local

Fetch TradingView chart data, technical indicators, screener results, and watchlist data.

💰

FinViz MCP

by Community

Local

Query FinViz stock screener, insider trading data, news sentiment, and fundamental/technical filters.

💰

Bloomberg Enterprise API

by Community

Local

Access Bloomberg financial data — real-time market data, company fundamentals, news, and economic indicators via Bloomberg Enterprise API.

💰

FactSet Analytics

by Community

Local

Query FactSet financial data — company financials, estimates, ownership, pricing history, and portfolio analytics via FactSet API.

💰

Morningstar Direct

by Community

Local

Access Morningstar investment data — fund ratings, performance analytics, portfolio analysis, and market research via Morningstar Direct API.

💰

LSEG Data & Analytics

by Community

Local

Connect to LSEG (London Stock Exchange Group) data — formerly Refinitiv Eikon. Access financial markets, reference data, news, and analytics.

🌐

Relativity e-Discovery

by Community

Local

Connect to Relativity e-discovery platform — search document review workspaces, run saved searches, manage custodians, and retrieve case analytics.

🌐

Lex Machina

by Community

Local

Access Lex Machina legal analytics — patent, IP, and commercial litigation data. Query case outcomes, judge analytics, and opposing counsel insights.

🌐

Medidata Rave

by Community

Local

Connect to Medidata Rave clinical data management — retrieve study data, patient records, adverse events, and submission-ready datasets for clinical trials.

🌐

Oracle HCM Cloud

by Community

Local

Connect to Oracle HCM Cloud — workforce management, talent acquisition, learning, payroll, and workforce analytics via Oracle Fusion HCM REST API.

🌐

Optimizely CMS (Episerver)

by Community

Local

Connect to Optimizely CMS (formerly Episerver) — manage pages, blocks, media, and content areas. Run A/B tests and retrieve experiment results via Optimizely API.

🎬

Acast

by Acast

Local

Podcast hosting and monetization platform. Manage podcast episodes, analytics, and ad campaigns via API.

🎬

Captivate.fm

by Captivate

Local

Podcast hosting platform built for growth. Access episode management, analytics, and listener data via API.

📊

June

by June

Local

Product analytics for SaaS companies built on Segment. Access company-level analytics, feature adoption, and churn signals.

🌐

OPC-UA MCP

by community

Local

OPC Unified Architecture industrial protocol server — connect to SCADA systems, PLCs, and industrial equipment.

🌐

Siemens SIMATIC MCP

by community

Local

Siemens SIMATIC PLC integration for reading/writing process data, alarms, and diagnostics via S7 protocol.

📊

GE Proficy Historian MCP

by community

Local

GE Proficy Historian industrial time-series data platform — query, trend, and analyze plant and process data.

🔧

Nagios MCP

by community

Local

Nagios monitoring server — query host/service status, acknowledge alerts, and manage downtime schedules.

🔧

LibreNMS MCP

by community

Local

LibreNMS network monitoring — discover devices, check port status, retrieve SNMP data, and manage alerts.

📊

Apache Superset MCP

by community

Local

Apache Superset data visualization — query datasets, explore charts, and retrieve dashboard metrics via MCP.

🌐

HL7 Messaging MCP

by health-community

Local

HL7 v2 and FHIR messaging standard integration — parse, generate, and transform HL7 messages for healthcare interoperability. Supports ADT, ORU, SIU, MDM message types and FHIR R4 resource mapping.

🌐

OpenCorporates MCP

by opencorporates-community

Local

OpenCorporates company data API — query 200M+ companies across 140+ jurisdictions. Look up company registrations, directors, filings, relationships, and corporate network graphs for due diligence and legal research.

🌐

USPTO Patent MCP

by uspto-community

Local

USPTO Patent Full Text Database API — search granted patents and published applications, retrieve claims and specifications, track patent families, monitor citations, and analyze prior art. Powered by USPTO PatentsView and Open Data Portal.

🌐

HUD Open Data MCP

by hud-community

Local

HUD (U.S. Department of Housing and Urban Development) open data API — query fair market rents, income limits, housing affordability metrics, LIHTC properties, homeless program data, and community development grants by geography.

🌐

USGS Earth Science MCP

by usgs-community

Local

USGS (U.S. Geological Survey) National Map APIs — query earthquake data, water resources, topographic maps, land cover, streamflow gauges, groundwater levels, and mineral resources. Supports real-time seismic and hydrologic feeds.

💰

Maxio MCP

by maxio-community

Local

Maxio (formerly Chargify + SaaSOptics) billing intelligence API — manage subscriptions, components, coupons, and metered usage billing. Query financial metrics, revenue schedules, and SaaS growth analytics for B2B subscription businesses.

🌐

Birdeye MCP

by birdeye-community

Local

Birdeye reputation management API — monitor and respond to reviews across 150+ sites, manage business listings, run customer surveys, and track brand sentiment. Automate review response workflows and competitor analysis for multi-location businesses.

Nosto E-commerce Personalization MCP

by nosto-community

Local

Nosto e-commerce personalization API — manage product recommendations, behavioral pop-ups, content personalization, and A/B tests. Query segment performance, campaign analytics, and conversion attribution for Shopify, Magento, and BigCommerce stores.

Bloomreach Commerce Experience MCP

by bloomreach-community

Local

Bloomreach Digital Experience Platform API — manage headless CMS content, product catalog search, personalization campaigns, and email marketing automation. Query Bloomreach Engagement segments, journeys, and commerce analytics.

🌐

IMF Data MCP

by community

Local

International Monetary Fund data API — access World Economic Outlook, Balance of Payments, Financial Soundness Indicators, and other IMF datasets.

🌐

OpenSecrets MCP

by community

Local

Center for Responsive Politics API — query US campaign finance data, lobbying records, PAC contributions, and congressional voting data.

🗄️

QuestDB MCP

by questdb

LocalOfficial

QuestDB high-performance time-series database — ingest sensor data, run SQL queries on time-series data, and visualize real-time metrics.

🗄️

KDB+ / q MCP

by community

Local

KX kdb+ time-series database for financial and IoT data — execute q queries, manage tables, and analyze high-frequency tick data via MCP.

💰

Crypto Fear & Greed Index MCP

by kukapay

Local

Real-time crypto market sentiment MCP server using Alternative.me Fear & Greed Index data for AI-driven trading analysis.

🌐

Zillow MCP Server

by sap156

Local

Real-time Zillow real estate data MCP server built with Python and FastMCP. Search properties, get Zestimates, and analyze housing markets.

🌐

Real Estate MCP

by agentic-ops

Local

Comprehensive real estate MCP server for property listings, market analysis, comparative valuations, and real estate data management.

🌐

BatchData Real Estate MCP

by zellerhaus

Local

Real estate MCP enabling Claude to access BatchData property records, perform address verification, and analyze real estate information.

🌐

Fitness MCP Server

by ewongz

Local

MCP server for analyzing personal fitness activity data. Query workout history, track athletic performance, and get training insights.

🌐

MCP Sports

by reeeeemo

Local

Real-time sports statistics MCP server powered by SportsRadar API. Access live scores, player stats, and league standings for major sports.

🌐

Supply Chain Digital Twin MCP

by Ryan-Clinton

Local

Digital twin MCP for supply chain and logistics resilience modeling with simulation, disruption analysis, and optimization capabilities.

🌐

Climatiq Carbon MCP

by jagan-shanmugam

Local

Carbon emissions calculator MCP server powered by Climatiq API. Estimate environmental impact of activities, travel, and energy usage.

🌐

EPA Environmental MCP

by cyanheads

Local

EPA data MCP providing facility compliance records, toxic release inventory, Superfund site information, and air quality monitoring data.

🌐

SAP SuccessFactors MCP

by community

Local

Connect to SAP SuccessFactors HCM suite for talent management, learning, compensation, and workforce analytics.

🌐

ProPublica APIs MCP

by community

Local

Access ProPublica's public interest APIs for Congress data, nonprofit financials, and criminal justice statistics.

🗄️

VictoriaMetrics MCP

by community

Local

Query VictoriaMetrics for fast, cost-effective time-series data storage and analytics — compatible with Prometheus and Graphite.

🎬

YouTube Data API MCP

by community

Local

Access YouTube Data API v3 for channel analytics, video metadata, search, captions, playlists, and comment threads through AI agents.

📊

AppsFlyer Mobile Attribution MCP

by community

Local

Access AppsFlyer for mobile app attribution, campaign performance, LTV analytics, and fraud detection through AI-driven marketing insights.

📊

Adjust Mobile Analytics MCP

by community

Local

Integrate Adjust for mobile attribution, cohort analysis, uninstall tracking, and SKAdNetwork reporting through AI-powered analytics workflows.

📊

CARTO Geospatial Analytics MCP

by community

Local

Run spatial analytics, location intelligence, and geospatial queries with CARTO for AI-powered mapping and site selection workflows.

🌐

vAuto Provision MCP

by community

Local

Use vAuto's live market data for used vehicle appraisal, inventory management, and pricing strategy at auto dealerships.

🌐

CareStack Dental MCP

by community

Local

Use CareStack's cloud dental software for multi-location practice management, patient engagement, revenue cycle, and analytics across dental groups.

🌐

Sense Energy Monitor MCP

by community

Local

Connect to Sense home energy monitor for real-time electricity usage, device detection, solar production, and consumption analytics.

🌐

Tesla Powerwall MCP

by community

Local

Interact with Tesla Powerwall and solar systems via the Tesla Energy API for battery status, charge levels, solar production, and grid export.

🌐

Fronius Solar MCP

by community

Local

Access Fronius solar inverter data via the Solar.web API for PV system monitoring, yield analysis, and energy flow visualization.

🌐

Geoapify Maps MCP

by community

Local

Access Geoapify geocoding, routing, places API, and isoline calculations for building location-aware features without usage limits of Google Maps.

🌐

Geocodio MCP

by community

Local

Use Geocodio for US and Canada address geocoding, census data append, congressional district lookup, and batch address standardization.

🌐

Time Doctor MCP

by community

Local

Use Time Doctor's workforce analytics platform for work session tracking, website monitoring, productivity scoring, and payroll integration.

🌐

GoodWe Solar Inverter MCP

by community

Local

Monitor GoodWe solar inverters and battery storage via the SEMS Portal API for real-time PV generation, grid interaction, and performance analytics.

🌐

Lightspeed Restaurant MCP

by community

Local

Use Lightspeed Restaurant POS API for order management, menu configuration, floor plan management, inventory, and sales reporting at food service businesses.

🌐

Health Gorilla MCP

by community

Local

Access nationwide health data exchange network via Health Gorilla APIs for lab results, diagnostic imaging, clinical documents, and patient health history aggregation.

🌐

John Deere Operations Center MCP

by community

Local

Access John Deere Operations Center API for machine telemetry, field operations data, equipment diagnostics, agronomic data exchange, and farm management integrations.

🌐

CNH AFS Connect MCP

by community

Local

Integrate with CNH Industrial AFS Connect for Case IH and New Holland equipment monitoring, field mapping, yield data, and precision agriculture workflow management.

🌐

Carbon Interface MCP

by community

Local

Calculate carbon emissions for electricity, flights, vehicles, shipping, and fuel combustion via Carbon Interface API with support for carbon offset project data.

🌐

Climatiq Emissions MCP

by community

Local

Access Climatiq emission factor database for Scope 1, 2, and 3 carbon calculations across energy, transportation, procurement, and supply chain activities with verified emission factors.

🌐

Persefoni Climate MCP

by community

Local

Enterprise carbon accounting platform integration for Scope 1-3 emissions tracking, TCFD reporting, SBTi alignment, and decarbonization scenario modeling.

💰

Prophix FP&A MCP

by community

Local

Connect to Prophix financial performance management platform for budgeting, forecasting, financial consolidation, workforce planning, and management reporting automation.

💰

OneStream XF MCP

by community

Local

Integrate with OneStream unified financial platform for financial consolidation, planning, reporting, analytics, and account reconciliation across complex enterprise structures.

💰

Planful FP&A MCP

by community

Local

Access Planful financial planning and analysis platform for continuous planning, financial close management, dynamic reporting, and scenario modeling for finance teams.

🔒

Exabeam SIEM MCP

by community

Local

Connect to Exabeam security information and event management for behavioral analytics, threat detection, UEBA, automated investigation, and security operations center workflows.

🌐

Dexcom CGM MCP

by community

Local

Access Dexcom continuous glucose monitoring API for real-time and historical blood glucose readings, alerts, calibration data, and device management for diabetes digital health apps.

🌐

Abbott LibreView MCP

by community

Local

Connect to Abbott FreeStyle Libre glucose monitoring system API for continuous glucose data, time-in-range analytics, ambulatory glucose profiles, and clinical reporting.

🌐

John Deere Operations Center MCP

by community

Local

Access John Deere Operations Center API for farm management data, machine telematics, field boundaries, agronomic records, and precision agriculture prescriptions.

💰

Pricefx Pricing MCP

by community

Local

Connect to Pricefx AI-powered pricing platform for price optimization, CPQ, rebate management, price waterfall analysis, and dynamic pricing strategy implementation.

💰

Vendavo Profit Intelligence MCP

by community

Local

Integrate Vendavo commercial excellence platform for deal management, price guidance, rebate analytics, margin intelligence, and B2B revenue optimization.

📊

ChartMogul SaaS Analytics MCP

by community

Local

Access ChartMogul subscription analytics platform for MRR, churn, LTV, cohort analysis, customer segmentation, and revenue recognition for SaaS and subscription businesses.

📊

Baremetrics MCP

by community

Local

Connect to Baremetrics subscription analytics for MRR tracking, churn forecasting, failed charge recovery, revenue dashboards, and customer segmentation for SaaS businesses.

💻

Code Climate MCP

by community

Local

Integrate Code Climate automated code review for maintainability, test coverage, code smells, duplication detection, and velocity metrics across engineering teams.

🗄️

OSIsoft PI System MCP

by community

Local

Connect to OSIsoft PI System (AVEVA) for time-series operational data, PI Web API queries, historian data, asset framework, and industrial data analytics for OT/IT integration.

🌐

Esri ArcGIS MCP

by community

Local

Integrate Esri ArcGIS platform for geospatial analysis, web mapping, feature services, geocoding, routing, spatial analytics, and enterprise GIS data management.

🌐

EPA Environmental Data MCP

by community

Local

Access EPA environmental data APIs — air quality index (AirNow), water quality (ECHO), Toxic Release Inventory, Superfund site data, emissions monitoring, and enforcement records.

🌐

Watershed Carbon Accounting MCP

by community

Local

Integrate Watershed enterprise carbon management for GHG emissions measurement, Scope 1/2/3 tracking, supplier engagement, carbon credits, and ESG disclosure reporting.

🌐

Microsoft Sustainability Manager MCP

by community

Local

Connect to Microsoft Sustainability Manager for activity data ingestion, emissions calculations, renewable energy certificates, ESG reporting, and carbon reduction planning.

🗄️

Apache Spark MCP

by community

Local

Submit and manage Apache Spark jobs, query Spark SQL, monitor job execution, manage DataFrames, and orchestrate batch/streaming data processing pipelines.

🗄️

Databricks Unity Catalog MCP

by community

Local

Govern Databricks Unity Catalog — data lineage, access controls, table and column-level permissions, data discovery, quality monitoring, and cross-workspace catalog sharing.

🔧

Prometheus Metrics MCP

by community

Local

Query Prometheus time-series metrics, execute PromQL, explore metric labels, manage alerting rules, check alert states, and visualize metric trends for SRE workflows.

🔧

Grafana Dashboards MCP

by community

Local

Manage Grafana dashboards, panels, data sources, alerting, annotations, and on-call schedules — query dashboards programmatically and create alerts from natural language.

🌐

Runway ML MCP

by community

Local

Access Runway Gen-2 and Gen-3 video generation API for text-to-video, image-to-video, video inpainting, motion brush, and AI video editing capabilities within your AI pipelines.

📋

Totango Customer Success MCP

by community

Local

Integrate Totango SuccessBlox for account health monitoring, customer journey orchestration, success plays automation, and real-time churn prediction with usage data correlation.

📋

ChurnZero Customer Success MCP

by community

Local

Connect ChurnZero for SaaS customer health tracking, in-app communication triggers, NPS collection, renewal forecasting, and automated customer success playbook execution.

📋

Vitally Customer Success MCP

by community

Local

Access Vitally platform for customer success metrics, account scoring, task automation, health dashboards, and CSM workflow management across your B2B customer base.

📊

Elastic Stack MCP

by community

Local

Query and manage Elasticsearch, Kibana dashboards, and Elastic APM — search indices, run aggregations, retrieve APM traces, manage indices, and build log analysis workflows.

📊

Dynatrace Observability MCP

by community

Local

Access Dynatrace platform for problems, Davis AI insights, metrics, logs, traces, entity relationships, synthetic monitoring, and infrastructure topology via Dynatrace API.

🌐

Reddit MCP

by community

Local

Access Reddit API for reading subreddits, posts, comments, user profiles, search, and moderating communities — ideal for social listening, market research, and community engagement workflows.

🌐

Hacker News MCP

by community

Local

Query Hacker News API for top stories, new posts, Ask HN, Show HN, job listings, user profiles, and comment threads — useful for tech trend monitoring and content research workflows.

🌐

Apify MCP

by community

Local

Run Apify actors for web scraping, browser automation, and data extraction at scale — access 1,500+ pre-built scrapers for social media, e-commerce, maps, and search engines via Apify platform.

🌐

Bright Data MCP

by community

Local

Leverage Bright Data web scraping infrastructure for structured data collection, residential proxy access, SERP scraping, and dataset delivery via Bright Data Web Unlocker and Scraping Browser.

🌐

Diffbot MCP

by community

Local

Extract structured data from any webpage with Diffbot AI-powered web scraping — article extraction, product data, company knowledge graph, entity disambiguation, and natural language API.

🌐

Oxylabs MCP

by community

Local

Access Oxylabs proxy network and scraper APIs for e-commerce price monitoring, SERP tracking, travel data, real estate listings, and custom web scraping with residential and datacenter proxies.

🌐

Zyte (Scrapy Cloud) MCP

by community

Local

Deploy and manage web crawlers on Zyte Scrapy Cloud, run Zyte API for smart proxy and automatic extraction, and access structured data from crawl jobs for market intelligence workflows.

🌐

Perplexity Sonar MCP

by community

Local

Use Perplexity Sonar API for real-time web-grounded answers, citations, and research synthesis — access sonar-small for fast lookups and sonar-large for deep research with source attribution.

📊

Microsoft Power BI MCP

by community

Local

Interact with Power BI REST API — query datasets, refresh reports, manage workspaces, embed dashboards, run DAX queries, export report pages, and orchestrate BI workflows programmatically.

📊

Yellowfin BI MCP

by community

Local

Access Yellowfin analytics platform via REST API — query reports and dashboards, manage data sources, run scheduled reports, handle user provisioning, and embed BI content programmatically.

🌐

Trulia MCP

by community

Local

Access Trulia real estate data via API — search property listings, retrieve neighborhood data, crime scores, school ratings, commute times, and market trends for homebuying research and analysis.

🌐

Opendoor MCP

by community

Local

Integrate with Opendoor iBuyer platform API — request instant home valuations, manage seller transactions, track offer timelines, and access market comparables for real estate workflow automation.

🌐

Chargify / Maxio MCP

by community

Local

Manage subscription billing with Chargify (now Maxio) API — create subscriptions, handle upgrades and downgrades, process billing events, generate MRR reports, and manage dunning workflows.

🌐

Stax Payments MCP

by community

Local

Integrate Stax (formerly Fattmerchant) subscription billing and payment processing API — manage flat-rate merchant accounts, invoicing, payment links, ACH processing, and recurring billing workflows.

🌐

Semantic Scholar MCP

by community

Local

Access Semantic Scholar academic knowledge graph — search 200M+ papers, retrieve citations, author profiles, research topics, TLDR summaries, and recommendations for scientific literature review workflows.

📊

Palantir Foundry MCP

by community

Local

Connect to Palantir Foundry for enterprise data integration, ontology management, pipeline orchestration, and AI-driven analytics across large-scale datasets and operational workflows.

🗄️

Snowflake Cortex MCP

by community

Local

Access Snowflake Cortex AI features including LLM functions, semantic search, document AI, and ML-powered analytics directly from your AI assistant — query data and run ML models in a single flow.

🗄️

Databricks Lakehouse MCP

by community

Local

Interact with Databricks Lakehouse Platform — run Spark jobs, query Delta tables, manage Unity Catalog assets, trigger ML pipelines, and access Feature Store and Model Serving endpoints.

Apache Airflow MCP

by community

Local

Manage and monitor Apache Airflow DAGs, trigger pipeline runs, inspect task logs, pause/unpause workflows, and query DAG run history — full workflow orchestration control from your AI assistant.

Arize Phoenix MCP

by community

Local

Monitor LLM applications with Arize Phoenix — trace AI model calls, evaluate prompt performance, detect hallucinations, analyze latency, and debug RAG pipeline quality in real time.

Evidently AI MCP

by community

Local

Run ML model monitoring and data quality checks using Evidently AI — detect data drift, feature drift, model performance degradation, and generate test reports for production ML systems.

🗄️

Starburst Galaxy MCP

by community

Local

Query data across any source with Starburst Galaxy (Trino-based) — run federated SQL across S3, Snowflake, BigQuery, PostgreSQL, and 50+ connectors without moving data.

🗄️

Trino MCP

by community

Local

Execute distributed SQL queries with Trino (formerly PrestoSQL) — query data across Hive, Iceberg, Delta Lake, and dozens of connectors with ANSI SQL and sub-second interactive analytics.

🗄️

Rockset MCP

by community

Local

Run real-time analytics with Rockset — execute SQL on streaming data with sub-second latency, manage collections and query lambdas, and build live dashboards on continuously updating datasets.

🗄️

Firebolt MCP

by community

Local

Query Firebolt cloud data warehouse — execute sub-second analytics SQL on massive datasets using Firebolt's indexing engine, manage engines and databases, and run workload-optimized queries.

Apache Flink MCP

by community

Local

Manage Apache Flink streaming jobs — submit DataStream and Table API jobs, monitor job status and metrics, manage savepoints and checkpoints, and control stateful stream processing pipelines.

📊

Talend Cloud MCP

by community

Local

Manage Talend Cloud data integration pipelines — create and trigger ETL jobs, monitor task execution, manage connections and datasets, and orchestrate data quality and governance workflows.

📊

Informatica IDMC MCP

by community

Local

Access Informatica Intelligent Data Management Cloud — run data integration tasks, manage mappings and mapplets, execute data quality rules, and orchestrate MDM and data governance workflows.

📊

Stitch Data MCP

by community

Local

Control Stitch data pipelines (Talend) — manage source integrations, trigger sync jobs, monitor replication status, configure extraction schedules, and audit data loads into your warehouse.

📊

Matillion MCP

by community

Local

Orchestrate Matillion Data Productivity Cloud pipelines — create and run Orchestration and Transformation jobs, manage environments and projects, and monitor pipeline execution and errors.

📊

Talend Open Studio MCP

by community

Local

Connect to Talend Open Studio jobs and repositories — execute data integration jobs, manage metadata repositories, run data quality checks, and generate reports from Talend's open-source ETL engine.

📊

Informatica PowerCenter MCP

by community

Local

Integrate with Informatica PowerCenter for enterprise ETL — start and stop workflows, monitor session logs, manage repository folders, and query domain and service metadata programmatically.

🔧

Bugsnag MCP

by community

Local

Monitor and triage Bugsnag error reports — query error trends and affected users, update error states and assignments, link errors to deploys, set stability scores, and correlate crashes with release versions.

🔧

Rollbar MCP

by community

Local

Integrate with Rollbar error monitoring — query occurrences and stack traces, update item statuses, manage deploy tracking, set notification rules, retrieve person-level error context, and generate stability reports.

📊

LogRocket MCP

by community

Local

Access LogRocket session replay and product analytics — query user sessions with network and console logs, identify rage-click and dead-click events, correlate errors with specific user journeys, and track feature adoption funnels.

📊

Mouseflow MCP

by community

Local

Query Mouseflow session recordings and heatmaps — retrieve click, scroll, and form analytics, filter sessions by user attributes or friction events, access funnel conversion data, and export aggregated behavior reports.

📊

Lucky Orange MCP

by community

Local

Integrate with Lucky Orange conversion analytics — access heatmaps, recordings, and form analytics, query visitor segments, trigger live chat and survey interactions, and retrieve funnel drop-off data for CRO workflows.

📊

Deepnote MCP

by community

Local

Interact with Deepnote collaborative data notebooks — run notebook cells, query results from executed code, manage projects and integrations, share notebooks, and export notebook outputs to PDF or HTML formats.

📊

Mode Analytics MCP

by community

Local

Access Mode data analytics platform — run SQL reports and Python/R notebooks, query report results, manage data connections and schema browsers, share analyses, and embed charts in external dashboards.

📊

Hex Data MCP

by community

Local

Connect to Hex collaborative analytics workspace — run SQL and Python cells, retrieve app outputs and chart data, manage projects and schedules, share results, and trigger automated Hex app refreshes via API.

Split.io Feature Flags MCP

by community

Local

Manage Split.io feature flags and experiments — create and update feature flags with targeting rules, query treatment assignments for users, analyze metric impacts on running experiments, and archive stale flags.

📊

Crazy Egg MCP

by community

Local

Retrieve Crazy Egg heatmap and A/B test data — access snapshot reports, click and scroll maps, confetti views, and recording lists, query A/B test variant performance, and compare conversion rates across page variants.

🗄️

Google BigQuery MCP

by community

Local

Run analytics on Google BigQuery — execute SQL queries on petabyte-scale datasets, manage datasets and tables, schedule and monitor query jobs, stream inserts, handle partitioning and clustering, and query billing cost estimates.

🌐

Particle IoT MCP

by community

Local

Control Particle IoT devices (Photon, Electron, Argon, Boron) — call device cloud functions, read and write variables, query event streams, flash firmware OTA, manage device fleets and product configurations, and retrieve device vitals and diagnostics.

🌐

Victron Energy VRM MCP

by community

Local

Monitor Victron Energy solar and battery systems via VRM portal API — query battery state of charge, PV production, grid import/export, DC loads, and alarm history, manage site settings and access control for off-grid and marine energy installations.

🗄️

InfluxDB IoT Time Series MCP

by community

Local

Query and write IoT time series data in InfluxDB — execute Flux and InfluxQL queries, write sensor measurements with tags and fields, manage retention policies and downsampling tasks, monitor continuous queries, and build real-time dashboards via API.

🌐

NREL Energy Data MCP

by community

Local

Access National Renewable Energy Laboratory APIs — query solar irradiance (NSRDB), wind resource maps, EV charging station locations, utility rate database (URDB), energy efficiency incentives, biomass feedstock data, and building energy models.

🌐

CDC WONDER Public Health MCP

by community

Local

Query CDC WONDER public health databases — retrieve natality, mortality, cancer incidence, STI surveillance, Medicaid claims, and environmental health data aggregated by state, county, age group, race, and cause of death using the WONDER API.

🔧

PRTG Network Monitor MCP

by community

Local

Infrastructure monitoring via PRTG API — retrieve sensor status and alert conditions, query bandwidth utilization and traffic graphs for network interfaces, manage device groups and monitoring trees, acknowledge alerts and set maintenance windows, retrieve historical performance data, manage notification triggers, and monitor uptime and response time for hosts and services.

💬

Five9 MCP

by community

Local

Cloud contact center operations via Five9 API — query agent state and availability, retrieve call recordings and transcripts, manage IVR scripts and call routing rules, monitor real-time queue statistics and service level metrics, retrieve campaign lists and dialing rules, manage agent skills and routing domains, and access historical reporting and CX analytics.

💬

NICE CXone MCP

by community

Local

Enterprise contact center management via NICE CXone API — retrieve agent performance metrics and adherence data, query interaction recordings and analytics, manage workforce scheduling and forecasts, retrieve ACD routing configurations, access AI-driven coaching recommendations, monitor real-time dashboard data, manage omnichannel queues, and integrate CX data with CRM and BI platforms.

📊

Verizon Connect MCP

by community

Local

Fleet telematics and management via Verizon Connect Reveal API — retrieve real-time vehicle locations and route histories, query driver behavior events (hard braking, speeding), access fuel consumption and idling reports, manage geofence alerts and notifications, retrieve maintenance reminders and vehicle health data, monitor driver safety scores, schedule dispatch and manage job assignments.

📊

FleetComplete MCP

by community

Local

Fleet and mobile workforce management via FleetComplete API — track vehicle positions and ETA in real time, retrieve trip history and driver logs, manage HOS (Hours of Service) compliance data, access DVIR inspection reports, monitor temperature sensors for refrigerated vehicles, manage asset tracking and maintenance schedules, retrieve fuel card transaction data, and generate compliance and productivity reports.

📊

Bushel Farm (FarmLogs) MCP

by community

Local

Farm management and precision agriculture via Bushel Farm API — access field boundaries and soil data, retrieve crop activity logs and planting records, query yield data and harvest summaries, access weather-driven field observation notes, manage machine and equipment records, retrieve spray and fertilizer application logs, integrate with ag equipment telematics, and export agronomic data for analysis.

🌐

Stats Perform (Opta) MCP

by community

Local

Professional sports data and AI analytics via Stats Perform API — access Opta football data including match events, player tracking, expected goals, and formation data, retrieve NBA shot charts and advanced metrics, access cricket ball-by-ball data, query historical databases, get AI-powered predictive models and probability data, manage media assets and match center feeds, and integrate with broadcasting and betting platforms.

📊

FullStory MCP

by community

Local

Analyze digital experience data via the FullStory API — query session replay segments by user attributes and behavioral signals, retrieve frustration signal counts such as rage clicks and error clicks, access page performance and interaction metrics, export session data for funnel and cohort analysis, identify UX friction in specific user flows, and correlate behavioral data with conversion and retention outcomes.

📊

Hotjar MCP

by community

Local

Access Hotjar behavior analytics data via the Hotjar API — retrieve heatmap data for click, scroll, and move patterns on specific pages; query session recording segments filtered by user attributes; access NPS and survey response data; retrieve funnel drop-off analysis; export user feedback and poll results; and correlate on-site behavior signals with UX improvements and A/B test outcomes.

📊

Contentsquare MCP

by community

Local

Access Contentsquare digital experience analytics via the CS API — retrieve zone-based heatmap data for content engagement and scroll depth, query session segmentation by device and campaign, access Customer Journey Analysis funnels, retrieve frustration and error tracking metrics, export page performance and impact quantification data, and integrate DX insights into product and UX team workflows.

📊

Microsoft Clarity MCP

by community

Local

Access Microsoft Clarity behavior analytics data — retrieve heatmap snapshots for click and scroll patterns across pages, query session recording segments filtered by behavioral signals, access dead click and rage click frequency reports, retrieve popular pages and entry/exit page data, export session insights for UX audits, and correlate Clarity behavior data with Bing Webmaster and Microsoft Ads performance metrics.

📊

Smartlook MCP

by community

Local

Integrate Smartlook product analytics and session replay via the Smartlook API — query session recordings filtered by user properties and custom events, access funnels and conversion analysis, retrieve heatmap data and click tracking, query event-based user journey reports, manage custom events and user identification, export session and event data for product analytics workflows, and correlate behavior signals with retention metrics.

📋

ClientSuccess MCP

by community

Local

Integrate ClientSuccess customer success platform — track customer health scores and churn risk signals, manage onboarding playbooks, query subscription metrics, log customer interactions and QBR notes, set success milestones, trigger automated check-in workflows, analyze NPS and engagement data, and build retention dashboards for SaaS customer success teams.

🗄️

Stitch Data MCP

by community

Local

Manage ELT pipelines via Stitch (Talend Cloud) — configure data source connections, manage integration schedules and replication keys, query extraction and loading status, monitor pipeline health and errors, access source schemas and table configurations, manage destination warehouses, pull data freshness metrics, and orchestrate multi-source data consolidation into analytics warehouses.

🗄️

Matillion MCP

by community

Local

Orchestrate cloud data transformation via Matillion ETL — manage jobs and pipelines, trigger transformation workflows, query job execution history and logs, manage environment configurations and variables, access component libraries for data transformation, handle API and database source connections, monitor pipeline performance, and build data engineering automation for Snowflake, Redshift, and BigQuery.

📊

New Relic MCP

by community

Local

Query observability data via the New Relic NRQL API — run NRQL queries across APM metrics, distributed traces, and logs, access application performance baselines, query error rates and response times, manage alert policies and conditions, pull infrastructure metrics for hosts and containers, access synthetic monitor results, and build dashboards and SLO compliance reports.

📊

Elastic APM MCP

by community

Local

Access Elastic APM observability via the Elasticsearch and Kibana APIs — query service performance metrics, distributed traces, and error rates, analyze transaction latency percentiles, pull infrastructure and host metrics, access ML anomaly detection results, manage APM agent configuration, query log correlation data, build service maps, and monitor real user monitoring (RUM) analytics.

📊

Loggly MCP

by community

Local

Search and analyze application logs via the Loggly API — query log events with Lucene syntax, filter by source and severity, pull log volume trends, set up and manage alerts on log patterns, access parsed fields and custom tags, analyze error frequency across services, pull field distribution statistics, and integrate log search into incident investigation workflows.

📊

Papertrail MCP

by community

Local

Access Papertrail cloud log management via the Papertrail API — search log archives with wildcard and regex queries, tail live log streams, manage log routing to systems and groups, set up alert notifications, query events by source host and program, access historical log archives, pull usage statistics, and integrate log search into DevOps and SRE incident response workflows.

📊

LogDNA (Mezmo) MCP

by community

Local

Search and manage logs via LogDNA/Mezmo — query log lines with field-based filtering, access streaming log tails, manage log views and saved queries, configure alert policies on patterns, pull log usage metrics, manage ingestion exclusion rules, access log parsing configurations, export log archives, and integrate centralized log analysis into observability and compliance workflows.

💰

Empower Personal Dashboard MCP

by community

Local

Access Empower Personal Dashboard (formerly Personal Capital) financial data via their API — aggregate investment portfolio positions and performance, retrieve net worth snapshots across all linked accounts, analyze asset allocation and fee assessments, pull retirement readiness projections, access cash flow analysis and spending categorization, fetch tax optimization recommendations, and build comprehensive personal wealth management dashboards.

🎮

DraftKings MCP

by community

Local

Access DraftKings daily fantasy sports and sportsbook data via their API — retrieve contest listings, player projections, and salary data for DFS lineup optimization; fetch live betting odds, lines, and spreads across NFL, NBA, MLB, NHL, and soccer; pull historical performance data for handicapping; access live score updates and game props; manage lineup entries; and build sports analytics and betting research tools.

🎮

FanDuel MCP

by community

Local

Integrate FanDuel daily fantasy sports and sportsbook via their partner API — retrieve DFS contest slates, player salary data, injury reports, and ownership projections; access sportsbook odds and lines for game spreads, totals, and player props; fetch live in-game wagering markets; pull contest results and earnings history; access early withdrawal and same-game parlay builders; and build sports betting analytics dashboards.

🎮

OddsJam MCP

by community

Local

Access OddsJam sports betting odds comparison and positive EV data via their API — retrieve real-time odds from 50+ sportsbooks for NFL, NBA, MLB, NHL, college football, and more; identify arbitrage opportunities and positive expected value bets; fetch closing line value analysis; access sharp money movement and steam alerts; pull historical odds data; and build sports betting model inputs and arbitrage automation tools.

🌐

OpenSky Network MCP

by community

Local

Access free real-time and historical ADS-B flight tracking data from the OpenSky Network — retrieve live aircraft positions, velocities, and headings; query flight trajectories and state vectors for any ICAO24 transponder; fetch airport arrival and departure data; access historical flight path data for research; pull airspace density statistics; and build aviation analytics, airspace monitoring, and flight research applications.

🌐

FlightAware AeroAPI MCP

by community

Local

Access professional-grade flight tracking via FlightAware AeroAPI — retrieve real-time and historical flight status, departure/arrival times, gate assignments, and delay reasons; query flight schedules and codeshares; access aircraft tail number tracking and operator fleet data; pull airport departure and arrival boards; retrieve flight filing and route data; access turbulence and weather deviation alerts; and build corporate travel, logistics, and aviation analytics applications.

🔧

Grafana Loki MCP

by community

Local

Query and analyze log aggregation data from Grafana Loki via the LogQL API — execute LogQL log stream and metric queries, retrieve log lines with label filtering and regex matching, pull log volume metrics and rate calculations, access label discovery and value enumeration, manage log retention policies and storage tiers, build log-based alerting rules, and integrate Loki log data with Grafana dashboards and incident response workflows.

🔧

Grafana Tempo MCP

by community

Local

Access distributed tracing data from Grafana Tempo via TraceQL — query traces by service, operation, duration, and attribute values using TraceQL syntax, retrieve full span trees and trace timelines, analyze latency distributions and error rates across services, correlate traces with Loki logs and Prometheus metrics, access service graph data and RED metrics, pull trace exemplars, and build distributed system debugging and performance analysis workflows.

🔧

OpenTelemetry Collector MCP

by community

Local

Manage and query OpenTelemetry Collector pipelines via the zPages and pprof extension APIs — retrieve pipeline status for receivers, processors, and exporters; access trace and metric sampling statistics; manage collector configuration hot-reloading; pull internal telemetry and performance metrics; manage batch processor queues; access log pipeline throughput data; and build OTel Collector administration and observability automation workflows.

🔧

Vector.dev MCP

by community

Local

Control Vector observability data pipeline via its GraphQL API and REST endpoints — retrieve pipeline topology and component status, query throughput and error rate metrics for sources, transforms, and sinks, access internal telemetry and buffer health, hot-reload pipeline configurations, manage Vector Remap Language (VRL) transform logic, pull component-level performance profiling, and build data pipeline administration and monitoring automation.

📣

Clay MCP

by community

Local

Integrate Clay GTM data enrichment via their API — trigger enrichment workflows on lead lists using 75+ data providers, retrieve enriched company and contact data including technographics, funding rounds, headcount, and job changes, access AI-powered research waterfalls and fallback chains, manage table data and enrichment runs, pull enrichment coverage and accuracy metrics, export to CRM systems, and build automated lead scoring and ICP matching pipelines.

📣

Common Room MCP

by community

Local

Access Common Room community-led growth intelligence via their API — retrieve community member profiles aggregated from GitHub, Slack, Discord, Twitter, LinkedIn, and Stack Overflow; pull product usage signals and community engagement scores; fetch segment membership and intent scoring data; access automated workflow triggers for sales and DevRel; retrieve contribution activity timelines; manage member CRM syncing; and build community-led growth and developer relations analytics.

📣

Warmly MCP

by community

Local

Integrate Warmly signal-based revenue orchestration via their API — identify anonymous website visitors using IP and cookie resolution, retrieve company and contact deanonymization data, access real-time chat and Slack alerts for high-intent visitors, pull intent signal scores from 3rd-party data sources, manage routing rules and rep assignment, retrieve conversation transcripts, access account engagement timelines, and build pipeline generation automation workflows.

📣

Apollo.io MCP

by community

Local

Access Apollo.io B2B sales intelligence and engagement via their API — search 275M+ contact and company records with filters for job title, company size, industry, technology stack, and funding; retrieve enriched contact data including direct dials and verified emails; manage sequences and outbound email campaigns; access engagement analytics and reply tracking; pull account and contact scoring; sync to Salesforce and HubSpot; and build prospecting and pipeline generation automation.

📣

ZoomInfo MCP

by community

Local

Integrate ZoomInfo B2B contact and company intelligence via their API — search verified contacts and company profiles with intent signal overlays, retrieve direct dial phone numbers and business emails, access company org charts and department structures, pull technographic data and installed technology stacks, fetch buying intent signals and topic spikes, manage data enrichment for CRM records, access streaming intent alerts, and build account-based marketing and sales intelligence workflows.

📣

Brand24

by Brand24

Local

Real-time media monitoring and brand tracking. Track mentions, sentiment, and share of voice across social media, news, and the web.

📣

Meltwater

by Meltwater

Local

Enterprise media intelligence platform. Monitor news, social, broadcast, and podcasts for brand mentions and competitive insights.

📣

Mention

by Mention

Local

Real-time media monitoring for brands and agencies. Track brand mentions, keywords, and competitors across 1 billion+ sources.

📊

Greenly

by Greenly

Local

Carbon accounting and sustainability management platform. Measure your company's carbon footprint, set targets, and track emissions reduction progress.

📊

Normative

by Normative

Local

Science-based carbon accounting software. Automate Scope 1, 2, and 3 emissions calculations with AI-powered data collection and reporting.

📊

Emitwise

by Emitwise

Local

AI-powered carbon management platform for enterprises. Automate emissions data collection, calculate footprints, and generate CSRD-ready reports.

📊

EcoVadis

by EcoVadis

Local

Sustainability ratings and intelligence platform for global supply chains. Assess supplier ESG performance across environment, labor, ethics, and procurement.

📊

Sphera

by Sphera

Local

Integrated risk management and sustainability software. Manage EHS, product stewardship, supply chain risk, and ESG reporting from a single platform.

📊

Enablon

by Enablon

Local

EHS and sustainability management platform by Wolters Kluwer. Streamline compliance, manage incidents, and report ESG metrics with enterprise-grade software.

🔍

Nuix

by Nuix

Local

eDiscovery and digital intelligence platform. Process and analyze unstructured data at scale for investigations, compliance, and legal review.

🔍

Everlaw

by Everlaw

Local

Cloud-based litigation platform for eDiscovery, case management, and trial preparation. Collaborative review with predictive coding and story builder.

📊

Optimizely Web

by Optimizely

Local

Web experimentation and feature management platform. Run A/B tests, multivariate experiments, and feature flags without developer bottlenecks.

📊

VWO

by VWO

Local

Visual Website Optimizer for A/B testing, multivariate testing, and conversion rate optimization. Visual editor, heatmaps, and session recordings included.

📊

AB Tasty

by AB Tasty

Local

Experimentation and personalization platform for customer experience optimization. Run experiments, personalizations, and feature rollouts at enterprise scale.

📊

Kameleoon

by Kameleoon

Local

AI-driven personalization and experimentation platform for conversion optimization. Real-time audience targeting with predictive engagement scoring.

🔒

Varonis

by Varonis

Local

Data security platform protecting sensitive data across cloud and on-prem. Detect and respond to threats, manage permissions, and monitor data activity in real time.

🌐

EU Open Data Portal MCP

by community

Local

Access datasets from the European Union Open Data Portal covering statistics, legislation, environment, and public health.

💰

Morningstar Data MCP

by community

Local

Access Morningstar investment data including fund ratings, portfolio analytics, equity research, and ESG scores.

🌐

FEC Campaign Finance MCP

by community

Local

Query U.S. Federal Election Commission campaign finance data via the OpenFEC API — search candidate filings, PAC contributions, independent expenditures, and donor records, track political spending by committee, filter disbursements by candidate and election cycle, and pull real-time finance disclosures for any federal race.

🔧

Uptrace OpenTelemetry MCP

by community

Local

Monitor applications via Uptrace OpenTelemetry backend — query distributed traces and spans, retrieve service performance metrics, access log data, view error rates and P99 latencies, analyze trace attributes and custom metrics, monitor deployment health, and integrate OpenTelemetry observability into AI-assisted incident investigation and performance optimization workflows.

📣

Moz SEO MCP

by community

Local

Access Moz SEO metrics and link data via the Moz API — retrieve Domain Authority, Page Authority, and Spam Score for any URL, query backlink data and anchor text distributions, access keyword difficulty and SERP analysis, monitor link equity metrics, retrieve top pages and linking domains, and build SEO reporting and link-building workflows with Moz's proprietary metrics.

📣

Majestic SEO Backlinks MCP

by community

Local

Query Majestic's backlink intelligence via the Majestic API — retrieve Trust Flow, Citation Flow, and Topical Trust Flow metrics, access backlink history and anchor text reports, query referring domains and IPs, retrieve index status for URLs, access Clique Hunter for competitor link gap analysis, and power link building and SEO competitive intelligence with Majestic's 15+ trillion URL index.

🌐

CDC Open Data MCP

by community

Local

Access Centers for Disease Control and Prevention public health datasets via the CDC Open Data API — query disease surveillance, mortality statistics, vaccination coverage, chronic disease indicators, environmental health data, and NHANES survey results, retrieve state and county level public health metrics, access WONDER database queries, and integrate epidemiological data into AI-driven health analytics and research workflows.

Sponsored

Semrush

7-day Free Trial

Keyword research, competitor analysis, and content optimization for content automation workflows.

Try Semrush free →