Docs menu

Directory and MCP server

The public MCP directory: discovering and submitting servers, verification, and the tools of the public MCP server at mcp.tulimoa.com.

Last updated Aug 20, 2026

The directory at tulimoa.com/discover is a public, curated catalog of SaaS and AI tools with a focus on MCP: which tools have a server, what it exposes, and how to connect it. Browsing is free, listing is free, and there is no pay-to-rank.

Discover

Search full text or filter by category (15 of them), by whether the tool runs its own MCP server, by pricing model, country and tags. Every listing links out, shows community signals like likes and reviews, and, if the tool has a verified MCP server, its actual tool list.

Submit a tool

Anyone can submit a tool for free. Submissions go through a manual review, usually within about a day, before they are public. Edits to a published listing go back into review. If a listing describes your product, you can claim it and manage it from the dashboard.

Verification and badges

  • The verified mark on a listing means we reached its MCP server and scanned its tool list. The scan repeats regularly, so the mark reflects a server that actually answers.
  • The Tulimoa badge: embed it on your site and your listing gets a ranking boost. The embed is re-checked automatically.

Stacks, profiles, leaderboard

  • Stacks: bundle the tools you use into a shareable stack with its own page.
  • Profiles: a public page for you and your stacks, switchable to private.
  • [Leaderboard](/leaderboard): the most liked tools of the directory.
  • [Live](/live): a public live counter fed by the gateway.

The public MCP server

The directory is itself reachable as an MCP server at https://mcp.tulimoa.com/mcp (streamable HTTP), so agents can search it directly. Reading needs no auth at all; the write tools need a sign-in with the write scope via the Tulimoa account.

search_listings(query?, category?, pricing_model?, mcp?, eu_only?, sort?, limit?)

Finds tools by free text and filters; sort accepts new, popular or viewed, limit up to 50 (default 20).

get_listing(slug)

Full detail for one tool.

list_categories()

The category ids and labels used by search.

submit_listing(name, url, short_description, country, category, mcp, pricing_model, logo_url, tags?)write

Creates a new listing on behalf of the signed-in user; it starts as pending and goes public after review. logo_url is required: a public image URL (PNG, JPEG, WebP, GIF or AVIF, at least 64 px), stored as WebP. At most 5 submissions per 24 hours.

edit_listing(slug, ...fields, logo_url?)write

Updates a listing you own, including a new logo_url. A listing without a logo needs one with the next edit. Any edit sends it back into review before it is public again.

Connected through the gateway? Then the directory is already there: it ships preinstalled as the tulimoa connector, your identity is passed through, and no extra sign-in is needed. A direct connection to mcp.tulimoa.com is only for agents that do not use the gateway.