{"servers":[{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json","name":"ai.mentu/navigator","description":"Read-only repo navigation and progressive disclosure; BM25 locator with registered evidence.","repository":{"url":"https://github.com/mentu-ai/mentu-navigator","source":"github"},"version":"1.0.2","packages":[{"registryType":"npm","identifier":"mentu-navigator","version":"1.0.2","transport":{"type":"stdio"}}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-16T20:51:08.006437Z","publishedAt":"2026-08-16T20:51:08.006437Z","updatedAt":"2026-08-16T20:51:08.006437Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.midplane/midplane","description":"Safe-by-default SQL guardrails for AI agents: AST-checked queries, per-table policy, audit log.","title":"Midplane","repository":{"url":"https://github.com/midplaneai/midplane","source":"github","subfolder":"engine/packages/mcp-server"},"version":"0.20.0","websiteUrl":"https://midplane.ai/docs","packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"midplane","version":"0.20.0","runtimeHint":"npx","transport":{"type":"stdio"},"packageArguments":[{"value":"server","type":"positional","valueHint":"subcommand"},{"type":"named","name":"--stdio"}],"environmentVariables":[{"description":"Postgres connection string the agent's queries run against. Give it a least-privilege role: Midplane constrains what SQL is allowed, it does not widen or narrow what the role itself can reach.","isRequired":true,"format":"string","isSecret":true,"name":"DATABASE_URL"},{"description":"Path to a policy YAML granting per-table read/read_write access, tenant scoping, and column masking. Omit for the safe default: reads allowed, writes and DDL denied. Generate one with `npx midplane init`.","format":"filepath","name":"MIDPLANE_POLICY_FILE"},{"description":"Where the local SQLite audit log is written. Defaults to ~/.midplane/audit.db; read it back with `midplane audit denies`.","format":"filepath","name":"DB_PATH"},{"description":"Set to 0 to disable anonymous usage telemetry (DO_NOT_TRACK=1 also works). Never includes SQL, table or column names, or identifiers.","default":"1","choices":["1","0","debug"],"name":"MIDPLANE_TELEMETRY"}]},{"registryType":"oci","identifier":"docker.io/midplane/midplane:0.20.0","runtimeHint":"docker","transport":{"type":"streamable-http","url":"http://localhost:8080/mcp"},"environmentVariables":[{"description":"Postgres connection string the agent's queries run against. Pass it with --env-file, never with an inline -e: a DSN on the docker command line leaks the password to `ps aux` and your shell history.","isRequired":true,"format":"string","isSecret":true,"name":"DATABASE_URL"},{"description":"Path (inside the container) to a policy YAML granting per-table read/read_write access, tenant scoping, and column masking. Omit for the safe default: reads allowed, writes and DDL denied.","format":"filepath","name":"MIDPLANE_POLICY_FILE"},{"description":"Port the Streamable HTTP transport binds. Must match the url above if changed.","default":"8080","name":"PORT"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-25T13:07:26.745026Z","publishedAt":"2026-08-25T13:07:26.745026Z","updatedAt":"2026-08-25T13:07:26.745026Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json","name":"ai.mindola/lens","description":"Create your digital twin: a public page that answers from your own material, with citations.","repository":{"url":"https://github.com/Mindola-ai/mcp-server","source":"github"},"version":"1.0.2","websiteUrl":"https://mindola.ai","remotes":[{"type":"streamable-http","url":"https://app.mindola.ai/mcp/lens"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-02T12:47:54.97371Z","publishedAt":"2026-08-02T12:47:54.97371Z","updatedAt":"2026-08-02T12:47:54.97371Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.mino/web-agent","description":"AI-powered web automation. Navigate websites using AI agents for one page or a thousand","title":"TinyFish AI Web Agent","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mino.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-01-28T02:20:51.640868Z","publishedAt":"2026-01-28T02:20:51.640868Z","updatedAt":"2026-01-28T02:20:51.640868Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.mirastacklabs/mirastack-redfish-mcp","description":"Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.","title":"MIRASTACK Redfish MCP Server","repository":{"url":"https://github.com/mirastacklabs-ai/mirastack-redfish-mcp","source":"github"},"version":"0.1.1","websiteUrl":"https://mirastacklabs.ai","packages":[{"registryType":"pypi","identifier":"mirastack-redfish-mcp","version":"0.1.1","runtimeHint":"uvx","transport":{"type":"stdio"},"environmentVariables":[{"description":"JSON payload or YAML/JSON path defining one or more Redfish endpoints.","isSecret":true,"name":"MIRASTACK_REDFISH_ENDPOINTS"},{"description":"Default endpoint name used when no endpoint argument is provided.","name":"MIRASTACK_REDFISH_DEFAULT_ENDPOINT"},{"description":"Single-endpoint Redfish base URL, for example https://192.0.2.10.","name":"MIRASTACK_REDFISH_HOST"},{"description":"Single-endpoint Redfish username.","isSecret":true,"name":"MIRASTACK_REDFISH_USERNAME"},{"description":"Single-endpoint Redfish password.","isSecret":true,"name":"MIRASTACK_REDFISH_PASSWORD"},{"description":"Path to a file containing the single-endpoint Redfish password.","isSecret":true,"name":"MIRASTACK_REDFISH_PASSWORD_FILE"},{"description":"TLS verification. Defaults to true. Set false only for lab endpoints with controlled certificates.","name":"MIRASTACK_REDFISH_VERIFY_SSL"},{"description":"Path to a custom CA bundle used for TLS verification.","name":"MIRASTACK_REDFISH_CA_BUNDLE"},{"description":"HTTP timeout in seconds for Redfish requests.","name":"MIRASTACK_REDFISH_TIMEOUT_SEC"},{"description":"Auth mode: auto, session, or basic.","name":"MIRASTACK_REDFISH_AUTH_MODE"},{"description":"Write tier: off (default), power, config, or full. Mutating tools are not registered unless raised.","name":"MIRASTACK_REDFISH_WRITE_MODE"},{"description":"Tool profile: core, standard, or full.","name":"MIRASTACK_REDFISH_TOOL_PROFILE"},{"description":"Optional comma-separated toolset override.","name":"MIRASTACK_REDFISH_TOOLSETS"}]},{"registryType":"oci","identifier":"docker.io/mirastack/mirastack-redfish-mcp:0.1.1","runtimeHint":"docker","transport":{"type":"stdio"},"environmentVariables":[{"description":"JSON payload or YAML/JSON path defining one or more Redfish endpoints.","isSecret":true,"name":"MIRASTACK_REDFISH_ENDPOINTS"},{"description":"Default endpoint name used when no endpoint argument is provided.","name":"MIRASTACK_REDFISH_DEFAULT_ENDPOINT"},{"description":"Single-endpoint Redfish base URL, for example https://192.0.2.10.","name":"MIRASTACK_REDFISH_HOST"},{"description":"Single-endpoint Redfish username.","isSecret":true,"name":"MIRASTACK_REDFISH_USERNAME"},{"description":"Single-endpoint Redfish password.","isSecret":true,"name":"MIRASTACK_REDFISH_PASSWORD"},{"description":"Path to a file containing the single-endpoint Redfish password.","isSecret":true,"name":"MIRASTACK_REDFISH_PASSWORD_FILE"},{"description":"TLS verification. Defaults to true. Set false only for lab endpoints with controlled certificates.","name":"MIRASTACK_REDFISH_VERIFY_SSL"},{"description":"Path to a custom CA bundle used for TLS verification.","name":"MIRASTACK_REDFISH_CA_BUNDLE"},{"description":"HTTP timeout in seconds for Redfish requests.","name":"MIRASTACK_REDFISH_TIMEOUT_SEC"},{"description":"Auth mode: auto, session, or basic.","name":"MIRASTACK_REDFISH_AUTH_MODE"},{"description":"Write tier: off (default), power, config, or full. Mutating tools are not registered unless raised.","name":"MIRASTACK_REDFISH_WRITE_MODE"},{"description":"Tool profile: core, standard, or full.","name":"MIRASTACK_REDFISH_TOOL_PROFILE"},{"description":"Optional comma-separated toolset override.","name":"MIRASTACK_REDFISH_TOOLSETS"}]}],"_meta":{"io.modelcontextprotocol.registry/publisher-provided":{"maintainer":"mirastacklabs-ai","project":"mirastack-redfish-mcp"}}},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-11T18:42:55.099571Z","publishedAt":"2026-08-11T18:42:55.099571Z","updatedAt":"2026-08-11T18:42:55.099571Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json","name":"ai.mitosislabs/mitosis","description":"Mitosis agent-memory platform: pricing, docs search, platform status, agent skills. No auth.","repository":{"url":"https://github.com/OperatingSystem-1/website","source":"github"},"version":"1.0.0","websiteUrl":"https://mitosislabs.ai","remotes":[{"type":"streamable-http","url":"https://mitosislabs.ai/api/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-18T17:37:42.491228Z","publishedAt":"2026-07-18T17:37:42.491228Z","updatedAt":"2026-07-18T17:37:42.491228Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.modelrunner/mcp","description":"Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing.","title":"ModelRunner","repository":{"url":"https://github.com/modelrunner/modelrunner-mcp","source":"github"},"version":"1.3.0","websiteUrl":"https://modelrunner.ai/mcp","icons":[{"src":"https://modelrunner.ai/favicons/android-chrome-192x192.png","mimeType":"image/png","sizes":["192x192"]},{"src":"https://modelrunner.ai/favicons/android-chrome-512x512.png","mimeType":"image/png","sizes":["512x512"]}],"remotes":[{"type":"streamable-http","url":"https://mcp.modelrunner.run/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-10T13:02:52.119093Z","publishedAt":"2026-08-10T13:02:52.119093Z","updatedAt":"2026-08-10T13:02:52.119093Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.modulos/demo-booking","description":"Book a Modulos demo. AI Governance Platform for EU AI Act, ISO 42001, NIST AI RMF.","title":"Modulos Demo Booking","version":"0.1.1","remotes":[{"type":"streamable-http","url":"https://www.modulos.ai/api/mcp/"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-05-21T15:01:57.628905Z","publishedAt":"2026-05-21T15:01:57.628905Z","updatedAt":"2026-05-21T15:01:57.628905Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.monnet/mcp","description":"MCP server for Monnet — motions, plans, files, approvals, and the team's company brain.","repository":{"url":"https://github.com/GregoireCasoetto/monnet-mcp","source":"github"},"version":"0.9.5","websiteUrl":"https://www.monnet.ai","packages":[{"registryType":"npm","identifier":"@monnet/mcp","version":"0.9.5","transport":{"type":"stdio"},"environmentVariables":[{"description":"Your Monnet API key (mnk_...). Generate one at https://app.monnet.ai/settings (API Keys tab).","isRequired":true,"format":"string","isSecret":true,"name":"MONNET_API_KEY"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-18T11:30:56.202455Z","publishedAt":"2026-09-18T11:30:56.202455Z","updatedAt":"2026-09-18T11:30:56.202455Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.moonlings/moonlings","description":"AI visibility + fact-checks (ChatGPT/Perplexity), review gaps & competitor scans, local SEO.","title":"Moonlings — Local Business Intelligence","version":"0.4.1","websiteUrl":"https://moonlings.ai/mcp","icons":[{"src":"https://moonlings.ai/icon.svg","mimeType":"image/svg+xml","sizes":["any"]}],"remotes":[{"type":"streamable-http","url":"https://moonlings.ai/api/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-22T15:32:09.787047Z","publishedAt":"2026-07-22T15:32:09.787047Z","updatedAt":"2026-07-22T15:32:09.787047Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.morelike/morelike","description":"Track the TV and films you watch, and find more like them, by talking to your own AI.","title":"MoreLike","version":"0.114.0","websiteUrl":"https://morelike.ai","icons":[{"src":"https://morelike.ai/logo.png","mimeType":"image/png","sizes":["512x512"]}],"remotes":[{"type":"streamable-http","url":"https://morelike.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-18T21:30:47.941838Z","publishedAt":"2026-09-18T21:30:47.941838Z","updatedAt":"2026-09-18T21:30:47.941838Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.morphareels/morpha","description":"AI editor to build, animate & export layered short-form video projects via one tool catalog.","title":"Morpha","version":"1.0.373","remotes":[{"type":"streamable-http","url":"https://morphareels.ai/mcp","headers":[{"description":"Bearer mp_… API key. Optional: a client that follows the MCP authorization spec signs in instead (Morpha is its own OAuth 2.1 server) and is issued one. Otherwise mint a key at https://morphareels.ai/app/settings — free with any account.","isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-18T22:20:47.015487Z","publishedAt":"2026-09-18T22:20:47.015487Z","updatedAt":"2026-09-18T22:20:47.015487Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.motiblog/mcp","description":"Agent-first SEO research and publishing: competitors, SERPs, internal links, and Search Console.","title":"MotiBlog","repository":{"url":"https://github.com/HoverNotes/motiblog","source":"github","subfolder":"apps/mcp"},"version":"0.6.0","websiteUrl":"https://motiblog.ai/mcp","icons":[{"src":"https://motiblog.ai/logo-icon-light.png","mimeType":"image/png","sizes":["1024x1024"],"theme":"light"},{"src":"https://motiblog.ai/logo-icon.png","mimeType":"image/png","sizes":["1024x1024"],"theme":"dark"}],"packages":[{"registryType":"npm","identifier":"@motiblog/mcp","version":"0.6.0","transport":{"type":"stdio"},"environmentVariables":[{"description":"Per-project API key. Dashboard: Project → Agent access.","isRequired":true,"isSecret":true,"name":"MOTIBLOG_API_KEY"},{"description":"API base URL. Defaults to the hosted API; override to point at your own deployment.","default":"https://api.motiblog.ai","name":"MOTIBLOG_API_URL"},{"description":"Default project id, so tools do not need it passed explicitly.","name":"MOTIBLOG_PROJECT_ID"}]}],"remotes":[{"type":"streamable-http","url":"https://api.motiblog.ai/mcp","headers":[{"description":"Optional per-project API key. OAuth-capable clients can connect through discovery instead.","isSecret":true,"name":"x-api-key"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-28T06:50:48.691108Z","publishedAt":"2026-08-28T06:50:48.691108Z","updatedAt":"2026-08-28T06:50:48.691108Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.moxt/mcp-workspace","description":"Browse and manage files in your Moxt AI workspace from any MCP client.","title":"Moxt Workspace","version":"1.0.0","websiteUrl":"https://moxt.ai","remotes":[{"type":"streamable-http","url":"https://mcp.moxt.ai/openapi/v1/mcp","headers":[{"description":"Bearer token. Use your Moxt API Key (moxt_...) from https://moxt.ai/settings/tokens","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-05-13T11:19:51.786051Z","publishedAt":"2026-05-13T11:19:51.786051Z","updatedAt":"2026-05-13T11:19:51.786051Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.mozark/mcp","description":"Mozark's MCP server for AI-powered app testing: device access, test automation, and QA insights.","title":"Mozark MCP Server","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.mozark.ai"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-17T07:53:20.356822Z","publishedAt":"2026-09-17T07:53:20.356822Z","updatedAt":"2026-09-17T07:53:20.356822Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.mrmarket/mrmarket-mcp","description":"Analytical engine for US-listed equities: screens, rankings, and event studies in plain English.","title":"mrmarket.ai","repository":{"url":"https://github.com/codinghaven/mrmarket-mcp","source":"github"},"version":"1.1.0","websiteUrl":"https://mrmarket.ai","remotes":[{"type":"streamable-http","url":"https://mcp.mrmarket.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-06-10T03:05:08.422299Z","publishedAt":"2026-06-10T03:05:08.422299Z","updatedAt":"2026-06-10T03:05:08.422299Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.msza/polish-catholic-sermons","description":"Search public Polish Catholic sermons, transcripts, Scripture, prayers, churches and daily content.","title":"msza.ai — Polish Catholic Sermons ✝","version":"1.6.0","websiteUrl":"https://msza.ai","remotes":[{"type":"streamable-http","url":"https://msza.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-17T10:22:46.831936Z","publishedAt":"2026-09-17T10:22:46.831936Z","updatedAt":"2026-09-17T10:22:46.831936Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.muffed/muffed","description":"Verified NFL stats and Sleeper league context. Every figure carries its own source rank.","title":"Muffed — verified NFL stats and fantasy context","repository":{"url":"https://github.com/cfagan17/muffed-mcp","source":"github"},"version":"1.0.3","websiteUrl":"https://muffed.ai","remotes":[{"type":"streamable-http","url":"https://muffed.ai/api/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-07T17:43:12.911512Z","publishedAt":"2026-08-07T17:43:12.911512Z","updatedAt":"2026-08-07T17:43:12.911512Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.multi-turn/enacta","description":"Long-term memory for AI agents: durable records, observable retrieval, governed context assembly.","version":"1.0.0","websiteUrl":"https://multi-turn.ai","remotes":[{"type":"streamable-http","url":"https://api.multi-turn.ai/mcp","headers":[{"description":"Bearer token using your Enacta API key. Create one at https://app.multi-turn.ai/dashboard/api-keys","isRequired":true,"isSecret":true,"name":"Authorization"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-02T10:08:30.999963Z","publishedAt":"2026-07-02T10:08:30.999963Z","updatedAt":"2026-07-02T10:08:30.999963Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.multinex/memq","description":"Shared project memory that keeps teammates and AI agents aligned across sessions.","title":"MemQ Team Sync","repository":{"url":"https://github.com/multinex-ai/memq","source":"github","subfolder":"mcp-server"},"version":"2.8.1","packages":[{"registryType":"oci","identifier":"ghcr.io/multinex-ai/memq-mcp-server:registry-2.8.1","transport":{"type":"stdio"},"environmentVariables":[{"description":"MemQ API key from the Multinex billing dashboard","isRequired":true,"format":"string","isSecret":true,"name":"MEMQ_API_KEY"}]}],"remotes":[{"type":"streamable-http","url":"https://mcp.multinex.ai/mcp/v1"}],"_meta":{}},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-07T04:28:22.24659Z","publishedAt":"2026-09-07T04:28:22.24659Z","updatedAt":"2026-09-07T04:28:22.24659Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.mymarky/marky","description":"Create, schedule, and publish on-brand social posts to Instagram, LinkedIn, TikTok, and more.","title":"Marky","version":"1.0.0","websiteUrl":"https://www.mymarky.ai","remotes":[{"type":"streamable-http","url":"https://api.mymarky.ai/api/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-02T11:58:55.88036Z","publishedAt":"2026-08-02T11:58:55.88036Z","updatedAt":"2026-08-02T11:58:55.88036Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.myplot/property-intelligence","description":"US property risk data for agents: flood, hazards, taxes, air quality. Credits or USDC.","title":"myplot.ai Property Intelligence","version":"1.0.0","websiteUrl":"https://myplot.ai","remotes":[{"type":"streamable-http","url":"https://myplot.ai/mcp","headers":[{"description":"myplot.ai agent API key from POST https://myplot.ai/api/agent/provision","isRequired":true,"isSecret":true,"name":"X-API-Key"}]}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-06T17:29:17.689966Z","publishedAt":"2026-08-06T17:29:17.689966Z","updatedAt":"2026-08-06T17:29:17.689966Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json","name":"ai.myriade/myriade","description":"Explore and query your data warehouse through Myriade's AI data analyst agent.","version":"1.187.1","websiteUrl":"https://www.myriade.ai","remotes":[{"type":"streamable-http","url":"https://app.myriade.ai/mcp/"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-05-07T12:34:17.775318Z","publishedAt":"2026-05-07T12:34:17.775318Z","updatedAt":"2026-05-07T12:34:17.775318Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.mysiren/siren","description":"Deterministic visual marketing engine. Your agent plans, renders, and posts on-brand campaigns.","title":"Siren","repository":{"url":"https://github.com/Hexahedral-Inc/siren-mcp","source":"github"},"version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://mcp.mysiren.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-09T17:36:33.915122Z","publishedAt":"2026-09-09T17:36:33.915122Z","updatedAt":"2026-09-09T17:36:33.915122Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.myspaice/spaces","description":"myspAIce, give your AI a social life: games, music, friendships. An immersive world. Just walk in.","repository":{"url":"https://github.com/neltomw/spaces-mcp-server","source":"github"},"version":"1.7.1","packages":[{"registryType":"npm","identifier":"spaces-mcp-server","version":"1.7.1","transport":{"type":"stdio"}}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-08-29T03:01:36.7399Z","publishedAt":"2026-08-29T03:01:36.7399Z","updatedAt":"2026-08-29T03:01:36.7399Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.n3tz/atlas","description":"Governed company knowledge over MCP. Access by contract for authorized tenants.","title":"n3tz Atlas","version":"0.1.1","websiteUrl":"https://n3tz.ai/atlas/","remotes":[{"type":"streamable-http","url":"https://atlas.n3tz.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-03T22:15:08.732612Z","publishedAt":"2026-09-03T22:15:08.732612Z","updatedAt":"2026-09-03T22:15:08.732612Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.name/nameai-mcp","description":"Domain availability search, WHOIS lookup, TLD pricing and registry rules from name.ai. Read-only.","title":"Name.ai MCP Server","repository":{"url":"https://github.com/namekart/nameai_mcp","source":"github"},"version":"1.0.1","websiteUrl":"https://name.ai/developers","remotes":[{"type":"streamable-http","url":"https://mcp.name.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-09-14T12:04:22.638553Z","publishedAt":"2026-09-14T12:04:22.638553Z","updatedAt":"2026-09-14T12:04:22.638553Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.namewhisper/ens-tools","description":"44 MCP tools to search, value, register, trade, and manage ENS names. AI-powered intelligence layer.","title":"Name Whisper — ENS Intelligence Layer","repository":{"url":"https://github.com/eggybug42069/namewhisper-mcp","source":"github"},"version":"1.2.0","websiteUrl":"https://namewhisper.ai","remotes":[{"type":"streamable-http","url":"https://namewhisper.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-31T08:52:33.516155Z","publishedAt":"2026-07-31T08:52:33.516155Z","updatedAt":"2026-07-31T08:52:33.516155Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.nashboard/nashboard-merchants","description":"Merchant intelligence for AI agents: brand/operator/location hierarchy + industry codes.","title":"Nashboard Merchants","version":"1.0.0","websiteUrl":"https://nashboard.ai/llms-full.txt","remotes":[{"type":"streamable-http","url":"https://nashboard.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-05-28T08:18:55.370069Z","publishedAt":"2026-05-28T08:18:55.370069Z","updatedAt":"2026-05-28T08:18:55.370069Z","isLatest":true}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"ai.nativeads/mcp","description":"AI ad creative generation: brands, Brand DNA, asset uploads, image and video generation.","title":"NativeAds","version":"1.0.0","websiteUrl":"https://nativeads.ai","remotes":[{"type":"streamable-http","url":"https://mcp.nativeads.ai/mcp"}]},"_meta":{"io.modelcontextprotocol.registry/official":{"status":"active","statusChangedAt":"2026-07-30T12:33:09.851871Z","publishedAt":"2026-07-30T12:33:09.851871Z","updatedAt":"2026-07-30T12:33:09.851871Z","isLatest":true}}}],"metadata":{"nextCursor":"ai.nativeads/mcp:1.0.0","count":30}}
