Skip to content

Add CrossFin MCP — Asian crypto market data#51

Open
bubilife1202 wants to merge 1 commit intolobehub:mainfrom
bubilife1202:add-crossfin-mcp
Open

Add CrossFin MCP — Asian crypto market data#51
bubilife1202 wants to merge 1 commit intolobehub:mainfrom
bubilife1202:add-crossfin-mcp

Conversation

@bubilife1202
Copy link

@bubilife1202 bubilife1202 commented Feb 20, 2026

Adds CrossFin MCP server for AI agent access to Asian crypto markets.

  • Real-time Korean exchange data (Bithumb, Upbit, Coinone, GoPax)
  • Cross-exchange routing across 9 exchanges
  • Kimchi premium monitoring
  • x402 USDC payment-enabled APIs

Install: npx -y crossfin-mcp
Homepage: https://crossfin.dev
npm: https://www.npmjs.com/package/crossfin-mcp

Summary by Sourcery

New Features:

  • Introduce CrossFin MCP configuration to enable AI agent access to Asian crypto market data.

@sourcery-ai
Copy link

sourcery-ai bot commented Feb 20, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds a new CrossFin MCP configuration file to expose Asian crypto market data (Korean exchanges, cross-exchange routing, Kimchi premium monitoring, and x402 USDC payment-enabled APIs) through the MCP server.

File-Level Changes

Change Details Files
Introduce CrossFin MCP server configuration for Asian crypto market data access.
  • Add new crossfin-mcp JSON configuration describing the MCP server entry point and metadata
  • Configure connections to Korean exchanges (e.g., Bithumb, Upbit, Coinone, GoPax) and other supported venues
  • Define tools/endpoints for real-time market data, cross-exchange routing, Kimchi premium monitoring, and x402 USDC-enabled APIs
  • Wire the new MCP into the existing MCP registry/loader so agents can discover and invoke CrossFin capabilities
src/crossfin-mcp.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: db809b62a2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +4 to +6
"homepage": "https://crossfin.dev",
"identifier": "crossfin-mcp",
"meta": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add manifest URL for this plugin entry

This new entry is the only src/*.json plugin without a manifest, but the release pipeline still runs bun run sync first (.github/workflows/release.yml), and syncExistPlugins in scripts/sync.ts unconditionally calls fetch(pluginManifest.manifest) for every plugin file. In this state, crossfin-mcp always hits the error path and cannot participate in normal manifest-based syncing/consumption, so users of the index won’t get a usable install target unless a manifest (or explicit MCP-specific handling) is added.

Useful? React with 👍 / 👎.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant