← abovethefold.app
INDIVIDUAL MCP TOOL
get_writing
Fetch a single post in full, including its markdown body.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
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
list_writing— List everything Matt Ginty has published on Above the Fold (newsletter issues, experiments, products), newest first.search_writing— Full-text search across every post's title, description, tags, and body.latest_newsletter— Return the most recent newsletter issue in full.