Content Tools
abovethefold.app
Manage and retrieve content from a newsletter and publication archive.
ENDPOINT 1
https://abovethefold.app/mcp
MCP server metadata
- Name
- Above the Fold
- Version
- 1.0.0
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_writingList everything Matt Ginty has published on Above the Fold (newsletter issues, experiments, products), newest first.
Inferred read-onlysearch_writingFull-text search across every post's title, description, tags, and body.
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.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.
abovethefold.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.