No description
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Benno Richters 2927ae60ea Update CLAUDE.md with get_version tool
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 09:36:06 +01:00
src Add get_version tool to expose MCP server version 2026-02-20 09:35:09 +01:00
.gitignore Replace cryptic settled parameter with clear status enum in filter_invoices 2026-02-10 18:03:43 +01:00
CLAUDE.md Update CLAUDE.md with get_version tool 2026-02-20 09:36:06 +01:00
conscribo-client.ts Add transactionNrs filter to filter_transactions tool 2026-02-20 09:24:30 +01:00
LICENSE Add MIT license 2026-01-30 10:40:30 +01:00
package-lock.json npm update 2026-02-20 09:33:10 +01:00
package.json Add MCP server implementation and wrapper script 2026-01-30 14:25:35 +01:00
README.md Update README.md 2026-01-30 16:56:25 +01:00
test-auth.ts Update to Conscribo REST API v1.20240610 2026-01-30 15:29:37 +01:00
tsconfig.json Add MCP server implementation and wrapper script 2026-01-30 14:25:35 +01:00

Conscribo MCP Server

MCP server for the Conscribo administration API.

Setup

npm install
npm run build

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "conscribo": {
      "command": "node",
      "args": ["/path/to/conscribo-mcp/dist/src/index.js"],
      "env": {
        "CONSCRIBO_ACCOUNT": "your-account",
        "CONSCRIBO_USERNAME": "your-username",
        "CONSCRIBO_PASSWORD": "your-password"
      }
    }
  }
}

More info

See CLAUDE.md