MCP server · Ablo
abloatai-mcp.yml
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport
Tools
search_ablo_docs— Keyword search across the docs corpus; returns ranked matches with excerpts.get_recipe— Return the full markdown of one doc by name.get_api_surface— Return the structured export list for an SDK subpath.validate_schema— Lint defineSchema source against the DSL rules; runs no code.scaffold_app— Emit a starter file tree for a schema-first integration.get_schema— The models this key can address, plus its environment and project.list_projects— List the organization's projects (requires an sk_ key).create_project— Create a project (requires an sk_ key).tail_logs— Recent commits and the actor behind each.get_usage— Usage in daily buckets.get_model— Read latest state plus active claims for one row.list_records— Cursor-paginated list with filters.create_model— Guarded create.update_model— Guarded update.delete_model— Guarded delete.claim_model— Acquire or queue a coordination lease on a row.release_claim— Release the lease so others proceed.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.