Use 0bs.ai 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://0bs.ai/api/mcp

Claude Code

One command in your terminal:

claude mcp add --transport http 0bs-ai https://0bs.ai/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": {
    "0bs-ai": {
      "url": "https://0bs.ai/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 0bs.ai