Discover Spala, authenticate with platform OAuth, manage projects, and securely connect coding agents to each project's dedicated MCP.
- Spala Help: Explain what Spala is, what the public MCP does, and where agents should start before authentication.
- Spala Get Onboarding: Return first-call onboarding for agents, including the public MCP role, project MCP role, auth metadata, enabled authenticated handoff, and required first project-MCP calls.
- Spala Get Tool Map: Return machine-readable public MCP vs project MCP routing, auth-gated tool names, OAuth metadata URLs, and exact-URL handoff rules.
Tasks & Projects · No sign-in · Free
Durable, shareable and governed project memory with smart triage and explicit project composition.
Tasks & Projects · API key required · Free
Opinionated sprint tracker.
Tasks & Projects · API key required · Free
The project brain for AI coding agents — memory, decisions, sprints, knowledge base via MCP.
Tasks & Projects · No sign-in · Free
NWO Robotics MCP Server Control real robots, IoT devices, and autonomous agent swarms through natural language — powered by the NWO Robotics API.
- Vla Inference: Run VLA inference: send instruction + base64 images, receive joint actions
- Edge Inference: Ultra-low-latency VLA inference via Cloudflare global edge (28ms avg)
- List Models: List all available VLA models with capabilities, status, and latency
Tasks & Projects · No sign-in · Free
The simplest, most complete, end-to-end agent-managed company brain.
- SearchTools: Search available tools by keyword or category. Returns matching tool names and descriptions.
- ListDiagramTypes: List supported diagram types. Use the returned `type` field when calling insertDiagramInDocument.
- GetDiagramTypeGuide: Get DSL writing instructions for a diagram type. Call before writing diagramCode.
Tasks & Projects · No sign-in · Free
Discover AI tools for game development — 100+ tools indexed by engine, task, and pricing.
Tasks & Projects · No sign-in · Free
Issue and manage Brazilian fiscal documents: NF-e for goods, NFS-e for services.
Tasks & Projects · No sign-in · Free
Shared task layer for AI coding agents.
Tasks & Projects · API key required · Free
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Tasks & Projects · API key required · Free
Persistent memory for Claude Code and Cursor.
Tasks & Projects · API key required · Free
Project management, CRM, time tracking and project economy for consulting and engineering firms
CRM & Sales · No sign-in · Free
MCP server for Supabase — 31 tools for database CRUD, storage, auth admin, project management, edge functions, and secrets via REST + Management APIs.
- Sb List Records: List records from a Supabase table/view with PostgREST filtering, column selection, ordering, and pagination. Filter syntax: age=gt.18, status=eq.active, name=ilike.*john*, id=in.(1,2
- Sb Insert Records: Insert one or more records into a Supabase table. Pass a single object or an array of objects. Use return=representation to get the created records back.
- Sb Update Records: Update records in a Supabase table matching a filter. Filter is REQUIRED to prevent accidental full-table updates. Use return=representation to see what changed.
Tasks & Projects · API key required · Free
Check a Supabase project URL shape.
Tasks & Projects · No sign-in · Free
SupplyGraph.AI Data MCP Server This is the data-access MCP server for SupplyGraph.AI.
- Poi Data Shopping: 基于明确的市级或区县级行政区名称,查询该行政区范围内的购物 POI 明细列表。覆盖:超市、商场、购物中心、便利店、专卖店等。不回答超市/商场数量统计(请用兴趣点数量指标)。典型问法:某区超市分布、有哪些购物中心、便利店列表。 Pricing: {'unit': 'credits', 'billing_model': 'per_data_unit', 'mete
- Gov Data Population: 查询地区人口宏观统计指标(数量/占比/增长率)。覆盖:常住与户籍人口、年龄代际人口(60/70/80/90后等统称人口数量与占比)、劳动力/老年/儿童人口、城镇化率、人口增长。不回答企业数量或 POI 门店明细。典型问法:某区常住人口、劳动力人口占比、80后人口数量、人口TOP城市。 Pricing: {'unit': 'credits', 'billin
- Company Branch: 基于明确指定的企业名称,查询该企业在全国各地的分支机构(包含分公司)信息,包括分支机构名称、负责人、成立日期、经营状态等。 Pricing: {'unit': 'credits', 'billing_model': 'per_run', 'per_run': 0.2}
Tasks & Projects · No sign-in · Free
Susurration is a small research playground where agents are the intended visitors.
- Playground Manifest: Start here: what this place is, which exhibits exist, the house rules, and where everything lives. This playground was built for AI agents — you are the intended visitor. One call
- Flock Create: Create a new flock simulation: n birds (10-400) on a 1000x600 torus following four weighted rules (cohesion, alignment, separation and, since spec v2, noise, each 0-1), driven determinis
- Flock Step: Advance a flock by 1-1000 ticks and get its metrics back (polarization, cluster_count, mean_neighbor_distance), optionally with per-bird positions. An open question: freshly created flocks
Tasks & Projects · No sign-in · Free
Prompt an animation, get an editable project back, and export it as SVG, Lottie, GIF, MP4, and more, then open it in the editor to finish by hand to save…
- Ping: Diagnostic connectivity check. Returns "pong" with the MCP server name, version and current time. Requires no authentication — use it to confirm the server is reachable and the transport is work
- List Projects: List the authenticated user's SVGator projects (newest first). Returns lean rows (id, title, preview, created/updated timestamps, and an `editor_url` deep link to open the project in th
- Get Project: Get a single project summary: title, preview, folder, timestamps, canvas size, background colour, animation timeline, saved export settings, and an `editor_url` deep link to open it in th
Tasks & Projects · No sign-in · Free
Decentralized task broker and message relayer for multi-agent swarms.
Tasks & Projects · API key required · Free
Swarm Coordinator is a premium micro-service from the M2MCent factory, configured as a Model Context Protocol (MCP) server.
- Ping: Orquestador de Enjambres Multi-Agente — /api/ping endpoint. Fee: $0.01 USDC via x402.
Tasks & Projects · No sign-in · Free
Ranks the best AI tool or API per task: transcription, TTS, web search, scraping and OCR.
Tasks & Projects · No sign-in · Free
Symvanta gives your AI coding agent your codebase's real call graph over MCP, so it stops guessing and knows what breaks before it edits.
- Init: Call first. Returns the active project, repositories, and index health in one call, plus a `usage` field (decision matrix + routing). Non-empty repositories = proceed with graph queries; empty =
- Locate: Search/lookup. Pick a mode, or omit with a bare query to AUTO-ROUTE (text, then semantic on empty; response carries answered_by). Modes: - text (replaces grep): literal identifier/string, one
- Relate: Graph relationship traversal via one kind (real edges, not text). Kinds (1-10 symbols; heritage/chain one): - callers: direct callers. granularity:'file' (default) one row/file, 'site' one row
Tasks & Projects · No sign-in · Free
The GEO check every vibe coder runs before they launch.
- Geo Check: Run the 24-rule Synapse GEO linter against a URL or a local project path and return a scored report. Use this BEFORE shipping a new product.
- Geo Fix: Apply Synapse's auto-fixers to a local project — writes static files (llms.txt, robots.txt, agent-answer.json, etc.). Requires write access to the path.
- Geo Track Init: Register the project with the Synapse dashboard to begin tracking AI-agent referrals. Returns a slug and tracking ID.
Tasks & Projects · No sign-in · Free
Your agent doesn't ask for memory.
- Status: SESSION-START tool. Call this FIRST in every new chat — it is the entry point to Sync. Returns the companies and projects this token can reach, each with `version`, `description`, `language`,
- Project List: List every project in a company with version, description, feature counts, language, and knowledge update mode. Use this when the user names a company explicitly or when status returned
- Project Create: Create a new project inside a company. ONLY call after asking the user for explicit confirmation — project creation is high-impact and visible to the whole team. Pass a 2–4 sentence fa
Tasks & Projects · No sign-in · Free
SyntheticUser Lab MCP runs AI synthetic user testing for SaaS products, Figma prototypes, landing pages, checkout flows, onboarding flows, and conversion…
- Get Site Profile: Return SyntheticUser Lab identity, MCP URL, data boundaries, and capability tags.
- Get Health Status: Return route, asset binding, analytics binding, and payment configuration health.
- Get Pricing Catalog: Return the public SyntheticUser Lab plan catalog.
Tasks & Projects · API key required · Free
Manage your daily to-do lists and organize complex projects with nested subtasks.
- List Tasks: Get all tasks for the current user
- Create Task: Create a new task
- Add Subtask: Add a new subtask to an existing task
Tasks & Projects · No sign-in · Free
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
Tasks & Projects · No sign-in · Free
Shared task queue for humans and AI agents: leases, handoffs, approvals and signed receipts.
Tasks & Projects · No sign-in · Free
Hosted MCP server for task-first delegation to remote workstations and workers.
Tasks & Projects · No sign-in · Free
36 MCP tools for projects, tasks, workers, QR/NFC tags, and AI remediation.
Tasks & Projects · No sign-in · Free
Multi-agent swarm planner and project sprint allocator.
Tasks & Projects · API key required · Free