INDIVIDUAL MCP TOOL
get_pricing
Full published pricing for both Asyncdot plans: Launch (one-time fixed-quote project) and Build (monthly subscription), with price bands by project type, delivery times, and what each plan includes.
LIVE ENDPOINT
https://asyncdot.com/mcp
Connect to this endpoint to inspect the live schema for get_pricing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.asyncdot]
url = "https://asyncdot.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"asyncdot": {
"type": "http",
"url": "https://asyncdot.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: asyncdot
Remote MCP URL: https://asyncdot.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"asyncdot": {
"url": "https://asyncdot.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"asyncdot": {
"type": "http",
"url": "https://asyncdot.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "asyncdot",
"transport": "streamable-http",
"url": "https://asyncdot.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_company_profile— Canonical machine-readable profile of Asyncdot: positioning, the fixed-price ownership model, founders, services, markets, tech stack, citable data points, and contact details.list_articles— List published articles from the Asyncdot blog with title, description, author, dates, tags, and canonical URL.get_article— Return the full markdown body plus metadata for one Asyncdot article, addressed by its slug.search_articles— Full-text search across Asyncdot article titles, descriptions, tags, and body text.