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 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: agent101-mcp
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 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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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