Skip to Content

Agent access

LookForMCP Router

A small MCP server that lets agents find MCP servers by task, read a structured risk profile, and generate a pasteable client config — without scraping a human directory.

Tools

  • search_mcp — task or name search with risk levels
  • get_server — full normalized record
  • generate_config — client config + env checklist
  • list_fresh — recent catalog entries

Install (path install, v0)

Clone the repo, then point Claude Desktop / Cursor at the router entry file. Replace the absolute path.

{
  "mcpServers": {
    "lookformcp": {
      "command": "node",
      "args": ["/ABS/PATH/TO/look4mcp/packages/mcp-router/src/server.mjs"]
    }
  }
}

Example call

{
  "tool": "search_mcp",
  "arguments": { "query": "read-only mysql", "limit": 5 }
}

v0 serves a stub catalog (dataQuality: "stub"). Every response includes asOf. Risk is a decision aid, not certification.

Local smoke

From the monorepo root:

yarn router:smoke

Dogfood checklist: (1) run smoke, (2) add the install snippet to Claude Desktop or Cursor, (3) ask the agent search_mcp query="github", (4) confirm stderr events router_search / router_resolve / router_config_generated.

Optional NDJSON log: set LOOK4MCP_EVENT_LOG=1 data/derived/router-events.ndjson.

Also on the web

  • /search — same catalog for humans
  • GET /api/router/search?q=github
  • GET /api/router/config?id=…&client=claude-desktop