fintaro-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FINTARO_API_KEY | Yes | The ftk_ API key for authentication | |
| FINTARO_BASE_URL | No | The base URL of the Fintaro API (must be https://) | https://api.fintaro.ai/api/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| whoamiA | Show which organization and scopes the configured API key is bound to. |
| upload_invoiceA | Upload a local receipt file (PDF/PNG/JPEG/WebP) to Fintaro for processing. |
| get_invoiceA | Return a narrow, PII-free summary of a single invoice. |
| list_invoicesA | List one page of the organization's invoices as narrow, PII-free summaries. Newest-first. One call returns one page; if Returns {"invoices", "total", "offset", "limit", "returned", "hasMore"}. |
| list_transactionsA | List one page of the organization's bank transactions as narrow summaries. One call returns one page; if Returns {"transactions", "total", "offset", "limit", "returned", "hasMore"}. |
| list_unmatchedA | List one page of transactions that still need a matching receipt. Same paging/filtering contract as Returns {"transactions", "total", "offset", "limit", "returned", "hasMore"}. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| monatsabschluss_check | Guided pre-close review: find transactions still missing a receipt. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fintaro-ai/fintaro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server