Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Voice Mode
  • Voice HUD
  • Web Search
  • Image Generation
  • Video Generation
  • Audio Generation
  • Transcription
  • Drive
  • Credentials
  • Sharing
  • Workspaces
  • Tasks
  • Memory
  • Agents
  • Subagents
  • Automations
  • Skills
  • idapt Code
  • Code Execution
  • Computers
  • Computer Use
  • Computer Assist · Soon
  • Containers · Soon
  • Cloud Computers
  • Local AI
  • AI Gateway
  • API & SDK
  • CLI
  • MCP
  • Tunnels
  • All features →
  • LLM cost calculator
  • Token counter
  • Context window checker
  • Can I run it
  • Model picker quiz
  • Savings finder
  • Video cost estimator
  • Text to speech cost
  • Transcription cost
  • API endpoint tester
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Skills
  • Learn
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)
Help Center
⚙️

Connect your tool

Found this helpful? Share it:

Connecting a client takes two steps: create a scoped API key, then point the client at idapt's MCP endpoint. The same endpoint works in every MCP client ⚙️

Create an API key

  1. Open Settings →Developer.

  2. Create a key and name it after the tool you are connecting.

  3. Choose its scopes. See MCP permissions for what each one grants.

  4. Copy the key. It starts with uk_and is shown once.

The full key is shown only once. If you lose it, create a new one and delete the old.

Connect Claude Code

Claude Code has a built-in command. Set IDAPT_API_KEY in your environment first, then run:

claude mcp add --transport http idapt https://idapt.app/api/mcp \
  --header "Authorization: Bearer $IDAPT_API_KEY"

Connect any other client

The connection details are the same everywhere:

  • Endpoint: https://idapt.app/api/mcp

  • Transport: Streamable HTTP (JSON-RPC 2.0)

  • Auth header: Authorization: Bearer YOUR_IDAPT_API_KEY(or x-api-key: YOUR_IDAPT_API_KEY)

Most clients read MCP servers from a JSON config with this shape:

{
  "mcpServers": {
    "idapt": {
      "url": "https://idapt.app/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_IDAPT_API_KEY" }
    }
  }
}

The file location and the exact keys vary by client, so check your client's own MCP documentation for where the config lives. For per-client walkthroughs, see Connect Cursor, Connect Codex, and Connect any coding agent.

idapt adds a single tool, idapt, so it barely touches a client's per-server tool budget.

Verify the connection

Reload MCP servers in your client, then ask it to call { "action": "workspace list" }. A list of your workspaces confirms the key and endpoint work. From there, see what an MCP client can do.

FAQs

Related articles

🔌

idapt MCP Server

Connect Claude Code, Cursor, Codex, and any other MCP client to your idapt workspace.

🔧

What an MCP client can do

The one idapt tool, how to call it, how to discover every action from inside your client, and what is off limits.

🔒

MCP permissions

API key scopes, what each one grants, and how to pick the narrowest set for your workflow.

Up next

What an MCP client can do

The one idapt tool, how to call it, how to discover every action from inside your client, and what is off limits.

Was this helpful?