# FirstData — Authoritative Data-Source MCP > FirstData packages authoritative source discovery for agents through Skill and MCP paths; verified 160 stars with streamable HTTP setup and key access. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```bash clawhub install firstdata # or MCP URL: https://firstdata.deepminer.com.cn/mcp # add Authorization: Bearer ``` ## Intro FirstData packages authoritative source discovery for agents through Skill and MCP paths; verified 160 stars with streamable HTTP setup and key access. **Best for:** Agents and research flows needing trusted public-data source discovery rather than blind scraping **Works with:** Claude Code, OpenClaw, Cursor, Zed, and any MCP-compatible client using streamable HTTP **Setup time:** 10 minutes ## Main - FirstData distinguishes an agent-first Skill path from a manual MCP path, which maps cleanly to TokRepo’s user base. - The MCP setup is concrete: `streamable-http`, an exact endpoint, and bearer-token auth. - Its value is source trust and navigation rather than another undifferentiated search wrapper. ### FAQ - **Do I need the Skill path?**: No. Manual MCP configuration is documented too. - **What is the main value?**: Finding trustworthy data-source paths for agents. - **What should I verify after setup?**: Confirm the MCP client reaches the endpoint with your bearer token. ## Source & Thanks > Source: https://github.com/MLT-OSS/FirstData > License: MIT > GitHub stars: 160 · forks: 31 --- ## Quick Use ```bash clawhub install firstdata # or MCP URL: https://firstdata.deepminer.com.cn/mcp # add Authorization: Bearer ``` ## Intro FirstData 通过 Skill 与 MCP 两条路径把权威数据源导航开放给 agent;已核验 160 stars,并提供 streamable HTTP 配置与免费 API Key 申请入口。 **Best for:** 比起盲抓网页,更需要可信公共数据源发现能力的 agent 与研究流程 **Works with:** Claude Code、OpenClaw、Cursor、Zed,以及支持 streamable HTTP 的 MCP 客户端 **Setup time:** 10 minutes ## Main - FirstData 明确区分 agent-first 的 Skill 接入和手工 MCP 接入,这与 TokRepo 用户很贴合。 - 它的 MCP 配置足够具体:`streamable-http`、明确端点和 bearer 鉴权。 - 它解决的是可信数据源导航,而不是再造一个泛搜索壳子。 ### FAQ - **一定要走 Skill 吗?**:不一定,README 也提供手工 MCP 配置。 - **核心价值是什么?**:先帮 agent 找到可信数据源路径。 - **接入后先验证什么?**:先确认客户端能带着 bearer token 连上端点。 ## Source & Thanks > Source: https://github.com/MLT-OSS/FirstData > License: MIT > GitHub stars: 160 · forks: 31 --- Source: https://tokrepo.com/en/workflows/firstdata-authoritative-data-source-mcp Author: MCP Hub