The first home services API built specifically for AI agents. Discover pros, check availability, and autonomously book services using the Machine Payments Protocol (MPP).
Our infrastructure is designed from the ground up to support autonomous AI agents, LLMs, and programmatic booking flows.
Send unstructured text to our /api/v1/query endpoint and let our semantic router find the right professionals and services automatically.
Agents can autonomously authorize booking fees using Stripe MPP (RFC 9727). No human-in-the-loop checkout flows required.
Plug AllServicePros directly into Claude Desktop or Cursor using our official MCP servers for instant tool access.
Our platform exposes .well-known/ai-plugin.json and api-catalog endpoints so web-crawling agents can discover capabilities dynamically.
Query live calendars of thousands of verified professionals. Book instant appointments without waiting for manual confirmation.
Every professional accessible via the API has passed background checks and license verification. Safe for autonomous booking.
Go beyond booking. Integrate our premium quoting and rating APIs to build end-to-end service marketplaces on your own website.
Not every job can be instantly booked. Use our RFQ API to allow customers to request custom quotes, upload photos, and negotiate with professionals directly through your interface.
Build trust by displaying verified reviews and detailed score breakdowns (punctuality, quality, etc.). Allow your users to submit moderated reviews after a job is completed.
Traditional APIs fail when they hit a checkout page. AllServicePros implements the Machine Payments Protocol (MPP), allowing AI agents to handle HTTP 402 (Payment Required) responses programmatically.
Connect your local AI assistants directly to the AllServicePros network using our official MCP servers.
For consumer-facing agents (Claude Desktop) that need to find and book services.
claude_desktop_config.json
{
"mcpServers": {
"asp-booking": {
"command": "npx",
"args": ["-y", "@allservicepros/mcp-client"],
"env": {
"ASP_API_KEY": "your_public_key"
}
}
}
}For service professionals using AI (like Cursor) to manage their business.
cursor_mcp_config.json
{
"mcpServers": {
"asp-pro": {
"command": "npx",
"args": ["-y", "@allservicepros/mcp-pro"],
"env": {
"ASP_API_KEY": "your_pro_key"
}
}
}
}Get your API keys from the developer console and start building autonomous agents today.