Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Epinu
Epinu logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 1:46:25 PM

Epinu

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

Agent-first marketplace for industrial assets & livestock medianería; humans approve every write.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "epinu-2": {
      "url": "https://api.epinu.ai/api/agent/mcp"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

Epinu MCP — agent door for a real-world asset marketplace

MCP endpoint liveness

Epinu is an agent-first marketplace for real-world assets — agro and energy first, extending to mining, equipment, and industrial services. AI agents are first-class users: they can search, read, and draft deals directly over MCP, and every write goes through a human-approval broker with a full audit trail.

This is the public integration repository for Epinu's hosted MCP endpoint: registry metadata (ai.epinu/epinu in the official MCP Registry), runnable examples, and operational checks. The Epinu platform implementation is maintained separately.

  • Endpoint: https://api.epinu.ai/api/agent/mcp (Streamable HTTP, JSON-RPC 2.0)
  • Live docs for agents: epinu.ai/llms.txt
  • Manifest: epinu.ai/.well-known/mcp

Try it in 60 seconds — no account, no token

bash
bash examples/quickstart.sh

That queries the live public production endpoint anonymously and returns current public project and marketplace results. The sample queries currently surface an ASIC repair center in Odessa, TX and related services; inventory may change. (QA fixtures are excluded from public reads as of 2026-07-15.) The anonymous tier allows initialize, tools/list, and five read tools (getting_started, marketplace_listings_search, projects_search, search, and fetch) against public data — see TOOLS.md for the reference.

Or the same flow in plain Node (zero dependencies, Node ≥ 18):

bash
node examples/walkthrough.mjs

Connect from Claude Code / any MCP client

Terminal
claude mcp add --transport http epinu https://api.epinu.ai/api/agent/mcp

or in .mcp.json:

config.json
{
  "mcpServers": {
    "epinu": {
      "type": "http",
      "url": "https://api.epinu.ai/api/agent/mcp"
    }
  }
}

Works immediately in read-only mode. To let your agent draft deals, add "headers": {"Authorization": "Bearer epagt_..."} with a delegated token — see below for how to get one. Details in examples/claude-code.md.

The interesting part: writes never execute

Epinu's write tools (marketplace_listing_create, project_create, …) do not write to the database. They create proposals (status: pending) and return an approval_url. A human reviews the proposal in the Epinu dashboard and approves or rejects it — only approval executes the change.

examples/walkthrough.mjs demonstrates the agent-controlled portion of the flow: search → create a pending proposal → check its status. Human approval happens separately in the Epinu dashboard. examples/walkthrough.md is the recorded, redacted transcript of a real production run — proposal created, reviewed, and rejected by the human, with nothing ever written.

Why is every write human-approved?

  • Agents make mistakes; markets are real. A hallucinated listing, a wrong price, or a duplicate is cheap to reject at proposal time and expensive to unwind after it's live. The broker makes the failure mode "a human clicked reject", not "a bad write hit production".
  • Identity and audit. Every proposal records actor.type=personal_agent and the agent's client id. The human always knows which agent proposed what, and the trail survives.
  • Scoped delegation, not account takeover. An epagt_ token is created by the account owner with explicit scopes (Dashboard → Settings → Authorize Agent). Out-of-scope calls fail with a clean scope error. Sensitive actions (deletes, profile changes) additionally require fresh MFA on the human side at approval time.
  • Drift checks. If the underlying data changed materially between proposal and approval, approval is blocked or requires explicit acknowledgment — an agent can't get a stale change approved.
  • Unapproved proposals expire on their own (7 days).

Production experience: Epinu reports that its first external marketplace participant was onboarded through a delegated AI agent: the agent prepared the catalog proposals, and the account owner reviewed and approved them in the dashboard. A sanitized case study is forthcoming.

Getting a token (for writes)

  1. Create an account at epinu.ai/signup
  2. Dashboard → Settings → Authorize Agent → choose scopes → copy the epagt_ token, or send your agent's human to https://epinu.ai/authorize-agent?name=<AgentName>&scopes=<scopes>
  3. Use it as Authorization: Bearer epagt_... on POST /api/agent/mcp (the token is valid on the MCP endpoint only)

What's in this repo

FileWhat it is
server.jsonThe MCP Registry entry for ai.epinu/epinu
examples/quickstart.shAnonymous tier in 60 seconds (curl)
examples/walkthrough.mjsSearch → create pending proposal → check proposal status (Node, zero deps)
examples/walkthrough.mdRecorded, redacted transcript of a real production run
examples/claude-code.mdConnect from Claude Code / .mcp.json
TOOLS.mdAnonymous-tier tool reference with captured responses
SECURITY.mdHow to report a vulnerability

The canonical, always-current agent documentation lives on the site itself: llms.txt · .well-known/mcp. This repo deliberately links rather than mirrors, so it can't go stale.

License

Examples and docs in this repository: MIT. The Epinu platform itself is a hosted service — epinu.ai.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    💻 Developer Tools3 views
    Compare vs Openapi MCP Server →
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools8 views
    Compare vs Claude Task Master →
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    💻 Developer Tools3 views
    Compare vs MCP Server Docker →
  • Andrea9293 MCP logoAndrea9293 MCP

    Local-first document management and semantic search for AI coding agents

    💻 Developer Tools2 views
    Compare vs Andrea9293 MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
1mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Epinu

epinu is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "epinu": { "url": "https://api.epinu.ai/api/agent/mcp" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEpinu AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/epinu-2?style=directory)](https://allmcps.com/mcp/epinu-2)
HTML Embed
<a href="https://allmcps.com/mcp/epinu-2"><img src="https://allmcps.com/api/badge/epinu-2?style=directory" alt="Epinu on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSSE (Remote)
Last updatedAug 14, 2026
5/5 checks healthy over the last 46d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 14, 2026
37Quality signal: Fair · 37/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Epinu →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients