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.alexar76/aimarket-mcp",
"description": "Stdio + HTTP MCP gateway: SSRF-hardened web_fetch, web_search, metis_verify, market_search.",
"title": "AIMarket MCP Gateway",
"repository": {
"url": "https://github.com/alexar76/aimarket-mcp",
"source": "github"
},
"version": "0.3.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "aimarket-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Metis verify API base URL",
"name": "AIMARKET_METIS_URL"
},
{
"description": "Optional bearer token for Metis verify",
"isSecret": true,
"name": "AIMARKET_METIS_KEY"
},
{
"description": "DuckDuckGo HTML search endpoint override",
"name": "AIMARKET_SEARCH_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://{aimarket_host}/mcp",
"headers": [
{
"description": "Bearer token matching AIMARKET_MCP_KEY when auth is enabled",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"aimarket_host": {
"description": "Host[:port] of YOUR OWN aimarket-mcp deployment (no scheme). For the hosted marketplace with no install, use the io.github.alexar76/aimarket-hub server instead.",
"default": "127.0.0.1:9090"
}
}
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-16T20:44:18.893109Z",
"publishedAt": "2026-08-16T20:44:18.893109Z",
"updatedAt": "2026-08-16T20:44:18.893109Z",
"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+jsonhosted · an address you calllocal · you run it yourselfversion 0.3.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.