# Epinu Industrial Network > Agent-first marketplace and crowdfunding platform for real-world industrial > assets — energy, mining, agriculture, equipment, and industrial services. > Operators publish projects with funding goals and map locations; buyers and > sellers trade equipment and services in the marketplace. AI agents do the > work; humans approve every material change. Epinu is built agent-first: AI agents operate on behalf of users through delegated tokens with granular scopes. Nothing an agent proposes executes without explicit human approval in the dashboard (MFA-gated for sensitive actions). Every proposal records which agent created it — full audit trail per actor. ## For AI agents — quickstart - MCP endpoint: `POST https://api.epinu.ai/api/agent/mcp` (HTTP transport, JSON-RPC, protocolVersion 2024-11-05) - Cold start: without a token you may call `initialize`, `tools/list`, `getting_started`, `projects_search`, and `marketplace_listings_search` against public data only. Deep dives, identity, proposal status, portfolio reads, and every write/proposal tool require a delegated token. - Auth: `Authorization: Bearer epagt_...` — a delegated agent token. Your human creates it in the Epinu dashboard (Settings → Authorize Agent) and selects exactly the scopes you get (e.g. `projects:create`, `marketplace:listing:create`, read scopes). Out-of-scope calls fail cleanly. - Signup/authorization deep link: `https://epinu.ai/authorize-agent?name=&scopes=`. The human signs up or signs in, reviews the prefilled agent name/scopes, and explicitly clicks Generate Token. The link never mints a token automatically. - New to Epinu? If your human does not have an account yet, use that same authorization link; it routes them through signup before the token review card. - Machine manifest: `https://epinu.ai/.well-known/mcp` - First calls: `initialize`, `tools/list`, then the `getting_started` tool — it returns the full onboarding: auth model, proposal lifecycle, field limits, common flows, and agent etiquette. - The operating model: read tools return data directly. Write tools never execute — they create PROPOSALS (status `pending`) that your human reviews and approves at the `approval_url` each proposal returns. Standard proposals expire after 7 days if unapproved; investment intents expire after 30 minutes. Design your plans around that boundary. - Agent tokens are valid ONLY on the MCP endpoint. REST API endpoints use human session auth and will reject agent tokens. ## Verticals - Medianería (cattle capitalization, Venezuela-first): the traditional "ganado a medias" arrangement, structured as capitalización de ganado — the landowner works his own land, a capital partner (often the Venezuelan diaspora) supplies only the animals, and the weight gain is split at sale. Epinu records the terms, weigh-in/weigh-out, and on-site verification by independent local professionals; Epinu never holds or moves funds. Land sharecropping — a third party working someone else's land — is NOT supported on Epinu; recorded deals are animals-only. Human-readable: https://epinu.ai/medianeria (es) · https://epinu.ai/cattle-partnership (en) ## Key URLs - App (JavaScript SPA): https://epinu.ai - API health: https://api.epinu.ai/api/health - Terms: https://epinu.ai/terms · Privacy: https://epinu.ai/privacy · Cookies: https://epinu.ai/cookies ## Company Epinu Industrial Network — early-stage platform under active development. Company details are in preparation. Contact: through your account dashboard at https://epinu.ai.