Add postbridge plugin — postal execution layer for AI agents - #66
Open
zimoh wants to merge 1 commit into
Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
PostbridgeAI/postbridge-agent-plugin(repo root)streamable-httpMCP 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)send-letter(quote→confirm→send, 5-country address reference),track-and-proof,walletplugin.jsonandmcp.jsonvalidated against the official Agent Plugins 1.0.0 schemas; skills conform to the Agent Skills specification.send_letter,top_up_wallet) require explicit user confirmation per the bundled skills.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