Skip to content

Commit 2371ef6

Browse files
author
Signal
committed
Add community.sapph1re-findata-mcp-http
Signed-off-by: Signal <signal@cortex.internal>
1 parent ccf5f2b commit 2371ef6

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.sapph1re-findata-mcp-http",
4+
"name": "FinData MCP",
5+
"alias": "findata-mcp",
6+
"description": "Real-time and historical financial data — stocks, crypto, forex, options, earnings, and company fundamentals via x402 micropayments ($0.01/call, no subscription required).",
7+
"logo": "https://avatars.githubusercontent.com/u/5317413?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"search",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"finance",
15+
"stocks",
16+
"crypto",
17+
"forex",
18+
"options",
19+
"market-data",
20+
"x402",
21+
"micropayments"
22+
],
23+
"transport": {
24+
"type": "http",
25+
"url": "https://findata-mcp-production-1cd3.up.railway.app/mcp/",
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "none",
32+
"instructions": "No pre-configuration required. The server uses the x402 payment protocol — your MCP host automatically handles per-request micropayments ($0.01 per call) in USDC on Base. Compatible with any x402-enabled MCP client."
33+
},
34+
"contributor": {
35+
"name": "sapph1re",
36+
"github": "sapph1re",
37+
"url": "https://github.com/sapph1re"
38+
},
39+
"links": {
40+
"repository": "https://github.com/sapph1re/findata-mcp",
41+
"homepage": "https://github.com/sapph1re/findata-mcp",
42+
"documentation": "https://github.com/sapph1re/findata-mcp#readme"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"resources": false,
50+
"prompts": false,
51+
"read_only_mode": true
52+
}
53+
}

0 commit comments

Comments
 (0)