Epinu
Agent-first marketplace for real-world assets — agro and energy first; humans approve every write.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeCan modify data
What it can do
- 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
- 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.
What data it sees
Do you need an account
No: the server works without sign-in
Agent-first marketplace for real-world assets — agro and energy first; humans approve every write. Anonymous read tier: search, fetch, marketplace and project search over public data with no account or token. Writes are proposals a human reviews and approves in the Epinu dashboard, with a full audit trail. Docs: https://epinu.ai/llms.txt · Repo: https://github.com/CMS87/epinu-mcp · Official MCP Registry: ai.epinu/epinu
Server tool list (5)
Raw names from tools/list. Only developers need these.
| 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 unpublished projects for duplicate checks; another owner's unpublished projects are never returned. Available without a token for public results only. |
| 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; public data only. Additive alias over projects_search and marketplace_listings_search. |
| 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 projects_get_deep_dive and marketplace_listing_get. Unknown or malformed ids return a clean not-found. |