io.github.savhascelik/meta-api-mcp-server✓
io.github.savhascelik/meta-api-mcp-server · v1.0.1
{}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.savhascelik/meta-api-mcp-server",
"description": "You can connect any API to LLMs. This enables AI to interact directly with APIs",
"repository": {
"url": "https://github.com/savhascelik/meta-api-mcp-server",
"source": "github"
},
"version": "1.0.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "meta-api-mcp-server",
"version": "1.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "If the api you are connecting to requires api_key, you can use this variable and you can also define different variables",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YOUR_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}