MCPs tagged with data-access
-
FinData MCP Server
Open-source MCP server for LLM access to professional financial data.
FinData MCP Server offers standardized financial data access to large language models by implementing the Model Context Protocol. It supports multiple data providers such as Tushare and Wind, and enables retrieval of both market and macroeconomic data via Stdio or SSE transports. The server is configurable and integrates into AI systems, providing tools for market, fundamental, and financial data queries.
- ⭐ 45
- MCP
- zlinzzzz/finData-mcp-server
-
Dune Analytics MCP Server
Bridge Dune Analytics data seamlessly to AI agents via a Model Context Protocol server.
Dune Analytics MCP Server provides a Model Context Protocol-compliant server that allows AI agents to access and interact with Dune Analytics data. It exposes tools to fetch the latest results of Dune queries and execute arbitrary queries, returning results in CSV format. The server is easily deployable, supports integration with platforms like Claude Desktop, and requires a Dune Analytics API key for operation.
- ⭐ 31
- MCP
- kukapay/dune-analytics-mcp
-
Bankless Onchain MCP Server
Structured on-chain data access for AI models via the Bankless API
Bankless Onchain MCP Server enables AI models to interact with blockchain data using the Model Context Protocol (MCP). It provides endpoints to read contract state, fetch event logs, retrieve contract ABIs, source codes, and transaction information across multiple blockchain networks. The server standardizes access to on-chain state and events, allowing for context-rich blockchain data retrieval. This facilitates seamless integration of on-chain data into AI-driven workflows.
- ⭐ 70
- MCP
- Bankless/onchain-mcp
-
Coinmarket MCP server
Access CoinMarketCap data through MCP for AI models and tools
Coinmarket MCP Server provides an interface for accessing CoinMarketCap cryptocurrency data via the Model Context Protocol. It supports retrieving the latest currency listings and token quotes using custom URI schemes. The server is compatible with environments like Claude Desktop and Docker, and requires a CoinMarketCap API key for operation.
- ⭐ 43
- MCP
- anjor/coinmarket-mcp-server
-
Trino MCP Server
Expose Trino tables and querying via the Model Context Protocol.
Trino MCP Server acts as an MCP-compatible interface, allowing users to query and list tables from Trino using Python. It bridges Trino's distributed SQL engine with the Model Context Protocol, exposing Trino tables as MCP resources. The server supports executing arbitrary SQL queries against Trino through a standardized protocol. It uses environment variable configuration for seamless integration and is built to interface with the broader MCP ecosystem.
- ⭐ 18
- MCP
- Dataring-engineering/mcp-server-trino
-
MCP Server for Iaptic
A Model Context Protocol server for accessing and managing Iaptic data with AI agents.
MCP Server for Iaptic implements the Model Context Protocol to enable AI models, such as Claude, to securely and efficiently interact with Iaptic's customer, purchase, transaction, and statistics data. The server provides a standardized interface and command set for querying and managing information related to customers, purchases, transactions, events, and application management. Designed for integration with Claude Desktop and similar AI clients, it offers both automated and manual installation options.
- ⭐ 5
- MCP
- iaptic/mcp-server-iaptic
-
anyquery
Universal SQL query engine for files, databases, apps, and LLM integration.
Anyquery is a SQL query engine that enables users to run SQL queries on a wide array of data sources, including files, databases, and popular applications via plugins. It supports integrations with large language models (LLMs) through the Model Context Protocol (MCP), providing seamless access for AI models to query data. Built on SQLite, it extends functionality with a plugin system and can also function as a MySQL server for compatibility with conventional SQL clients. Its flexible installation options and broad plugin ecosystem allow extensive customization and integration.
- ⭐ 1,298
- MCP
- julien040/anyquery