{"name":"com.tulimoa/platform","slug":"tulimoa-platform","title":"Tulimoa","description":"Discover curated SaaS and AI-agent tools in the Tulimoa directory; submit and edit your listings.","url":"https://mcp.market/server/tulimoa-platform","rating":null,"grade":"B","score":80,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":23,"stars":1,"forks":0,"downloads_week":null,"last_push_at":"2026-09-12T11:13:51.000Z","license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:01:13.041Z","last_ok_at":"2026-09-20T21:01:13.041Z","latency_ms":258},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Tulimoa/tulimoa-mcp","website":null,"version":"1.3.0","remotes":[{"type":"streamable-http","url":"https://mcp.tulimoa.com/mcp"}],"packages":[],"tools":[{"name":"edit_listing","description":"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. Every listing needs a logo: pass logo_url to replace it (required if the listing has none yet). Requires a write-scoped Tulimoa login.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"description":"Slug of YOUR listing to edit (from submit_listing)."},"name":{"type":"string","minLength":1,"maxLength":60},"url":{"type":"string","format":"uri"},"short_description":{"type":"string","minLength":1,"maxLength":300},"category":{"type":"string","enum":["developer-tools","ai-infra","sales-crm","marketing","productivity","data-analytics","finance-accounting","customer-support","hr-recruiting","design-creative","security-privacy","communication","commerce-payments","automation-nocode","other"]},"mcp":{"type":"boolean"},"pricing_model":{"type":"string","enum":["free","freemium","paid","lifetime"]},"tags":{"maxItems":8,"type":"array","items":{"type":"string","minLength":1,"maxLength":40}},"logo_url":{"description":"New logo. Public https URL of the company logo: PNG, JPEG, WebP, GIF or AVIF, at least 64 px, max 5 MB. A square icon works best. Tulimoa downloads it, scales it to max 512 px and stores it as WebP. Required if the listing has no logo yet.","type":"string","format":"uri"}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_listing","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":120,"description":"The listing's URL slug, e.g. 'acme-crm'."}},"required":["slug"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_categories","description":"List the category ids and labels used to classify Tulimoa listings. Call this first when you need a valid `category` value for search_listings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_listings","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"description":"Free-text terms matched against the listing name and short description.","type":"string","minLength":1,"maxLength":100},"category":{"description":"Restrict to one category id. Call list_categories for valid ids.","type":"string","enum":["developer-tools","ai-infra","sales-crm","marketing","productivity","data-analytics","finance-accounting","customer-support","hr-recruiting","design-creative","security-privacy","communication","commerce-payments","automation-nocode","other"]},"pricing_model":{"description":"Restrict to a pricing model.","type":"string","enum":["free","freemium","paid","lifetime"]},"mcp":{"description":"true = only tools that expose their own MCP server.","type":"boolean"},"eu_only":{"description":"true = only tools whose company country is in the EU.","type":"boolean"},"sort":{"description":"Result order. Default: popular.","type":"string","enum":["new","popular","viewed"]},"limit":{"description":"Max results (1-50, default 20).","type":"integer","minimum":1,"maximum":50}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"submit_listing","description":"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. Every listing needs a logo: pass logo_url (a public image URL, e.g. the company's square icon). Requires a write-scoped Tulimoa login. Use list_categories first to pick a valid category id.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":60,"description":"Product/company name (max 60 chars)."},"url":{"type":"string","format":"uri","description":"Public homepage URL (https)."},"short_description":{"type":"string","minLength":1,"maxLength":300,"description":"One-line pitch (max 300 chars)."},"country":{"type":"string","pattern":"^[A-Z]{2}$","description":"ISO-3166-1 alpha-2 country code of the company, e.g. DE."},"category":{"type":"string","enum":["developer-tools","ai-infra","sales-crm","marketing","productivity","data-analytics","finance-accounting","customer-support","hr-recruiting","design-creative","security-privacy","communication","commerce-payments","automation-nocode","other"],"description":"One category id. Call list_categories for valid ids."},"mcp":{"type":"boolean","description":"true = this tool exposes its own MCP server."},"pricing_model":{"type":"string","enum":["free","freemium","paid","lifetime"],"description":"Pricing model (required): free | freemium | paid | lifetime."},"logo_url":{"type":"string","format":"uri","description":"Required. Public https URL of the company logo: PNG, JPEG, WebP, GIF or AVIF, at least 64 px, max 5 MB. A square icon works best. Tulimoa downloads it, scales it to max 512 px and stores it as WebP."},"tags":{"description":"Optional descriptive tags (max 8).","maxItems":8,"type":"array","items":{"type":"string","minLength":1,"maxLength":40}}},"required":["name","url","short_description","country","category","mcp","pricing_model","logo_url"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":80,"grade":"B","scanned_at":"2026-09-19T20:07:58.582Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:07:58.520Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 692ms"]},"poisoning":{"score":15,"max":15,"notes":["5 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 7 days ago"]},"identity":{"score":7,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://mcp.tulimoa.com/mcp","reachable":true,"authRequired":false,"latencyMs":692,"serverInfo":{"name":"tulimoa","version":"1.3.0"}}],"packages":[],"repo":{"found":true,"owner":"Tulimoa","repo":"tulimoa-mcp","archived":false,"pushedAt":"2026-09-12T11:13:51Z","stars":1,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/295645044?v=4","ownerCreatedAt":"2026-06-21T17:59:38Z","license":"MIT"},"icon":{"url":"https://tulimoa.com/icon.svg?icon.107ambqlw~od6.svg","source":"registry"},"presence":{"stars":1,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-12T11:13:51.000Z","score":23}}}},"grade_history":[],"reviews":[]}