# Thisispaper (remote · www.thisispaper.com)

Search 2,500+ curated architecture, design, photography and art projects. Free tier, no signup.

- Trust score: 74/100 (medium)
- Change this week: +10
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `www.thisispaper.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/zaxarovcom-thisispaper/intelligence-api-mcp.md), [page](https://verifymcp.io/servers/zaxarovcom-thisispaper/intelligence-api-mcp)
- npm · `thisispaper-mcp`: 39/100, [markdown](https://verifymcp.io/servers/zaxarovcom-thisispaper/thisispaper-mcp.md), [page](https://verifymcp.io/servers/zaxarovcom-thisispaper/thisispaper-mcp)

## Channel facts

- Endpoint: `https://www.thisispaper.com/intelligence/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 927 tokens (~92/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http zaxarovcom-thisispaper https://www.thisispaper.com/intelligence/api/mcp
```

### Codex

```toml
[mcp_servers.zaxarovcom-thisispaper]
url = "https://www.thisispaper.com/intelligence/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zaxarovcom-thisispaper": {
      "type": "remote",
      "url": "https://www.thisispaper.com/intelligence/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add zaxarovcom-thisispaper --url https://www.thisispaper.com/intelligence/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  zaxarovcom-thisispaper:
    url: "https://www.thisispaper.com/intelligence/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "zaxarovcom-thisispaper": {
      "type": "http",
      "url": "https://www.thisispaper.com/intelligence/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 66, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (10)

### `search` (~63 tokens)

Search Thisispaper

Search 2,500+ hand-curated architecture, design, photography and art projects from Thisispaper. Returns a list of results with id, title and url.

Input parameters:

- `query` (string, required): Search terms, e.g. 'concrete chapel' or 'art exhibitions'.

### `fetch` (~60 tokens)

Fetch a Thisispaper project

Retrieve the full record for one Thisispaper project by id (the id returned by search). Returns title, text and the public url.

Input parameters:

- `id` (string, required): Project id from a search result, e.g. 'audeum-kengo-kuma'.

### `search_projects` (~122 tokens)

Search projects

Search 2,500+ hand-curated architecture, design, photography and art projects from Thisispaper. Returns ranked summaries (name, studio, city, year, category, intro, thumbnail, url, citation_url, provenance). Without an API key, results are capped at 5; pass Authorization: Bearer tip_live_... for full results.

Input parameters:

- `limit` (number): Max results (default 10, max 20).
- `query` (string, required): Search terms, e.g. 'concrete chapel' or 'japanese teahouse'.

### `similar_projects` (~74 tokens)

Similar projects

Nearest projects to a given slug by visual + semantic similarity (precomputed SigLIP neighbours). Use the slug from search_projects results.

Input parameters:

- `limit` (number): Max results (default 10, max 20).
- `slug` (string, required): Project slug, e.g. 'audeum-kengo-kuma'.

### `get_project` (~51 tokens)

Get project

Full metadata for one project: machine-written description, design language, details and dimensions, plus the public URL.

Input parameters:

- `slug` (string, required): Project slug, e.g. 'audeum-kengo-kuma'.

### `search_by_taste` (~215 tokens)

Search by taste

Search by taste metadata: material, light, color, mood, composition, subject. Unique to Thisispaper: these tags were written during human curation. Provide at least one dimension; results are ranked by how many dimensions match, then by recency.

Input parameters:

- `color` (string): Palette, e.g. 'white', 'earth tones', 'green'.
- `composition` (string): Composition, e.g. 'symmetrical', 'geometric', 'minimal'.
- `light` (string): Light quality, e.g. 'diffused', 'natural', 'dramatic'.
- `limit` (number): Max results (default 10, max 20).
- `material` (string): Material, e.g. 'rammed earth', 'concrete', 'timber'.
- `mood` (string): Mood, e.g. 'austere', 'warm', 'monumental'.
- `subject` (string): Subject, e.g. 'chapel', 'house', 'pavilion'.

### `browse` (~67 tokens)

Browse the archive

Newest projects in the archive first, optionally filtered by category: architecture, interiors, design, photography or art.

Input parameters:

- `category` (string): Optional category filter: architecture, interiors, design, photography or art.
- `limit` (number): Max results (default 10, max 20).

### `discover` (~35 tokens)

Discover one project

One project chosen at random from the archive. Editorial serendipity: the way a reader opens a magazine to an unplanned spread.

### `list_guides` (~161 tokens)

List guides and editions

Every hand-curated Thisispaper guide and edition. Guides are places: Tokyo, Kyoto, Lisbon, Copenhagen. Editions are themes: Black Matter (black as a way of handling light), Jutaku (Japanese houses on narrow plots), Icons, Off-the-Grid, Monographs on single architects. Returns each one's title, type, one-line description, cover image and public URL. Filter by city or by type. The full guides and editions are reserved for Thisispaper+ members.

Input parameters:

- `city` (string): Optional city or region filter, e.g. 'tokyo' or 'portugal'. Applies to guides.
- `type` (string): Optional: 'guide' for places, 'edition' for themes. Omit for both.

### `get_api_key` (~79 tokens)

Get a free API key

Mint a FREE Thisispaper Intelligence API key (200 calls/month) for an email address. The key is shown once; use it as Authorization: Bearer tip_live_... on this MCP endpoint and on the REST API. Max 3 keys per email.

Input parameters:

- `email` (string, required): Your email address. The key is tied to it.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/zaxarovcom-thisispaper/intelligence-api-mcp#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 66
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 64
- 2026-07-26: 64

## Links

- Remote endpoint: https://www.thisispaper.com/intelligence/api/mcp
- Repository: https://github.com/zaxarovcom/thisispaper-mcp
- Website: https://www.thisispaper.com/intelligence/api-docs
- Changelog RSS feed: https://verifymcp.io/servers/zaxarovcom-thisispaper/intelligence-api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/zaxarovcom-thisispaper/intelligence-api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/zaxarovcom-thisispaper/intelligence-api-mcp
