Data Collection
epinu.ai
Searches and fetches data from Epinu real-asset projects and marketplace listings.
ENDPOINT 1
https://api.epinu.ai/api/agent/mcp
MCP server metadata
- Name
- epinu-agent-api
- Version
- 0.1.0
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
getting_startedStart here: platform overview, the proposal/approval operating model, auth rules, common flows, and agent etiquette.
Inferred read-onlymarketplace_listings_searchSearch the Epinu marketplace for equipment, services, and assets.
Inferred read-onlysearchUnified read-only search across public Epinu projects and marketplace listings.
Inferred read-onlyfetchFetch the full document for one search result by its opaque id (project:<uuid> or listing:<uuid>).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.