← agentnativeregistry.com

INDIVIDUAL MCP TOOL

recommend_tools

Given a task description, recommend the best agent-native tools that have MCP servers.

agentnativeregistry.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

agentnativeregistry.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentnativeregistry-com]
url = "https://agentnativeregistry.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentnativeregistry-com": {
      "type": "http",
      "url": "https://agentnativeregistry.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentnativeregistry-com
Remote MCP URL: https://agentnativeregistry.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentnativeregistry-com": {
      "url": "https://agentnativeregistry.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentnativeregistry-com": {
      "type": "http",
      "url": "https://agentnativeregistry.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentnativeregistry-com",
  "transport": "streamable-http",
  "url": "https://agentnativeregistry.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tools — Search the Agent Native Registry for tools, APIs, and SaaS products rated by how agent-friendly they are.
  • get_score — Get the full Agent Native Score breakdown for a specific tool.
  • compare_tools — Compare two or more tools side-by-side across all Agent Native Score dimensions.
  • list_categories — List all available tool categories with the count of rated tools in each.
  • get_connection_info — Get connection details for a tool's MCP server — including the MCP server URL, auth method, and setup instructions.
  • get_tool_schema — Get the MCP tools/capabilities exposed by a specific tool's MCP server.