MCP Server
MCP
FirstData
Hosted MCP server for finding authoritative primary data sources and official portals.
Configuration Example
{
"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"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment