← colophon.report
INDIVIDUAL MCP TOOL
get_report_sample
Retrieve a redacted public sample for one report.
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
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.colophon-report]
url = "https://colophon.report/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"colophon-report": {
"type": "http",
"url": "https://colophon.report/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: colophon-report
Remote MCP URL: https://colophon.report/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": {
"colophon-report": {
"url": "https://colophon.report/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"colophon-report": {
"type": "http",
"url": "https://colophon.report/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "colophon-report",
"transport": "streamable-http",
"url": "https://colophon.report/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_reports— Search Colophon.report summaries by query, category, sector, region, topic, and sort order.get_report— Retrieve one report summary by report id or slug.get_report_inventory— Retrieve a buyer-safe inventory of sections, data-point categories, and relevance metadata for schema-based report recommendations without exposing locked report claims.get_report_schema— Retrieve the current Colophon report summary schema.list_my_library— List reports currently entitled for the signed-in Colophon user or organization.query_owned_reports— Search only the signed-in user's entitled Colophon report library.get_report_full— Retrieve the full structured report if entitled; otherwise return buyer-safe locked inventory and quote path so the agent can recommend access based on schema coverage.download_report— Return licensed report payload for entitled users.