Summary
List finance-query-mcp on the community MCP Registry (registry.modelcontextprotocol.io) so MCP clients can discover it instead of requiring people to already know the hosted URL.
Problem
fq-mcp is hosted at https://finance-query.com/mcp over streamable HTTP, but there's no server.json in the repo and no publish workflow. Right now the only way to find it is if someone already knows the URL.
Proposed solution
Since it's already remotely hosted, this can be done with a "remotes" entry, no new packaging needed:
- Add a server.json at the repo root: name io.github.Verdenroz/finance-query, description, repository link, and a remotes entry pointing at the hosted URL
- Authenticate with GitHub OAuth via the mcp-publisher CLI
- Publish, and ideally automate it with a GitHub Actions workflow on release tags using GitHub OIDC (Anthropic has a ready template for this, no secrets needed)
Alternatives considered
Also publishing an installable package (npm, PyPI, OCI) isn't necessary here. The remotes entry alone covers discovery, a packages entry can be added later if there's demand for a local install path.
Related to the comment from @Johnson-f on #231.
Summary
List finance-query-mcp on the community MCP Registry (registry.modelcontextprotocol.io) so MCP clients can discover it instead of requiring people to already know the hosted URL.
Problem
fq-mcp is hosted at https://finance-query.com/mcp over streamable HTTP, but there's no server.json in the repo and no publish workflow. Right now the only way to find it is if someone already knows the URL.
Proposed solution
Since it's already remotely hosted, this can be done with a "remotes" entry, no new packaging needed:
Alternatives considered
Also publishing an installable package (npm, PyPI, OCI) isn't necessary here. The remotes entry alone covers discovery, a packages entry can be added later if there's demand for a local install path.
Related to the comment from @Johnson-f on #231.