Skip to content

[FEATURE] List fq-mcp on the official MCP Registry #234

Description

@Verdenroz

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions