Use Creodot from your AI tool

Connect our MCP server and create project requests straight from Claude, Cursor or any MCP-enabled assistant. The first call opens a sign-in page in your browser — no API keys to manage.

Server URL

https://creodot.com/api/mcp

Claude Code

One command in your terminal:

claude mcp add --transport http creodot https://creodot.com/api/mcp

Claude (web & desktop)

Settings → Connectors → Add custom connector, then paste the server URL.

Cursor

Add this to ~/.cursor/mcp.json (or your project's .cursor/mcp.json):

{
  "mcpServers": {
    "creodot": {
      "url": "https://creodot.com/api/mcp"
    }
  }
}

What your assistant can do

  • create_request — describe a project; our AI product owner scopes it
  • reply_to_request — answer the scoping questions
  • list_requests — see all your requests
  • get_request — full transcript, status and your estimate
Back to creodot.com