Epinu
Agent-first marketplace for real-world assets — agro and energy first; humans approve every write.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |