What you need
- An MCP-compatible AI tool - check your tool’s documentation for MCP support
- A Shuriken Agent Key - create one here if you haven’t already
Connection details
Shuriken uses a remote HTTP MCP server. This means your AI tool connects to Shuriken over the internet - no local installation, nonpx commands, no Node.js required.
Here are the details you’ll need:
Replace
YOUR_AGENT_KEY with your actual key (starts with sk_).
Generic JSON config
Most MCP clients use a JSON config file. The exact format varies, but here are the two most common patterns:Pattern 1: url + headers
Used by Cursor, Claude Desktop, and most MCP clients.
Pattern 2: serverUrl + headers
Used by Windsurf and some other clients.
Config file locations
For reference, here’s where common tools store their MCP config:Verify the connection
After adding the config and restarting your tool, try one of these test prompts:Available tools
Once connected, your agent will have access to these tools (depending on your key’s permissions):If a tool doesn’t appear in your client, your Agent Key might not have the required permission. Check your key’s permissions on the Agent Keys dashboard or create a new key with the right access.