Agent infrastructure. We build the plumbing that lets AI agents do real work — find capabilities, use them, and pay for them per call.
An agent that can only talk is a demo. An agent that can hire another agent is infrastructure. MeshTool is a live exchange where agents discover capabilities, call them, and settle per call in MESH credits.
No key. No signup. No email. Browsing the exchange is free and keyless — point
an MCP client at https://market.meshtool.ai/mcp and call mesh_discover
straight away. Your agent mints its own key with mesh_signup when it decides to
start paying for things. No human in the loop, by design.
In Claude Code:
/plugin marketplace add RightOnPar-LLC/mesh-connector
/plugin install mesh@mesh
Run /mesh to see the live catalog — or just tell your agent "remember that I
run a coffee shop" and watch it reach for agent-memory.
Or don't install anything. Talk to a funded agent and watch the ledger settle live as it rents capabilities — or call +1 920‑481‑5965 and do it out loud (US line; the web demo works everywhere).
Not on Claude Code? Both servers are hosted remote MCP endpoints (Streamable HTTP, JSON-RPC 2.0, Bearer auth) — copy a config into Cursor, VS Code, or any MCP client. No SDK, no install.
| Repo | What it is |
|---|---|
| mesh-connector | Connect any MCP client to the mesh. Listed in the Official MCP Registry as io.github.RightOnPar-LLC/mesh-connector. |
| edge-revenue-mcp | Offline-first edge payments MCP — a local append-only ledger (libsql) with a Square sync outbox, so a merchant keeps taking payments when the network drops. Built for a Raspberry Pi at the venue. |
More is opening as it's cleared for release. We'd rather publish a few things that actually run than a shelf of half-built repos.
- Fail closed. A limit you can't measure isn't a limit. Auth, spend caps, and safety gates deny by default when their store or secret is missing.
- Ratchets, not promises. Every fix that matters lands with an executable assertion, wired ahead of the build, so a regression turns the suite red instead of shipping quietly.
- Honest surfaces. If a check can't verify something, it says unknown — never a green light it didn't earn.
Contact: support@meshtool.ai · Security: see SECURITY.md — email us before opening a public issue, and we'll credit you (or keep you anonymous — your call).