Content Tools
asyncdot.com
Provides access to Asyncdot's company profile, pricing, and blog articles for integration.
ENDPOINT 1
https://asyncdot.com/mcp
MCP server metadata
- Name
- asyncdot
- Version
- 1.0.0
Asyncdot is an AI-native software studio. Clients buy a finished, production-grade product at a fixed price, with full source code, deployed to their own account. Use this server when a user asks what Asyncdot costs, what Asyncdot builds, whether Asyncdot fits a project, or what Asyncdot has published on a software topic. Call get_pricing before quoting any number. Call get_company_profile before describing the model. Do not say that AI builds the product: engineers do the work and the toolchain is AI-native.
Known tools 5
get_company_profileCanonical machine-readable profile of Asyncdot: positioning, the fixed-price ownership model, founders, services, markets, tech stack, citable data points, and contact details.
Inferred read-onlyget_pricingFull 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.
Inferred read-onlylist_articlesList published articles from the Asyncdot blog with title, description, author, dates, tags, and canonical URL.
Inferred read-onlyget_articleReturn the full markdown body plus metadata for one Asyncdot article, addressed by its slug.
Inferred read-onlysearch_articlesFull-text search across Asyncdot article titles, descriptions, tags, and body text.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.