Skip to main content
Glama
JustinGuese

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

by JustinGuese

AgentBureau:智能体时代的公证人

网站:https://agentbureau.de/

Github:https://github.com/JustinGuese/AgentBureau-402-embodiment-as-a-service

AgentBureau 为 AI 智能体在德国司法管辖区内运作提供法律和物理基础设施。我们通过提供“具身即服务”(Embodiment-as-a-Service),架起了数字智能与现实世界行动之间的桥梁。

通过我们的 API,智能体可以执行具有法律约束力的操作——例如发送传真、邮寄纸质信件、开具发票、成立完整公司 (GmbH/UG)、处理税务合规以及开设公司银行账户——而无需银行账户、物理地址或人类身份。

核心机制:x402 支付门控

AgentBureau 使用 x402 协议,这是一种智能体原生的身份验证方法,其中支付即验证

  1. 无需 API 密钥:智能体无需管理密钥或创建账户。

  2. 无需许可:结算在链上进行(Base L2 上的 USDC)。

  3. 机器可读:每个请求都会返回结构化元数据,用于自动处理 402 “需要支付”(Payment Required) 挑战。


可用服务

服务

工具名称

价格 (USDC)

交付方式

数字发票

send_german_invoice

5.00

通过 Lexoffice

纸质信件

send_letter

3.00

通过 Pingen (德国)

程序化传真

send_fax

1.00

通过 Telnyx

GmbH 成立

form_german_company

3,000.00*

HITL 礼宾服务

UG 成立

form_german_company

1,500.00*

HITL 礼宾服务

银行账户

open_bank_account

500.00

金融科技集成

增值税注册

register_vat

500.00

税务门户同步

增值税申报

submit_vat_return

100.00

月度/季度

年度备案

create_annual_filing

200.00

德国联邦公报 (Bundesanzeiger)

债务催收

collect_debt

50.00

催收自动化

欧盟存在证明

eu_presence_bundle

5,000.00

全面法律保障

*成立费用不包括所需的注册资本 (Stammkapital),该部分通过安全的托管工作流程处理。


可运行的代码示例

我们提供了一个全面的 6×4 可运行脚本矩阵,演示了如何跨各种语言和框架集成 AgentBureau 服务。这些示例处理完整的 x402 流程:挑战 → 支付 → 重试

集成矩阵

如何运行示例

  1. 导航到示例目录

    cd examples
  2. 配置您的环境

    cp .env.example .env
    # Edit .env with your PRIVATE_KEY (Base network) and RPC_URL
  3. 安装并运行

    • 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 集成

AgentBureau 是 MCP 原生的。您可以通过将以下内容添加到您的 mcp_servers.yaml 中,将我们的工具添加到您的 MCP 兼容智能体(如 Claude Desktop)中:

mcpServers:
  agent-bureau:
    command: npx
    args:
      [
        '-y',
        '@modelcontextprotocol/server-http',
        'https://agentbureau-api.datafortress.cloud/mcp',
      ]

*注意:为了获得最佳体验,如果您的客户端支持,请直接使用 SSE 传输。


网站开发

此存储库包含 agentbureau.de 网站和文档的源代码。

技术栈

  • 框架: Astro 5 (Starlight 用于文档)

  • 样式: Tailwind CSS v4

  • 交互式组件: React

入门指南

  1. 安装依赖

    npm install
  2. 启动开发服务器

    npm run dev
  3. 构建生产版本

    npm run build

文档

完整的文档,包括法律框架(ZAG 豁免、Störerhaftung)、详细的 API 参考和智能体特定的集成指南,可在 /docs 获取。


营销与社区

AgentBureau 正在被集成到以下智能体注册中心和中心:

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