Fintable MCP✓
io.github.jasoncbraatz/fintable-mcp · v0.1.1
{}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.jasoncbraatz/fintable-mcp",
"description": "Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.",
"title": "Fintable MCP",
"repository": {
"url": "https://github.com/jasoncbraatz/fintable-mcp",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://fintable.io",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "fintable-mcp",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Full cookie header string from Chrome DevTools for fintable.io authentication. Not needed if using rookiepy auto-extraction.",
"isSecret": true,
"name": "FINTABLE_COOKIES"
},
{
"description": "Just the fintable_session cookie value (alternative to FINTABLE_COOKIES).",
"isSecret": true,
"name": "FINTABLE_SESSION_COOKIE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}