← abovethefold.app
INDIVIDUAL MCP TOOL
list_writing
List everything Matt Ginty has published on Above the Fold (newsletter issues, experiments, products), newest first.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.abovethefold-app]
url = "https://abovethefold.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"abovethefold-app": {
"type": "http",
"url": "https://abovethefold.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: abovethefold-app
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": {
"abovethefold-app": {
"url": "https://abovethefold.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"abovethefold-app": {
"type": "http",
"url": "https://abovethefold.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "abovethefold-app",
"transport": "streamable-http",
"url": "https://abovethefold.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_writing— Fetch a single post in full, including its markdown body.search_writing— Full-text search across every post's title, description, tags, and body.latest_newsletter— Return the most recent newsletter issue in full.