# Tulimoa (remote · mcp.tulimoa.com)

Discover curated SaaS and AI-agent tools in the Tulimoa directory; submit and edit your listings.

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

## Components

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

## Channel facts

- Endpoint: `https://mcp.tulimoa.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.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-03.

- **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 5 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**: 69/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 647 tokens (~129/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 92/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-tulimoa-platform https://mcp.tulimoa.com/mcp
```

### Codex

```toml
[mcp_servers.com-tulimoa-platform]
url = "https://mcp.tulimoa.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-tulimoa-platform --url https://mcp.tulimoa.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-tulimoa-platform:
    url: "https://mcp.tulimoa.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-tulimoa-platform": {
      "type": "http",
      "url": "https://mcp.tulimoa.com/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 65, +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 64, +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 63, 0)

- [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, +1)

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

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

- [functional improvement] Tool “list_categories” now declares an output schema
- [functional improvement] Tool “search_listings” now declares an output schema
- [functional improvement] Tool “submit_listing” now declares an output schema
- [functional improvement] Tool “edit_listing” now declares an output schema
- [functional improvement] Tool “get_listing” now declares an output schema
- [functional] First check of Tool coverage: 100
- [functional] Server version: 1.1.0 → 1.2.0

### 2026-07-27 (score 61, +1)

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

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

First indexed and scored.

## MCP tools (5)

### `search_listings` (~198 tokens)

Search SaaS listings

Find SaaS tools in the Tulimoa directory that an AI agent or team can plug into. Discover tools by topic, category, pricing, MCP support, or EU hosting. Returns only approved, published listings. Use this for any 'find/recommend a tool for X' request, then call get_listing for full detail on a specific result.

Input parameters:

- `category` (string): Restrict to one category id. Call list_categories for valid ids.
- `eu_only` (boolean): true = only tools whose company country is in the EU.
- `limit` (integer): Max results (1-50, default 20).
- `mcp` (boolean): true = only tools that expose their own MCP server.
- `pricing_model` (string): Restrict to a pricing model.
- `query` (string): Free-text terms matched against the listing name and short description.
- `sort` (string): Result order. Default: popular.

Output parameters:

- `count` (integer): Number of results returned.
- `results` (array): Lean listing rows; call get_listing(slug) for full detail.

### `get_listing` (~74 tokens)

Get one SaaS listing

Fetch full detail of a single Tulimoa listing by its slug: long description, features, use cases, integrations, pricing detail, and links. Use after search_listings when the user wants depth on a specific tool.

Input parameters:

- `slug` (string, required): The listing's URL slug, e.g. 'acme-crm'.

Output parameters:

- `listing` (object): Full listing row (detail projection, see DETAIL_SELECT).

### `list_categories` (~39 tokens)

List directory categories

List the category ids and labels used to classify Tulimoa listings. Call this first when you need a valid `category` value for search_listings.

Output parameters:

- `categories` (array)

### `submit_listing` (~202 tokens)

Submit a SaaS listing to the Tulimoa directory

Create a new listing in the Tulimoa directory on behalf of the authenticated user. The listing is created with status 'pending' and appears publicly only after admin review. Requires a write-scoped Tulimoa login. Use list_categories first to pick a valid category id.

Input parameters:

- `category` (string, required): One category id. Call list_categories for valid ids.
- `country` (string, required): ISO-3166-1 alpha-2 country code of the company, e.g. DE.
- `mcp` (boolean, required): true = this tool exposes its own MCP server.
- `name` (string, required): Product/company name (max 60 chars).
- `pricing_model` (string, required): Pricing model (required): free | freemium | paid | lifetime.
- `short_description` (string, required): One-line pitch (max 300 chars).
- `tags` (array): Optional descriptive tags (max 8).
- `url` (string, required): Public homepage URL (https).

Output parameters:

- `id` (string): Listing id.
- `slug` (string): Final slug (may carry a conflict suffix).
- `status` (string)

### `edit_listing` (~134 tokens)

Edit one of your own Tulimoa listings

Update fields of a listing you own (by slug). You cannot change ownership or set review status. Any edit sends the listing back to admin review (status: pending) and it reappears publicly only after re-approval. Requires a write-scoped Tulimoa login.

Input parameters:

- `category` (string)
- `mcp` (boolean)
- `name` (string)
- `pricing_model` (string)
- `short_description` (string)
- `slug` (string, required): Slug of YOUR listing to edit (from submit_listing).
- `tags` (array)
- `url` (string)

Output parameters:

- `id` (string): Listing id.
- `slug` (string)
- `status` (string)

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 63
- 2026-07-30: 63
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 61
- 2026-07-26: 60

## Links

- Remote endpoint: https://mcp.tulimoa.com/mcp
- Repository: https://github.com/Tulimoa/tulimoa-mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-tulimoa-platform/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-tulimoa-platform/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-tulimoa-platform/mcp
