Skip to content

Add postbridge plugin — postal execution layer for AI agents - #66

Open
zimoh wants to merge 1 commit into
github:mainfrom
zimoh:add-postbridge-plugin
Open

Add postbridge plugin — postal execution layer for AI agents#66
zimoh wants to merge 1 commit into
github:mainfrom
zimoh:add-postbridge-plugin

Conversation

@zimoh

@zimoh zimoh commented Aug 6, 2026

Copy link
Copy Markdown

Adds PostBridge to the copilot-plugins marketplace: quote, send, track, and prove physical letters from any Copilot surface.

What's being added

One marketplace entry pointing at a public, Agent Plugins 1.0.0-conformant plugin:

  • Source: PostbridgeAI/postbridge-agent-plugin (repo root)
  • Components:
    • Remote streamable-http MCP server → https://api.postbridge.ai/mcp (subscription-backed API-key auth; 8 tools: list_services, get_quote, send_letter, track_letter, get_proof, get_balance, top_up_wallet, list_letters)
    • 3 skills: send-letter (quote→confirm→send, 5-country address reference), track-and-proof, wallet
  • Conformance: plugin.json and mcp.json validated against the official Agent Plugins 1.0.0 schemas; skills conform to the Agent Skills specification.
  • Security: no credentials in the package — API keys are injected client-side. Spend operations (send_letter, top_up_wallet) require explicit user confirmation per the bundled skills.
  • License: MIT

This is the first postal / physical-mail execution plugin in the marketplace.

Homepage: https://postbridge.ai · Plugin repo: https://github.com/PostbridgeAI/postbridge-agent-plugin

Adds PostBridge (https://postbridge.ai) to the marketplace: quote, send,
track, and prove physical letters from any Copilot surface.

- Source: PostbridgeAI/postbridge-agent-plugin (repo root, Agent Plugins
  1.0.0 conformant — validated against the official plugin.json and
  mcp.json schemas).
- Components: remote streamable-http MCP server (api.postbridge.ai/mcp,
  subscription-backed API-key auth) + 3 skills (send-letter,
  track-and-proof, wallet).
- No credentials in the package; keys are injected client-side.
- MIT licensed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant