the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.AswaniSahoo/climate-ipcc-rag",
"description": "Search IPCC AR6 WG1 and answer with page-level citations, or refuse when unsupported.",
"title": "IPCC AR6 Climate Retrieval",
"repository": {
"url": "https://github.com/AswaniSahoo/climate-risk-agent",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/aswanisahoo/climate-ipcc-rag-mcp:0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "AI Studio API key. Either this or the Vertex variables must be set: retrieval is hybrid, so the dense half embeds every query.",
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "Set to \"true\" to authenticate through Vertex AI with Application Default Credentials instead of an API key.",
"format": "string",
"name": "GOOGLE_GENAI_USE_VERTEXAI"
},
{
"description": "Google Cloud project id. Required when GOOGLE_GENAI_USE_VERTEXAI is true.",
"format": "string",
"name": "GOOGLE_CLOUD_PROJECT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-10T20:06:30.589596Z",
"publishedAt": "2026-08-10T20:06:30.589596Z",
"updatedAt": "2026-08-10T20:06:30.589596Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.