FirstData Knowledge Base

v0.1.1Search & Data Extractionstable

The World's Most Comprehensive, Authoritative, and Structured Open Source Data Source Knowledge Base

aiapi-directoryawesome-listdata-catalogdata-sources
Share:
160
Stars
0
Downloads
0
Weekly
0/5

What is FirstData Knowledge Base?

FirstData Knowledge Base is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to world's most comprehensive, authoritative, and structured open source data source knowledge base

The World's Most Comprehensive, Authoritative, and Structured Open Source Data Source Knowledge Base

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • The World's Most Comprehensive, Authoritative, and Structure

Use Cases

Comprehensive open source data catalog
Fact-checking and verification
Government data access
MLT-OSS

Maintainer

LicenseMIT
Languagepython
Versionv0.1.1
UpdatedMay 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx firstdata

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use FirstData Knowledge Base

FirstData MCP Server provides AI assistants with access to a comprehensive, structured knowledge base of over 1,000 verified authoritative open-source data sources covering government statistics, international organizations, academic datasets, financial data, and more. Using natural language queries, users can locate primary data sources for any topic — from economic indicators to scientific datasets — with direct URLs, authority classifications, update frequencies, and step-by-step navigation instructions for complex data portals. It is designed for researchers, journalists, analysts, and AI applications that need fact-checked, primary-source data.

Prerequisites

  • A FirstData API key from firstdata.deepminer.com.cn
  • Claude Desktop, Cursor, Cline, or another MCP-compatible client that supports Streamable HTTP or remote MCP connections
  • Internet access to reach the FirstData API endpoint
1

Register and obtain an API key

Visit firstdata.deepminer.com.cn and create an account to obtain your FirstData API key. The API key is required for all requests to the MCP server.

2

Add the server to your MCP client config

FirstData runs as a remote Streamable HTTP MCP server. Add it to your client configuration with your API key in the Authorization header.

{
  "mcpServers": {
    "firstdata": {
      "type": "streamable-http",
      "url": "https://firstdata.deepminer.com.cn/mcp",
      "headers": {
        "Authorization": "Bearer your_firstdata_api_key"
      }
    }
  }
}
3

Restart your MCP client

Save the configuration and restart Claude Desktop or your MCP-compatible client to connect to the FirstData server.

4

Query for data sources

Ask Claude to find authoritative data sources for any topic. The Source Locator capability returns ranked recommendations with direct URLs, access pathways, and authority level classifications.

5

Use Site Pathfinder for complex portals

For official government or international organization websites with complex navigation, ask the server for step-by-step instructions to navigate from the homepage to the specific dataset you need.

FirstData Knowledge Base Examples

Client configuration

Remote Streamable HTTP MCP server configuration for Claude Desktop. For Zed editor, use 'context_servers' instead of 'mcpServers'.

{
  "mcpServers": {
    "firstdata": {
      "type": "streamable-http",
      "url": "https://firstdata.deepminer.com.cn/mcp",
      "headers": {
        "Authorization": "Bearer your_firstdata_api_key"
      }
    }
  }
}

Prompts to try

Use these prompts to find authoritative primary data sources via FirstData.

- "Find authoritative sources for China's M1 and M2 money supply data for the past 10 years"
- "Where can I find official unemployment rate data for EU member states?"
- "What are the best sources for global CO2 emissions data by country since 2000?"
- "Find government datasets for US federal spending and budget by department"
- "How do I navigate the World Bank Open Data portal to download GDP per capita for all countries?"

Troubleshooting FirstData Knowledge Base

401 Unauthorized when connecting to the MCP endpoint

Ensure your API key is correctly placed in the Authorization header as 'Bearer your_key'. Verify the key is active by logging into firstdata.deepminer.com.cn and checking your account status.

MCP client does not support 'streamable-http' type

Older MCP clients may not support the Streamable HTTP transport. Update your MCP client to the latest version. For Claude Desktop, ensure you are running a recent release that supports remote MCP servers.

Source recommendations return URLs that are no longer valid

FirstData maintains 100% URL verification across its catalog, but data portals occasionally reorganize. Use the Site Pathfinder capability to get updated navigation instructions for the specific portal, or report the broken URL through the FirstData platform.

Frequently Asked Questions about FirstData Knowledge Base

What is FirstData Knowledge Base?

FirstData Knowledge Base is a Model Context Protocol (MCP) server that world's most comprehensive, authoritative, and structured open source data source knowledge base It connects AI assistants to external tools and data sources through a standardized interface.

How do I install FirstData Knowledge Base?

Follow the installation instructions on the FirstData Knowledge Base GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with FirstData Knowledge Base?

FirstData Knowledge Base works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is FirstData Knowledge Base free to use?

Yes, FirstData Knowledge Base is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "firstdata": { "command": "npx", "args": ["-y", "firstdata"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use FirstData Knowledge Base?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides