Replies: 1 comment
|
Hi @clnt2021, Reviewing your onboarding request and curl probes against both registries: 1. Verification of the 404 on
|
|
Hi @clnt2021, Reviewing your onboarding request and curl probes against both registries: 1. Verification of the 404 on
|
Uh oh!
There was an error while loading. Please reload this page.
Request
Please onboard these two Official MCP Registry servers to the GitHub MCP Registry (
github.com/mcp,api.mcp.github.com) so they appear in Copilot, the VS Code@mcpgallery, and Enterprise allowlists.Per discussion #1257 (trent-j): Official Registry publish is required first; initial github.com/mcp onboarding is still manual curation; versions sync after onboard.
Servers
com.imbawallet/agent-docscom.imbawallet/agentactive,isLatest)active,isLatest)https://imbawallet.com/mcp/docs(streamable-http, no auth)https://imbawallet.com/mcp/spend(streamable-http)@imba_wallet/agent-mcp-docs@0.1.4@imba_wallet/agent-mcp@0.1.4Spend uses operator Ed25519 headers
X-IMBA-Agent-Client-IdandX-IMBA-Agent-Private-Key(per-operator key; IMBA does not host a shared spend wallet). Docs has no auth. Default well-known discovery is docs-only.Evidence — Official Registry (live)
curl -sS "https://registry.modelcontextprotocol.io/v0.1/servers?search=imbawallet&version=latest"
Returns
com.imbawallet/agent-docs@0.1.4andcom.imbawallet/agent@0.1.4.Direct:
DNS namespace proof:
https://imbawallet.com/.well-known/mcp-registry-authEvidence — GitHub MCP Registry (checked 2026-09-01)
curl -sS "https://api.mcp.github.com/v0.1/servers?search=imbawallet&limit=20"
Returns
{"servers":[],"metadata":{"count":0,"total":0}}.Same empty result for
IMBA,IMBAwallet,com.imbawallet.curl -sS -o /dev/null -w "%{http_code}" "https://api.mcp.github.com/v0.1/servers/com.imbawallet%2Fagent-docs/versions/latest"
Returns
404.UI:
Repositories
server.jsoncurrently cites https://github.com/IMBAwallet/IMBA_front (private Flutter host that also ships the HTTP MCP image). Happy to point GitHub cards at the publicIMBAwallet/agent-mcprepo if that is required for listing.Why two entries
Docs is the crawler-safe, unauthenticated server. Spend is a separate server and must not be the default well-known target. Please list both names; do not collapse them into one gallery card that points at spend by default.
Happy to provide extra metadata, a public README install snippet, or a probe of the HTTP endpoints. Thank you.
All reactions