fiskaly-chat-mcp
v0.1.0
Published
MCP server for querying the Fiskaly documentation chat API
Maintainers
Readme
fiskaly-docs-mcp
MCP server for querying the Fiskaly documentation chat API.
Installation
npx fiskaly-docs-mcpUsage
Add to your Claude Code MCP config:
{
"mcpServers": {
"fiskaly-docs": {
"command": "npx",
"args": ["fiskaly-docs-mcp"]
}
}
}Tool
ask_fiskaly
Ask a question against the Fiskaly documentation.
| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| message | string | yes | — | The question to ask |
| persona | developer | product_manager | no | developer | Response persona |
No API key required. Uses the public Fiskaly workspace chat API.
