One-command install
The fastest path is the official nikiwa-skills package.- Claude Code plugin
- Any agent (skills CLI)
Registers the MCP server and the setup skill in one step:On first use, Claude Code prompts you to sign in to your Nikiwa account via OAuth.
Pick your client
- Claude.ai & Desktop
- Claude Code
- ChatGPT
- OpenClaw
- Other self-hosted agents
- Open Settings → Connectors → Add custom connector.
- Name:
Nikiwa - URL:
https://pro-api.nikiwa.com/mcp - Click Add, then Connect to open the Nikiwa login and consent screen.
Claude Desktop’s
claude_desktop_config.json does not accept remote url servers directly. Use the Connectors UI above.Verify
Ask your agent:“Resolve vitalik.eth and check its wallet risk score”If it calls
resolve_ens and get_wallet_risk_score and returns data, you’re connected. See the full tool catalog for what else you can ask.
Troubleshooting
- 401 or an auth loop: re-run your client’s authenticate flow. For API keys, check the header is exactly
Authorization: Bearer nkw_live_...and the key hasn’t been revoked. - “API Subscription Required”: you need an active plan at nikiwa.com.
- Browser doesn’t open: your client may not support OAuth for remote MCP servers. Use an API key or the
mcp-remotebridge, which handles OAuth itself. - Connection refused / 404: verify the URL is exactly
https://pro-api.nikiwa.com/mcp(note the/mcppath).