Analytics
colophon.report
Provides an interface to search and retrieve Colophon.report report summaries and samples.
ENDPOINT 1
https://colophon.report/mcp
MCP server metadata
- Name
- colophon-report
- Version
- 2026-05-01
Known tools 12
search_reportsSearch Colophon.report summaries by query, category, sector, region, topic, and sort order.
Inferred read-onlyget_report_inventoryRetrieve a buyer-safe inventory of sections, data-point categories, and relevance metadata for schema-based report recommendations without exposing locked report claims.
Inferred read-onlylist_my_libraryList reports currently entitled for the signed-in Colophon user or organization.
Inferred read-onlyquery_owned_reportsSearch only the signed-in user's entitled Colophon report library.
Inferred read-onlyget_report_fullRetrieve 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.
Inferred read-onlycreate_monitorCreate an authenticated report freshness monitor request for an entitled Colophon user.
Potential side effectsCONNECT 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.
ENDPOINT 2
https://colophon.report/api/mcp
MCP server metadata
- Name
- colophon-report
- Version
- 2026-05-01
Known tools 12
search_reportsSearch Colophon.report summaries by query, category, sector, region, topic, and sort order.
Inferred read-onlyget_report_inventoryRetrieve a buyer-safe inventory of sections, data-point categories, and relevance metadata for schema-based report recommendations without exposing locked report claims.
Inferred read-onlylist_my_libraryList reports currently entitled for the signed-in Colophon user or organization.
Inferred read-onlyquery_owned_reportsSearch only the signed-in user's entitled Colophon report library.
Inferred read-onlyget_report_fullRetrieve 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.
Inferred read-onlycreate_monitorCreate an authenticated report freshness monitor request for an entitled Colophon user.
Potential side effectsCONNECT 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/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"colophon-report": {
"type": "http",
"url": "https://colophon.report/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: colophon-report
Remote MCP URL: https://colophon.report/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": {
"colophon-report": {
"url": "https://colophon.report/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"colophon-report": {
"type": "http",
"url": "https://colophon.report/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "colophon-report",
"transport": "streamable-http",
"url": "https://colophon.report/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for colophon.report was fetched 2026-07-31T02:32:49.606Z and is being refreshed.
colophon.report is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.