io.github.rbonestell/ap-mcp-server✓
io.github.rbonestell/ap-mcp-server · v1.2.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.rbonestell/ap-mcp-server",
"description": "Model Context Protocol (MCP) server for the Associated Press Media API",
"repository": {
"url": "https://github.com/rbonestell/ap-mcp-server",
"source": "github"
},
"version": "1.2.6",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "ap-mcp-server",
"version": "1.2.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the service",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUR_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}