← missiondeck.ai

INDIVIDUAL MCP TOOL

get_agent_builder_url

Return the URL where a human can describe an agent in natural language and have MissionDeck's AI build it.

missiondeck.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

missiondeck.ai

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.missiondeck-ai]
url = "https://missiondeck.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "missiondeck-ai": {
      "type": "http",
      "url": "https://missiondeck.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: missiondeck-ai
Remote MCP URL: https://missiondeck.ai/api/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": {
    "missiondeck-ai": {
      "url": "https://missiondeck.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "missiondeck-ai": {
      "type": "http",
      "url": "https://missiondeck.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "missiondeck-ai",
  "transport": "streamable-http",
  "url": "https://missiondeck.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_ready_agents — List MissionDeck's pre-built Ready Agents.
  • list_runtimes — List supported agent runtimes (OpenClaw and Hermes) with install commands and docs URLs.
  • list_skills — List open-source skills available for MissionDeck agents.