All MCP servers

FirstData

Official
by Api.AirforceStreamable HTTP0166MIT

Hosted MCP server for finding authoritative primary data sources and official portals.

mcpopen-source

Endpoint

POST https://firstdata.deepminer.com.cn/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "firstdata-imp61adb": {
      "url": "https://firstdata.deepminer.com.cn/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}