io.github.As-The-Geek-Learns/content-repurposer✓
io.github.As-The-Geek-Learns/content-repurposer · v1.0.2
{}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.As-The-Geek-Learns/content-repurposer",
"description": "Repurpose content into Twitter threads, LinkedIn posts, Substack notes, email, and video.",
"repository": {
"url": "https://github.com/As-The-Geek-Learns/content-repurposer",
"source": "github",
"subfolder": "mcp-server"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "content-repurposer-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ContentRepurposer API key (get one at https://contentrepurposer.app/settings/api-keys)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "CONTENT_REPURPOSER_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}