io.github.peturgeorgievv-factory/postfast-mcp✓
io.github.peturgeorgievv-factory/postfast-mcp · v0.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.peturgeorgievv-factory/postfast-mcp",
"description": "MCP server for the PostFast API — schedule and manage social media posts via AI tools",
"repository": {
"url": "https://github.com/peturgeorgievv-factory/postfast-mcp",
"source": "github"
},
"version": "0.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "postfast-mcp",
"version": "0.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your PostFast workspace API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "POSTFAST_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}