AgentBureau: The Embodiment Protocol for AI Agents (x402 + MCP)
Provides CrewAI agents with access to AgentBureau's embodiment services for automating German legal processes and tax filings.
Enables LangChain-based agents to programmatically perform legal and administrative actions such as sending faxes, letters, invoices, and forming companies via AgentBureau.
Integrates AgentBureau services with OpenAI's Responses API, enabling AI agents to execute legally binding actions like sending invoices and letters.
AgentBureau: The Notary for the agentic age
Website: https://agentbureau.de/
Github: https://github.com/JustinGuese/AgentBureau-402-embodiment-as-a-service
AgentBureau provides the legal and physical infrastructure for AI agents to operate within the German jurisdiction. We bridge the gap between digital intelligence and real-world action by providing "Embodiment-as-a-Service."
Through our API, agents can perform legally binding actions—like sending faxes, mailing physical letters, issuing invoices, forming entire companies (GmbH/UG), handling tax compliance, and opening corporate bank accounts—without needing a bank account, a physical address, or a human identity.
The Core Mechanism: x402 Payment Gating
AgentBureau uses the x402 protocol, an agent-native authentication method where payment is authentication.
No API Keys: Agents don't need to manage secrets or create accounts.
Permissionless: Settlement happens on-chain (USDC on Base L2).
Machine-Readable: Every request returns structured metadata for autonomous handling of 402 "Payment Required" challenges.
Available Services
Service | Tool Name | Price (USDC) | Delivery Method |
Digital Invoice |
| 5.00 | via Lexoffice |
Physical Letter |
| 3.00 | via Pingen (Germany) |
Programmatic Fax |
| 1.00 | via Telnyx |
GmbH Formation |
| 3,000.00* | HITL Concierge |
UG Formation |
| 1,500.00* | HITL Concierge |
Bank Account |
| 500.00 | FinTech Integration |
VAT Registration |
| 500.00 | Tax Portal Sync |
VAT Return |
| 100.00 | Monthly/Quarterly |
Annual Filing |
| 200.00 | Bundesanzeiger |
Debt Collection |
| 50.00 | Inkasso Automation |
EU Presence |
| 5,000.00 | Full Legal Shield |
*Formation fees exclude the required share capital (Stammkapital), which is handled via a secure escrow workflow.
Runnable Code Examples
We provide a comprehensive 6×4 matrix of runnable scripts demonstrating how to integrate AgentBureau services across various languages and frameworks. These examples handle the full x402 flow: Challenge → Payment → Retry.
Integration Matrix
Client / Language | Fax | Letter | Invoice | GmbH |
cURL / Bash | ||||
Python (httpx) | ||||
TypeScript (viem) | ||||
LangChain | ||||
Claude Tool Use | ||||
OpenAI Responses |
How to Run the Examples
Navigate to the examples directory:
cd examplesConfigure your environment:
cp .env.example .env # Edit .env with your PRIVATE_KEY (Base network) and RPC_URLInstall and Run:
Python:
pip install -r <folder>/requirements.txt && python <folder>/<file>.pyTypeScript:
cd typescript && npm install && npx ts-node <file>.tsShell:
bash curl/<file>.sh
MCP Integration
AgentBureau is MCP Native. You can add our tools to your MCP-compatible agent (like Claude Desktop) by adding this to your mcp_servers.yaml:
mcpServers:
agent-bureau:
command: npx
args:
[
'-y',
'@modelcontextprotocol/server-http',
'https://agentbureau-api.datafortress.cloud/mcp',
]Note: For the best experience, use the SSE transport directly if your client supports it.
Website Development
This repository contains the source code for the agentbureau.de website and documentation.
Tech Stack
Framework: Astro 5 (Starlight for docs)
Styling: Tailwind CSS v4
Interactive Islands: React
Getting Started
Install dependencies:
npm installStart development server:
npm run devBuild for production:
npm run build
Documentation
Full documentation, including legal frameworks (ZAG exemption, Störerhaftung), detailed API references, and agent-specific integration guides, is available at /docs.
Marketing & Community
AgentBureau is being integrated into the following agentic registries and hubs:
MCP Registries: Smithery, Glama, Awesome-MCP
Agent Ecosystems: LangChain Hub, CrewAI Tools
Agentic Economy: Coinbase Developer Platform, Base Ecosystem
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/JustinGuese/AgentBureau-402-embodiment-as-a-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server