Add bykaranteli-mcp to Market Data & Data Sources - #550
Open
bykarantelicom wants to merge 2 commits into
Open
Conversation
bykarantelicom
force-pushed
the
add-bykaranteli-mcp-market-data
branch
from
August 21, 2026 18:34
b1223a9 to
948fc58
Compare
Owner
|
Thanks for the submission. Please address these items before the entry can be approved:
Suggested entry: - [bykaranteli-mcp](https://github.com/bykarantelicom/bykaranteli-mcp) - `TypeScript` `MCP` - MCP server providing 33 read-only crypto derivatives data tools through a free public API, runnable locally or via a hosted endpoint without an API key. [Website](https://bykaranteli.com/developers) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
One entry under
## Market Data & Data Sources:Why it fits this section
It is a data source, not a strategy or backtesting tool: the 20 tools are read-only queries over crypto derivatives data (funding rates, cross-exchange funding arbitrage, open interest, liquidations and liquidation cascades, Deribit options snapshot and flow, VPIN order-flow toxicity, Coinbase premium, CFTC Commitments of Traders positioning, US spot Bitcoin/Ether ETF flows, FOMC impact). The section already lists MCP-based data servers (
financekit-mcp,Horus Flow,AlphaSMO) and free crypto data APIs (coinpaprika-api-python-client,dexpaprika-sdk-python,FillBench), so I placed it next to the crypto cluster.Checklist against CONTRIBUTING.md
[Website]link.Market Data & Data Sources. The main URL is the open-source repository (MIT), not a commercial landing page, so theCommercial & Proprietary Servicesplacement rule does not apply. Happy to move it if you prefer otherwise.bykaranteli-mcp(0.7.2), commits within the last day.Notes
No API key, no account and no rate-limit registration are required; the server reads the public JSON API of bykaranteli.com. It can be run locally over
npx -y bykaranteli-mcpor used as a hosted streamable-HTTP endpoint at https://mcp.bykaranteli.com. I maintain it, so treat this as a self-submission.