# com.jojapi/marketplace (remote · mcp.jojapi.com)

Search the JoJ API marketplace, read endpoint docs, and call any API with one key via one gateway.

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `mcp.jojapi.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-jojapi-marketplace/mcp.md), [page](https://verifymcp.io/servers/com-jojapi-marketplace/mcp)

## Channel facts

- Endpoint: `https://mcp.jojapi.com`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## 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-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 476 tokens (~119/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 82% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-jojapi-marketplace https://mcp.jojapi.com/
```

### Codex

```toml
[mcp_servers.com-jojapi-marketplace]
url = "https://mcp.jojapi.com/"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-jojapi-marketplace": {
      "type": "remote",
      "url": "https://mcp.jojapi.com/",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-jojapi-marketplace --url https://mcp.jojapi.com/ --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-jojapi-marketplace:
    url: "https://mcp.jojapi.com/"
```

### Other

```json
{
  "mcpServers": {
    "com-jojapi-marketplace": {
      "type": "http",
      "url": "https://mcp.jojapi.com/"
    }
  }
}
```

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-20 (score 61, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-19 (score 61)

First indexed and scored.

## MCP tools (4)

### `search_apis` (~93 tokens)

Search the API catalog

Search the JoJ API marketplace (jojapi.com) — scraping, web search, social media and real-world data APIs, all callable with one API key through one gateway. Returns matching APIs with their slugs and links.

Input parameters:

- `limit` (integer)
- `query` (string): Free-text search over API names and descriptions. Omit or leave empty to browse the catalog.
- `sort` (string)

### `get_api` (~57 tokens)

Get an API's overview

Overview of one marketplace API by slug: what it does, its endpoint list, plans and links (docs, OpenAPI, dedicated MCP server).

Input parameters:

- `slug` (string, required): The API's marketplace slug, e.g. from search_apis.

### `get_endpoint` (~87 tokens)

Get full endpoint documentation

Complete documentation for one endpoint of a marketplace API: parameters with types and requirements, request body, documented responses with examples, and billing.

Input parameters:

- `method` (string, required): HTTP method, e.g. GET or POST.
- `path` (string, required): The endpoint path exactly as listed by get_api, e.g. /v1/search.
- `slug` (string, required): The API's marketplace slug.

### `call_endpoint` (~133 tokens)

Call an endpoint

Execute one endpoint of a marketplace API through the live gateway. Requires a JoJ API key configured on this MCP connection as an HTTP header (Authorization: Bearer jk_...). Usage is billed to the key's subscription exactly like any other API call.

Input parameters:

- `arguments` (object): Endpoint arguments keyed by parameter name, as documented by get_endpoint (path/query/form/header parameters and, when documented, a `body` object).
- `method` (string, required): HTTP method of the endpoint.
- `path` (string, required): The endpoint path exactly as listed by get_api.
- `slug` (string, required): The API's marketplace slug.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-jojapi-marketplace/mcp#diagnostics

## Score history

- 2026-08-20: 61
- 2026-08-19: 61

## Links

- Remote endpoint: https://mcp.jojapi.com/
- Website: https://jojapi.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-jojapi-marketplace/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-jojapi-marketplace/mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-jojapi-marketplace/mcp
