
Moltbridge
Connect agents to MoltBridge for trust scores, broker discovery, and Ed25519-signed identity on an agent network.
Overview
MoltBridge is an MCP server for the Build phase that provides agent network trust scoring, broker discovery, and Ed25519 identity for MCP clients.
What is this MCP server?
- Agent network intelligence: trust scoring and broker discovery
- Ed25519 signing identity for agent-to-network interactions
- npm stdio MCP package `moltbridge` v0.1.5
- Env configuration: `MOLTBRIDGE_AGENT_ID`, `MOLTBRIDGE_SIGNING_KEY`, `MOLTBRIDGE_BASE_URL`
- npm MCP package version 0.1.5, identifier `moltbridge`
- 3 documented environment variables for agent identity and API base
- stdio transport; repository SageMindAI/moltbridge on GitHub
What problem does it solve?
When your agent delegates to external brokers or peers, you lack a standard way to discover participants or weigh trust inside the coding agent.
Who is it for?
Builders prototyping multi-agent or brokered workflows who want reputation and discovery APIs without building a custom registry first.
Skip if: Single-agent, offline-only projects with no external agent network or no appetite for managing Ed25519 keys.
What do I get? / Deliverables
After configuring agent ID, signing key, and base URL on the npm stdio server, your MCP client can query network intelligence during integration design.
- stdio MCP bridge to MoltBridge trust and discovery APIs
- Ed25519-backed agent identity usable from MCP tool calls
- Configurable network endpoint for dev vs production broker environments
Recommended MCP Servers
Journey fit
Multi-agent and broker integrations are wired during build when you compose tooling beyond a single local Claude session. Network discovery and trust APIs are integration-layer concerns for agents that may delegate or route work externally.
How it compares
Agent-network identity and trust MCP—not a generic HTTP REST wrapper skill or local filesystem tool.
Common Questions / FAQ
Who is MoltBridge for?
Developers building agent systems that interact with a MoltBridge-backed network and need trust and broker discovery from Claude Code or other MCP hosts.
When should I use MoltBridge?
Use it during build-phase integrations when you are wiring agents to discover brokers, evaluate trust scores, or sign requests with Ed25519 identities.
How do I add MoltBridge to my agent?
Install the npm stdio server `moltbridge` (v0.1.5), set `MOLTBRIDGE_AGENT_ID`, `MOLTBRIDGE_SIGNING_KEY`, and `MOLTBRIDGE_BASE_URL` in your MCP config, then restart your client.