Stats
Actions
Tags
From economist-agents
Publication validation — checks front-matter fields (layout, title, date, author, categories, image) and image-path existence before a post is published
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"publication-validator": {
"command": "python3",
"args": [
"mcp_servers/publication_validator_server.py"
]
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
npx claudepluginhub oviney/economist-agents