Tulimoa MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tulimoa MCP ServerFind popular AI-agent tools with MCP support"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tulimoa MCP Server
A remote Model Context Protocol server that lets AI agents discover curated SaaS and AI-agent tools from the Tulimoa directory.
Endpoint:
https://mcp.tulimoa.com/mcpTransport: Streamable HTTP
Auth: none for the read tools (public data). The write tools (
submit_listing,edit_listing) require an OAuth login viaauth.tulimoa.comand awrite-scoped token bound to your Tulimoa account.
Tools
Tool | Auth | What it does |
| none | Find tools by free-text |
| none | Full detail for one tool by its |
| none | The category ids and labels used by |
| write | Create a new directory listing on behalf of the logged-in user ( |
| write | Update fields of a listing you own (by |
Related MCP server: Hermes Atlas MCP Server
Connect
Claude Code
claude mcp add --transport http tulimoa https://mcp.tulimoa.com/mcpOpenClaw
openclaw mcp add tulimoa --url https://mcp.tulimoa.com/mcp --transport streamable-httpGeneric MCP client (mcp.json)
{
"servers": {
"tulimoa": { "type": "http", "url": "https://mcp.tulimoa.com/mcp" }
}
}How it works
A single Cloudflare Worker built on the agents SDK createMcpHandler (stateless Streamable HTTP, no Durable Objects). Reads hit the public Tulimoa catalog with the Supabase anon key, gated by RLS to approved and published listings — authless, since that data is public. Writes resolve a Tulimoa identity per request (either a direct OAuth Bearer, hash-looked-up in oauth_tokens and audience-bound to https://mcp.tulimoa.com/mcp, or an internally-signed identity header from the Tulimoa gateway) and then insert with an explicit owner_id. Hardened with per-colo rate limits and edge caching to protect the backend.
OAuth-capable clients discover the authorization server (auth.tulimoa.com) via GET /.well-known/oauth-protected-resource.
Develop
pnpm install
pnpm dev # wrangler dev (local)
pnpm typecheck # tsc --noEmit
pnpm deploy # wrangler deployThe clawhub-skill/ folder contains the ClawHub skill that wraps this server for OpenClaw discovery.
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Directory of APIs, merchants, and tools AI agents can actually use.
Agent-callable B2B SaaS directory: capability-structured, continuously verified listings.
Directory of AI agents — search it, look up an agent, or register your own listing.
Discover, inspect and run 63,000+ agent tools from one balance. Pay per call, no subscriptions.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceSearch and discover 500+ tools, APIs, and services for AI agents. Browse 15 categories, get recommendations, and access structured metadata including auth methods, free tiers, and example calls.1-
- AlicenseAqualityDmaintenanceEnables AI agents to search, browse, and recommend tools from the Hermes Agent ecosystem directory with zero configuration.85 npmMIT

Toolzy MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search, view details, and check availability of tool rental listings from Toolzy's peer-to-peer marketplace.MIT- AlicenseAqualityDmaintenanceEnables AI agents to search, score, review, and submit tools from the SkillsIndex directory of 11,000+ AI agent tools.930 npmMIT