Content Tools
thisispaper.com
Provides search and retrieval of curated architecture, design, photography, and art projects from Thisispaper.
ENDPOINT 1
https://www.thisispaper.com/intelligence/api/mcp
MCP server metadata
- Name
- thisispaper
- Version
- 1.0.0
Known tools 10
searchSearch 2,500+ hand-curated architecture, design, photography and art projects from Thisispaper.
Inferred read-onlyfetchRetrieve the full record for one Thisispaper project by id (the id returned by search).
Inferred read-onlysearch_projectsSearch 2,500+ hand-curated architecture, design, photography and art projects from Thisispaper.
Inferred read-onlysimilar_projectsNearest projects to a given slug by visual + semantic similarity (precomputed SigLIP neighbours).
Inferred read-onlyget_projectFull metadata for one project: machine-written description, design language, details and dimensions, plus the public URL.
Inferred read-onlysearch_by_tasteSearch by taste metadata: material, light, color, mood, composition, subject.
Inferred read-onlybrowseNewest projects in the archive first, optionally filtered by category: architecture, interiors, design, photography or art.
Inferred read-onlylist_guidesThe Thisispaper city guides: hand-curated guides to architecture, design and art destinations such as Tokyo, Kyoto, Lisbon and Copenhagen.
Inferred read-onlyget_api_keyMint a FREE Thisispaper Intelligence API key (200 calls/month) for an email address.
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.thisispaper]
url = "https://www.thisispaper.com/intelligence/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"thisispaper": {
"type": "http",
"url": "https://www.thisispaper.com/intelligence/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: thisispaper
Remote MCP URL: https://www.thisispaper.com/intelligence/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": {
"thisispaper": {
"url": "https://www.thisispaper.com/intelligence/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"thisispaper": {
"type": "http",
"url": "https://www.thisispaper.com/intelligence/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "thisispaper",
"transport": "streamable-http",
"url": "https://www.thisispaper.com/intelligence/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.