io.github.thijssmudde/agentreacher✓
io.github.thijssmudde/agentreacher · v0.9.0
{}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.thijssmudde/agentreacher",
"description": "Connect your AI to social media. Create, schedule, and publish posts to 9+ platforms.",
"repository": {
"url": "https://github.com/thijssmudde/agentreacher",
"source": "github"
},
"version": "0.9.0",
"packages": [
{
"registryType": "npm",
"identifier": "agentreacher",
"version": "0.9.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your AgentReacher API key (starts with ar_live_). Get one at https://agentreacher.com or via `npx agentreacher init`.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENTREACHER_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}