From economist-agents
Publication validation — checks front-matter fields (layout, title, date, author, categories, image) and image-path existence before a post is published
npx claudepluginhub oviney/economist-agentsAdd to your .mcp.json:
{
"mcpServers": {
"publication-validator": {
"command": "python3",
"args": [
"mcp_servers/publication_validator_server.py"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
python3