Skip to content
Back to search
100
MCP live v1.0.4 MCP 2025-11-25 streamable-http

ai.epinu/epinu

ai.epinu/epinu

Agent-first marketplace for real-world assets — agro and energy first; humans approve every write.

Uptime
no direct probes in 30d
Response
791ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

projects_search

Search Epinu real-asset projects. Returns bounded summaries only; call projects_get_deep_dive for detailed packets. Results include public projects plus the token owner's own archived, draft, or unpub…

getting_started

Start here: platform overview, the proposal/approval operating model, auth rules, common flows, and agent etiquette. Static content — requires no scopes.

marketplace_listings_search

Search the Epinu marketplace for equipment, services, and assets. Returns summaries only; call marketplace_listing_get for detailed packets.

search

Unified read-only search across public Epinu projects and marketplace listings. Returns { id, title, url } results; call fetch with a returned id for the full document. Available without a token; publ…

fetch

Fetch the full document for one search result by its opaque id (project:<uuid> or listing:<uuid>). Returns { id, title, text, url, metadata }. Available without a token; public data only. Wraps projec…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "ai.epinu/epinu": {
      "url": "https://api.epinu.ai/api/agent/mcp",
      "transport": "streamable-http"
    }
  }
}