← 返回
未分类 中文

Naim Mcp

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...
连接到 nAIm——首个机器优先的 AI 代理 API 注册中心。浏览 267+ 服务,按类别搜索,比较价格和认证方式,并通过 M... 为 API 评分。
aiall-tars aiall-tars 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 376
下载
💾 0
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 08:14 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 831 📥 298,291
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,095 📥 821,778
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,390 📥 321,897