J-Quants MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 950 installs a week from pypi. Last commit 7 Sep 2026.
MCP server for retrieving Japanese stock market data via J-Quants API v2
We read the source, 18 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
gcloud run services update ${{ vars.CLOUDRUN_SERVICE }} \
--project ${{ vars.GCP_PROJECT }} \
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add jquants-mcp -- uvx jquants-mcp
{
"mcpServers": {
"jquants-mcp": {
"args": [
"jquants-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.jquants-mcp]
command = "uvx"
args = ["jquants-mcp"]
{
"mcpServers": {
"jquants-mcp": {
"args": [
"jquants-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"jquants-mcp": {
"args": [
"jquants-mcp"
],
"command": "uvx"
}
}
}
Alpaca MCP — real-time US stock market data via the Alpaca Market Data API
MCP server for retrieving block-level data from EVM, UTXO, and XRP blockchains via Crypto APIs
MCP server for Webull OpenAPI: trading and market data access for AI assistants
MCP server for Datamuse word-finding API
Tradier MCP — stock & options market data via the Tradier Brokerage API
MCP server that provides access to Chinese stock market data using akshare-one
MCP server for Colombo Stock Exchange data
MCP server for CoinGecko cryptocurrency data API
Answers built from our own checks of this server.