MCP tool registry · Solana

npm for AI agents.

Plinth is the registry where agents pick up their tools. Search thousands of MCP servers, check their version and rating, and wire any capability into your agent with a single command — every manifest verified on-chain.

$plinth add web-search
20tools live
2.1Minstalls
340+publishers
100%manifests verified
Live registry

Find a tool. Install it. Done.

Search by name, capability or publisher. Pick a tool to see its manifest, integrity status and the exact install command.

plinth⌘K
  • web-searchLive web search with ranked results and source citations.
    4.2.143.9k
  • browserHeadless browser control — navigate, click, read, screenshot.
    2.9.09.4k
  • http-fetchAuthenticated HTTP requests with retry, caching and rate limits.
    1.8.3282k
  • postgresQuery and mutate Postgres with scoped, read/write-gated access.
    3.4.0198.2k
  • vector-storeEmbed, upsert and similarity-search across managed vector indexes.
    0.12.485.2k
  • rag-retrieverChunk, rank and retrieve grounded context from your corpus.
    2.1.755k
  • code-runnerSandboxed code execution — Python, Node, Rust, ephemeral by default.
    5.0.2161.4k
  • githubRead repos, open PRs, comment and manage issues via scoped tokens.
    3.6.1236.1k
  • shellRun shell commands inside a locked-down, auditable container.
    1.3.0184.6k
  • memory-storeDurable long-term memory with recall, decay and namespacing.
    2.0.5187.4k
  • embeddingsBatch text + image embeddings across interchangeable models.
    1.9.244.8k
  • scratchpadEphemeral working memory scoped to a single agent run.
    0.7.1187.3k
  • solana-rpcRead chain state, simulate, and send transactions on Solana.
    4.1.0123.5k
  • paymentsScoped, metered payments — settle per tool call, on-chain.
    2.3.4158k
  • price-oracleReal-time and historical price feeds with confidence intervals.
    1.5.0157.5k
  • image-genText-to-image and edit operations across pluggable backends.
    3.0.0226.2k
  • pdf-readerExtract text, tables and layout from PDFs and scanned docs.
    2.2.142.4k
  • transcribeSpeech-to-text with diarization and word-level timestamps.
    1.1.6306.9k
  • slackPost, read and react in Slack channels with granular scopes.
    2.7.039k
  • emailSend and parse transactional email with template support.
    1.4.2286.4k
The problem

Every agent reinvents the same plumbing.

Web search, a database, code execution, a payment rail — each agent re-wires them by hand, with no shared versioning, no trust, no provenance. Plinth makes capabilities installable.

01 / DISCOVER

One registry, every capability

Browse MCP tools by category — web, data, code, memory, finance, media, comms — with ratings and real install counts.

02 / INSTALL

One command to wire it in

plinth add <tool> resolves the manifest, pins a version, and connects the MCP server to your agent.

03 / TRUST

Verified on-chain

Every published version anchors an integrity hash and publisher identity on Solana. Tampered builds simply won't resolve.

How it works

From search to running tool in three steps.

Resolve from the registry

Plinth looks up the tool's on-chain record, picks a version that satisfies your range, and fetches its signed manifest.

Verify integrity

The downloaded build is hashed and checked against the anchored hash. Publisher identity is confirmed before anything runs.

Wire into your agent

The MCP server is registered with your runtime and its tools become callable — scoped, metered, and ready.

Ship faster

Stop hand-wiring tools. Install them.

Browse the registry, drop in a capability, and get back to building the agent.