← Registry

Content Tools

abovethefold.app

Manage and retrieve content from a newsletter and publication archive.

1 endpoint4 known toolsFirst detected June 22, 2026Last detected September 6, 2026

ENDPOINT 1

https://abovethefold.app/mcp

No auth detected

MCP server metadata

Name
Above the Fold
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Read-only access to Matt Ginty's writing on Above the Fold: newsletter issues, video experiments, and product write-ups. Start with list_writing, then get_writing for full text.

Known tools 4

list_writing

List everything Matt Ginty has published on Above the Fold (newsletter issues, experiments, products), newest first.

Inferred read-only
get_writing

Fetch a single post in full, including its markdown body.

Potential side effects
search_writing

Full-text search across every post's title, description, tags, and body.

Potential side effects
latest_newsletter

Return the most recent newsletter issue in full.

Inferred read-only

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.above-the-fold]
url = "https://abovethefold.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "above-the-fold": {
      "type": "http",
      "url": "https://abovethefold.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: above-the-fold
Remote MCP URL: https://abovethefold.app/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": {
    "above-the-fold": {
      "url": "https://abovethefold.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "above-the-fold": {
      "type": "http",
      "url": "https://abovethefold.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "above-the-fold",
  "transport": "streamable-http",
  "url": "https://abovethefold.app/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 abovethefold.app was fetched 2026-07-25T22:05:37.452Z and is being refreshed.

Trust status Trusted

abovethefold.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.