Serversio.github.Vist233/firstdata
F

FirstData

io.github.Vist233/firstdata · v0.1.1
● Remote
v0.1.1remote🌐 https://firstdata.deepminer.com.cn/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Vist233/firstdata",
  "description": "Hosted MCP server for finding authoritative primary data sources and official portals.",
  "title": "FirstData",
  "repository": {
    "url": "https://github.com/MLT-OSS/FirstData",
    "source": "github"
  },
  "version": "0.1.1",
  "websiteUrl": "https://firstdata.deepminer.com.cn/#apply",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://firstdata.deepminer.com.cn/mcp",
      "headers": [
        {
          "description": "Bearer token using FIRSTDATA_API_KEY. Apply for human or agent access at https://firstdata.deepminer.com.cn/#apply",
          "isRequired": true,
          "value": "Bearer {FIRSTDATA_API_KEY}",
          "isSecret": true,
          "variables": {
            "FIRSTDATA_API_KEY": {
              "description": "FirstData API key required to access the hosted MCP server. Apply at https://firstdata.deepminer.com.cn/#apply",
              "isRequired": true,
              "format": "string",
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}