-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
52 lines (52 loc) · 1.63 KB
/
Copy pathserver.json
File metadata and controls
52 lines (52 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.robosystems/xbrlkit",
"title": "xbrlkit",
"description": "Read SEC EDGAR and XBRL filings with an AI: 18 tools over the filing itself. Local, free, no account",
"version": "0.17.1",
"websiteUrl": "https://github.com/RoboFinSystems/xbrlkit#readme",
"repository": {
"url": "https://github.com/RoboFinSystems/xbrlkit",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "xbrlkit",
"version": "0.17.1",
"runtimeHint": "uvx",
"runtimeArguments": [
{
"type": "named",
"name": "--with",
"value": "xbrlkit[mcp]",
"description": "The MCP server is the package's optional [mcp] extra; this pulls it into the uvx environment."
}
],
"packageArguments": [
{
"type": "positional",
"value": "serve"
},
{
"type": "named",
"name": "--transport",
"value": "stdio"
}
],
"environmentVariables": [
{
"name": "SEC_GOV_USER_AGENT",
"description": "Your name and email, sent to EDGAR as the User-Agent when a filing is fetched from sec.gov. Optional: EDGAR works unattributed under the default, and local files, filings.xbrl.org and JSON reports need no identity.",
"isRequired": false,
"isSecret": false,
"placeholder": "Your Name you@example.com"
}
],
"transport": {
"type": "stdio"
}
}
]
}