This is an early release preview. You may encounter bugs.

For agents

Connect an agent to way.space

way.space runs an unauthenticated MCP server so a coding agent can search the catalogue, resolve a registry URL to its catalogue entity, and pull a signals report before installing a tool it found in the wild. Results summarise public signals and publisher identity — they are not a safety certification.

The endpoint

https://way.space/api/mcp

No auth, no session — every request is one JSON-RPC message in, one response out. Rate-limited per the same policy as the rest of the read surface.

Four tools

search_tools

Search the catalogue by free text, kind, category, or minimum grade.

resolve

Resolve a registry URL, package name, or owner/repo to its catalogue entity and known listings.

audit

A signals report — score, freshness, source-attributed audit results, and any conflict flags — for a registry entry. Every result also has a shareable human page at /audit/{registry}/{ref}.

alternatives

Published catalogue tools that serve a similar purpose, for comparing before installing.

Set it up

Claude Code

claude mcp add --transport http wayspace https://way.space/api/mcp

Cursor

Add to your mcp.json:

{
  "mcpServers": {
    "wayspace": {
      "url": "https://way.space/api/mcp"
    }
  }
}

Prefer plain HTTP? See /api/v1 for the versioned JSON read surface, or llms.txt and /agents.md for the markdown-native catalogue guide.