DeepPress
@deeppress
7 months ago
Talk to your Sites using your favorite AI chatbot, make any Wordpress/Ghost/Substack/RSS website content available to your AI.
Add your site once, and it becomes visible to MCP‑compatible chatbots and tools—no extra CMS plugin/software required.
Overview
DeepPress
DeepPress is composed of two components, the Registry and the MCP Server itself.
The DeepPress Sites Registry is a public directory of WordPress, Ghost, Substack, and RSS sites that exposes an MCP (Model Context Protocol) server. It lets site owners add their sites so AI agents and developer tools can discover and connect to them.
The DeepPress MCP Server provides three tools: find_sites, search_posts, and get_post. With these, your bot can discover and fetch posts from any site in the DeepPress Registry and use them directly in conversations.
Server Config
{
"mcpServers": {
"deeppress": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://deeppress.mnemonica.ai/api/ctx/mcp"
]
}
}
}