{"name":"agent-papers","transport":"streamable-http","endpoint":"/api/mcp","tools":[{"name":"list_categories","description":"Return every Agent Papers category with counts and short descriptions so an agent can choose the right comparison surface.","inputSchema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"search","description":"Search Agent Papers companies by name or tagline, optionally constrained by category and status. Returns compact vendor records for ranking.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Substring to match against company name and tagline."},"category":{"type":"string","enum":["identity","phone","email","address","money","legal","insurance"],"description":"Optional category filter."},"status":{"type":"string","description":"Optional company or offering status filter."}},"required":["query"],"additionalProperties":false}},{"name":"get_company","description":"Fetch one full Agent Papers company entry including offerings, sources, freshness, and category-specific facts.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Company slug, for example agentcall."}},"required":["slug"],"additionalProperties":false}},{"name":"compare","description":"Return a comparison matrix for one category with common fields and buyer-relevant category fields.","inputSchema":{"type":"object","properties":{"category":{"type":"string","enum":["identity","phone","email","address","money","legal","insurance"],"description":"Category id to compare."}},"required":["category"],"additionalProperties":false}},{"name":"get_schema","description":"Return field names and plain-English buyer reasons for the full registry schema or one category.","inputSchema":{"type":"object","properties":{"category":{"type":"string","enum":["identity","phone","email","address","money","legal","insurance"],"description":"Optional category id."}},"additionalProperties":false}},{"name":"whats_new","description":"Return changelog entries derived from registry added and updated dates, optionally filtered from a YYYY-MM-DD date.","inputSchema":{"type":"object","properties":{"since":{"type":"string","description":"Optional inclusive YYYY-MM-DD lower bound."}},"additionalProperties":false}}]}