Skip to main content
Add the Nikiwa MCP server to your client of choice. The endpoint is the same everywhere:
https://pro-api.nikiwa.com/mcp
Interactive clients authenticate with OAuth: you sign in once and approve a consent screen. Headless and self-hosted agents use an API key instead.

One-command install

The fastest path is the official nikiwa-skills package.
Registers the MCP server and the setup skill in one step:
/plugin marketplace add L3galblock/nikiwa-skills
/plugin install nikiwa@nikiwa
On first use, Claude Code prompts you to sign in to your Nikiwa account via OAuth.
Prefer to configure your client by hand? Use the per-client instructions below.

Pick your client

  1. Open Settings → Connectors → Add custom connector.
  2. Name: Nikiwa
  3. URL: https://pro-api.nikiwa.com/mcp
  4. 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-remote bridge, which handles OAuth itself.
  • Connection refused / 404: verify the URL is exactly https://pro-api.nikiwa.com/mcp (note the /mcp path).