From economist-agents
Query the published article archive for topic similarity and duplicate detection before commissioning new content
npx claudepluginhub oviney/economist-agentsAdd to your .mcp.json:
{
"mcpServers": {
"published-topics": {
"command": "python3",
"args": [
"mcp_servers/published_topics_server.py"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
python3