io.github.rfdez/pvpc-mcp-server✓
io.github.rfdez/pvpc-mcp-server · v3.2.3
{}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.rfdez/pvpc-mcp-server",
"description": "Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica.",
"repository": {
"url": "https://github.com/rfdez/pvpc-mcp-server",
"source": "github"
},
"version": "3.2.3",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@rfdez/pvpc-mcp-server",
"version": "3.2.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Use stdio transport type for MCP server",
"value": "stdio",
"type": "named",
"name": "--transport"
},
{
"description": "ESIOS API key for authentication",
"isRequired": true,
"isSecret": true,
"type": "named",
"name": "--api-key"
}
]
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@rfdez/pvpc-mcp-server",
"version": "3.2.3",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8080/mcp",
"headers": [
{
"description": "ESIOS API key for authentication",
"isRequired": true,
"isSecret": true,
"name": "X-API-Key"
}
]
},
"packageArguments": [
{
"description": "Use HTTP transport type for MCP server",
"value": "http",
"type": "named",
"name": "--transport"
},
{
"description": "Port for HTTP transport",
"default": "8080",
"type": "named",
"name": "--port"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}