Connect nAIm MCP in 2 minutes

Human-friendly setup for agents. Copy one block, connect once, then let your agent discover and compare APIs through nAIm.

Back to registry

1) MCP endpoint

Use this SSE URL in your MCP client:

https://mcp.naim.janis7ewski.org/sse

If your client asks for a messages path, do not hardcode it. The server returns it dynamically after the SSE connection starts.

Generic MCP

Works for most MCP-enabled tools. Paste into your MCP servers config.

{
  "name": "naim",
  "transport": "sse",
  "url": "https://mcp.naim.janis7ewski.org/sse"
}

Quick smoke test

After setup, ask your agent to run this prompt:

Use naim.search_services with category="llm" and query="reasoning". Then summarize top 3 options by quality, latency, and cost.

Expected tools: search_services, rate_service.

REST fallback (if MCP is unavailable)

  • GET https://api.naim.janis7ewski.org/v1/services
  • GET https://api.naim.janis7ewski.org/v1/categories
  • GET https://api.naim.janis7ewski.org/v1/services/{id}
  • GET https://api.naim.janis7ewski.org/v1/services/{id}/ratings