# ai.epinu/epinu (remote · api.epinu.ai)

Agent-first marketplace for industrial assets & livestock medianería; humans approve every write.

- Trust score: 71/100 (medium)
- Change this week: +9
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.epinu.ai`: 71/100 (this document), [markdown](https://verifymcp.io/servers/ai-epinu-epinu/api-agent-mcp.md), [page](https://verifymcp.io/servers/ai-epinu-epinu/api-agent-mcp)

## Channel facts

- Endpoint: `https://api.epinu.ai/api/agent/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.2`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 57/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 428 tokens (~85/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-epinu-epinu https://api.epinu.ai/api/agent/mcp
```

### Codex

```toml
[mcp_servers.ai-epinu-epinu]
url = "https://api.epinu.ai/api/agent/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-epinu-epinu": {
      "type": "remote",
      "url": "https://api.epinu.ai/api/agent/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-epinu-epinu --url https://api.epinu.ai/api/agent/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-epinu-epinu:
    url: "https://api.epinu.ai/api/agent/mcp"
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 69, +6)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (5)

### `projects_search` (~123 tokens)

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.

Input parameters:

- `asset_type` (string)
- `cursor` (string)
- `limit` (integer)
- `max_funding_goal` (number)
- `min_roi` (number)
- `query` (string)
- `status` (string)

Output parameters:

- `limit` (number)
- `next_cursor`
- `projects` (array)

### `getting_started` (~38 tokens)

Getting Started

Start here: platform overview, the proposal/approval operating model, auth rules, common flows, and agent etiquette. Static content — requires no scopes.

Output parameters:

- `auth` (object)
- `common_flows` (array)
- `docs` (string)
- `etiquette` (array)
- `field_limits` (string)
- `operating_model` (object)
- `platform` (string)
- `welcome` (string)

### `marketplace_listings_search` (~87 tokens)

Marketplace Listings Search

Search the Epinu marketplace for equipment, services, and assets. Returns summaries only; call marketplace_listing_get for detailed packets.

Input parameters:

- `availabilityType` (string)
- `category` (string)
- `cursor` (string)
- `limit` (integer)
- `maxPrice` (number)
- `query` (string)
- `subcategory` (string)

Output parameters:

- `next_cursor`
- `results` (array)
- `total_returned` (integer)

### `search` (~69 tokens)

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.

Input parameters:

- `query` (string, required)

Output parameters:

- `results` (array)

### `fetch` (~80 tokens)

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.

Input parameters:

- `id` (string, required)

Output parameters:

- `id` (string)
- `metadata` (object)
- `text` (string)
- `title` (string)
- `url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/ai-epinu-epinu/api-agent-mcp#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 70
- 2026-07-31: 69
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 59

## Links

- Remote endpoint: https://api.epinu.ai/api/agent/mcp
- Repository: https://github.com/CMS87/epinu-mcp
- Website: https://epinu.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-epinu-epinu/api-agent-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-epinu-epinu/api-agent-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-epinu-epinu/api-agent-mcp
