Tulimoa MCP Server
OfficialClick on "Install 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 (read-only, public data)
Tools
Tool | What it does |
| Find tools by free-text |
| Full detail for one tool by its |
| The category ids and labels used by |
Related MCP server: Product Management 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). It reads the public Tulimoa catalog from Supabase with the anon key, gated by RLS to approved and published listings. Authless by design, since the data is public and read-only. Hardened with per-colo rate limits and edge caching to protect the backend.
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tulimoa/tulimoa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server