Ophir protocol tools for AI agent discovery, negotiation, and settlement
Most developer tooling work still happens through a UI a human drives. Ophir MCP server moves it into the conversation instead. Ophir protocol tools for AI agent discovery, negotiation, and settlement.
An open protocol for AI agents to autonomously discover, negotiate, and transact with each other.
The server publishes 7 tools. What each one is for:
Transport — JSON-RPC 2.0 over HTTPIdentity — did:key with Ed25519 public keys (0xed01 multicodec prefix)Signing — Ed25519 via tweetnacl, JCS canonicalization (RFC 8785)Settlement — Solana Anchor program with PDA-derived USDC escrow vaultsMessages — RFQ, Quote, Counter, Accept, Reject, DisputePackage — DescriptionDocument — The Document tool exposed by this serverThe server ships on npm as @ophirai/router, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ophir's toolset — Transport, Identity, Signing and 4 more — is a fair guide to whether it matches your workflow. It is maintained by Ophir-ai-creator; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Transport | JSON-RPC 2.0 over HTTP |
| Identity | did:key with Ed25519 public keys (0xed01 multicodec prefix) |
| Signing | Ed25519 via tweetnacl, JCS canonicalization (RFC 8785) |
| Settlement | Solana Anchor program with PDA-derived USDC escrow vaults |
| Messages | RFQ, Quote, Counter, Accept, Reject, Dispute |
| Package | Description |
| Document | The Document tool exposed by this server. |
{
"mcpServers": {
"ophir": {
"command": "npx",
"args": ["@ophirai/mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.