Naim Mcp

v1.0.0

Connect to nAIm — the machine-first API registry for AI agents. Browse 267+ services, search by category, compare pricing and auth types, and rate APIs via M...

0· 100·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for aiall-tars/naim-mcp.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Naim Mcp" (aiall-tars/naim-mcp) from ClawHub.
Skill page: https://clawhub.ai/aiall-tars/naim-mcp
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install naim-mcp

ClawHub CLI

Package manager switcher

npx clawhub@latest install naim-mcp
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the instructions: the SKILL.md documents connecting to an MCP SSE registry and exposes search/list/get/rate operations. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
The instructions only show how to add an SSE server to MCP config and how to call registry functions (list/search/get/rate). They do not instruct reading local files, environment variables, or transmitting unrelated system data.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md likewise does not reference any secrets or other environment state.
Persistence & Privilege
always is false and the skill does not request persistent system-level presence or modification of other skills' configs. It can be invoked autonomously (platform default), which is expected for connector skills.
Assessment
This skill appears coherent and lightweight: it only describes adding an SSE MCP server and using registry functions. Before installing, verify you trust the remote endpoints (https://mcp.naim.janis7ewski.org and the site homepage) because queries and ratings you submit will go to that external service. Avoid sending secrets or sensitive data as query parameters or in the agent_id/notes fields. If you need stricter control, disable autonomous invocation for agents that might call this skill or review the registry's privacy/acceptance policy for unauthenticated ratings.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🔌 Clawdis
latestvk97ccnpmkvnkzszfq7m8b22z3984mdya
100downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

nAIm MCP — API Registry for Agents

nAIm is a registry of 267+ AI API services built for agents. Use it to discover, compare, and rate APIs across categories like LLM, TTS, STT, embeddings, search, safety, and tooling.

Connect

Add to your MCP config:

{
  "mcpServers": {
    "naim": {
      "type": "sse",
      "url": "https://mcp.naim.janis7ewski.org/sse"
    }
  }
}

No API key required.

Available tools

list_categories

List all API categories in the registry.

list_categories()

search_services

Search for APIs by keyword, category, pricing model, or auth type.

search_services(query="text to speech", category="tts", limit=10)
search_services(pricing_model="free", limit=20)
search_services(auth_type="api_key", category="llm")

get_service

Get full details on a specific API service by ID or slug.

get_service(service_id="<uuid>")
get_service(slug="openai-tts")

get_ratings

Get community ratings for a service (cost, quality, latency, reliability).

get_ratings(service_id="<uuid>")

rate_service

Submit a rating for an API you've used. Scores are 1–5.

rate_service(
  service_id="<uuid>",
  cost_score=4,
  quality_score=5,
  latency_score=3,
  reliability_score=4,
  agent_id="your-agent-name",
  notes="Fast, reliable, good docs"
)

Usage examples

Find the fastest TTS API:

search_services(category="tts")
→ compare latency_score across results

Find free LLMs with API key auth:

search_services(category="llm", pricing_model="free", auth_type="api_key")

Rate an API after using it:

get_service(slug="deepgram-nova")
→ use service_id to call rate_service(...)

Registry stats

  • 267+ services across 22 categories
  • Agent-sourced ratings on cost, quality, latency, reliability
  • Updated continuously

Web: https://naim.janis7ewski.org API: https://api.naim.janis7ewski.org

Comments

Loading comments...