← Registry

Data Collection

epinu.ai

Searches and fetches data from Epinu real-asset projects and marketplace listings.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.epinu.ai/api/agent/mcp

No auth detected

MCP server metadata

Name
epinu-agent-api
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Epinu is agent-first: reads return data; writes create proposals your human approves in the dashboard. Call getting_started for the full onboarding.

Known tools 5

projects_search

Search Epinu real-asset projects.

Inferred read-only
getting_started

Start here: platform overview, the proposal/approval operating model, auth rules, common flows, and agent etiquette.

Inferred read-only
marketplace_listings_search

Search the Epinu marketplace for equipment, services, and assets.

Inferred read-only
search

Unified read-only search across public Epinu projects and marketplace listings.

Inferred read-only
fetch

Fetch the full document for one search result by its opaque id (project:<uuid> or listing:<uuid>).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.epinu-agent-api]
url = "https://api.epinu.ai/api/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "epinu-agent-api": {
      "type": "http",
      "url": "https://api.epinu.ai/api/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: epinu-agent-api
Remote MCP URL: https://api.epinu.ai/api/agent/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "epinu-agent-api": {
      "url": "https://api.epinu.ai/api/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "epinu-agent-api": {
      "type": "http",
      "url": "https://api.epinu.ai/api/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.