streamable-httpMITupdated 1mo ago
Give AI agents and LLMs access to newsletter data from Reletter. Search 7M+ email newsletters across Substack, LinkedIn, Ghost, Beehiiv, and Kit. Fetch metadata, contacts, issues, and chart rankings.
O que dá para fazer com Reletter?
Reletter MCP Server
Give AI agents and LLMs access to newsletter data from Reletter. Search 7M+ email newsletters across Substack, LinkedIn, Ghost, Beehiiv, and Kit. Fetch metadata, contacts, issues, and chart rankings.
This is a remote Model Context Protocol (MCP) server that connects AI assistants like Claude, ChatGPT, and Cursor to the Reletter API.
Use cases
- Read and analyze newsletter issues — pull the full body text of any indexed issue into your AI workflow
- Search and discover newsletters — find newsletters by topic, platform, or audience size
- Find newsletters to pitch — get your product, tool, or book featured. Filter by audience size, topic, or platform, then pull verified contact emails in one pass
- Build sponsorship, cross-promotion, and PR target lists — pull verified contacts and export them to your CRM
- Monitor brand or keyword mentions — track when your brand, competitors, or clients are mentioned across newsletters
- Track chart rankings — daily Substack / LinkedIn / Kit / Reletter chart data
Tools
- search_publications — Search for newsletters by topic, title, or author with filters
- search_issues — Full-text search across newsletter issue bodies
- autocomplete — Suggested keywords and matching newsletters for a partial query
- get_publication — Full metadata for a newsletter (subscribers, engagement, social, rankings, SEO reach)
- list_issues — Recent issues for a publication
- get_issue — A single issue with body text
- contacts — Email contacts, contact pages, social accounts for a newsletter
- chart_categories — Available chart platforms and categories
- chart_rankings — Latest chart rankings for a platform / category
- list_languages — Reference list of languages
- api_quota — Your API request quota and usage for the month
Setup
You need a Reletter API key. Get one here.
For autonomous agents that want to provision a key without a human in the loop, Reletter implements the Machine Payments Protocol. Hit POST https://api.reletter.com/api/payments/buy/ to get a 402 challenge, pay with a Stripe Shared Payment Token or with USDC on Tempo, and the response carries an API key tied to a freshly-provisioned account. Current bundle tiers: GET https://api.reletter.com/api/payments/bundles/. See https://reletter.com/llms-full.txt for the full flow.
ChatGPT
- Go to Settings → Apps → Advanced settings and enable Developer mode
- Click Create app
- Enter Name:
Reletter - Enter MCP Server URL:
https://mcp.reletter.com - Click Create and enter your Reletter API key when prompted
Claude.ai
- Go to Settings → Connectors
- Click Add custom connector and enter name
Reletterand MCP server URLhttps://mcp.reletter.com - Click Add and enter your Reletter API key when prompted
Claude Desktop
Add to your config file and restart Claude Desktop:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"reletter": {
"url": "https://mcp.reletter.com"
}
}
}
Claude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"reletter": {
"type": "http",
"url": "https://mcp.reletter.com"
}
}
}
Cursor
Go to Settings → MCP → Add new MCP server. Set type to URL and enter https://mcp.reletter.com.
If you want to fork or customize this MCP server for your own needs, here is how you can run or deploy it.
Prerequisites
- Node.js
- A Cloudflare account (for deployment)
Local dev
npm install
npm start
The server runs at http://localhost:8789. Test with the MCP Inspector:
npx @modelcontextprotocol/inspector@latest
Type-check
npm run type-check
Regenerate Cloudflare types
After changing wrangler.jsonc:
npm run cf-typegen
Instalação
Adicione Reletter ao seu cliente. Escolha o que você usa.
claude mcp add --transport http reletter https://mcp.reletter.comcodex mcp add reletter --url https://mcp.reletter.com{
"mcpServers": {
"reletter": {
"url": "https://mcp.reletter.com"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"reletter": {
"type": "http",
"url": "https://mcp.reletter.com"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"reletter": {
"url": "https://mcp.reletter.com"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"reletter": {
"serverUrl": "https://mcp.reletter.com"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação25/25
- Manutenção19/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 24 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.0Mais recente | 4 de ago. de 2026 |