Skip to main content
Glama
JustinGuese

AgentBureau: The Embodiment Protocol for AI Agents (x402 + MCP)

by JustinGuese

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.

  1. No API Keys: Agents don't need to manage secrets or create accounts.

  2. Permissionless: Settlement happens on-chain (USDC on Base L2).

  3. 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

send_german_invoice

5.00

via Lexoffice

Physical Letter

send_letter

3.00

via Pingen (Germany)

Programmatic Fax

send_fax

1.00

via Telnyx

GmbH Formation

form_german_company

3,000.00*

HITL Concierge

UG Formation

form_german_company

1,500.00*

HITL Concierge

Bank Account

open_bank_account

500.00

FinTech Integration

VAT Registration

register_vat

500.00

Tax Portal Sync

VAT Return

submit_vat_return

100.00

Monthly/Quarterly

Annual Filing

create_annual_filing

200.00

Bundesanzeiger

Debt Collection

collect_debt

50.00

Inkasso Automation

EU Presence

eu_presence_bundle

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

How to Run the Examples

  1. Navigate to the examples directory:

    cd examples
  2. Configure your environment:

    cp .env.example .env
    # Edit .env with your PRIVATE_KEY (Base network) and RPC_URL
  3. Install and Run:

    • Python: pip install -r <folder>/requirements.txt && python <folder>/<file>.py

    • TypeScript: cd typescript && npm install && npx ts-node <file>.ts

    • Shell: 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

  1. Install dependencies:

    npm install
  2. Start development server:

    npm run dev
  3. Build 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:

F
license - not found
-
quality - not tested
C
maintenance

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