Steuerboard

Steuerboard

Interact with the accounting data in your business using our official MCP server

1
Stars
0
Forks
11
Releases

Overview

Steuerboard TypeScript MCP Server is a Model Context Protocol (MCP) server implementation for the Steuerboard API. It exposes MCP endpoints to access and stream accounting data, enabling consistent integration with MCP-compatible clients. The server is deployed at https://mcp.steuerboard.com and can be installed as a Desktop Extension (DXT) for a turnkey setup, where the extension includes the MCP server and configuration, ready to use after drag-and-drop installation. For local development, the README outlines a workflow: clone the repo, run npm install, run npm run build, and start the server with node ./bin/mcp-server.js start --bearer-auth .... You can connect clients like Cursor, Claude Code CLI, Windsurf, and VS Code by using provided JSON configuration examples that point to https://mcp.steuerboard.com/mcp and pass an authorization header. Development supports debugging via the MCP Inspector and easy cloud deployment to Cloudflare Workers. The project emphasizes that the MCP server is code-generated and invites contributions. It includes clear templates for connecting to clients and running both local and cloud deployments.

Details

Owner
steuerboard
Language
TypeScript
License
Updated
2025-12-07

Features

Desktop Extension (DXT) packaging

Pre-built DXT package includes the MCP server and all necessary configuration; drag-and-drop install onto Claude Desktop for immediate use.

Production MCP endpoint

Hosted MCP endpoint at https://mcp.steuerboard.com/mcp for client connections and data access.

Client integration templates

Provides sample JSON configurations and guidance for connecting with Cursor, Claude Code CLI, Windsurf, and VS Code.

Local development workflow

Develop locally by cloning, installing, building, and starting with node ./bin/mcp-server.js start --bearer-auth ...; includes client connection templates.

Cloudflare deployment

Supports deployment to Cloudflare Workers with local development server available for testing.

MCP Inspector debugging

Debug MCP server locally using the official MCP Inspector for end-to-end verification of configurations.

Audience

DevelopersBuild integrations with the Steuerboard API via MCP using bearer auth and endpoints.
MCP IntegratorsConnect MCP-based data streams for accounting applications in real time.
Cloud developersDeploy and monitor MCP servers in cloud or edge environments.
Tooling usersIntegrate MCP with Cursor, Claude Code CLI, Windsurf, and VS Code.
Product teamsPrototype and test MCP workflows using local development setup before production.

Tags

MCPSteuerboardTypeScriptAPIBearerAuthDesktop ExtensionCloudflareMCP InspectorCursorClaude Code CLIWindsurfVS Code