@quantustik/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@quantustik/mcp-serverWhat is today's S&P 500 forecast?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@quantustik/mcp-server
A thin stdio proxy to Quantustik's hosted MCP
server. It lets MCP clients that only support local stdio servers (Claude
Desktop, Cursor, Windsurf, and others) reach our live, keyless,
streamable-HTTP endpoint at https://quantustik.com/mcp.
This package does not implement an MCP server itself, run any model
locally, or cache any data. It is a small wrapper around
mcp-remote pointed at our
hosted endpoint. Every tool call is forwarded live to quantustik.com and
answered from the same data and quota system as the hosted endpoint.
If your MCP client supports remote streamable-HTTP servers directly, you
don't need this package at all — just point it at https://quantustik.com/mcp.
This wrapper exists only for stdio-only clients.
What you get
Live S&P 500 signals, forecasts, trade plans, market-regime data, and more — powered by Quantustik's quantum-mechanics-based forecasting model (Schrödinger equation + Feynman path integrals). See the full tool list at quantustik.com/developers.
Educational and research purposes only — not personalized financial advice.
Related MCP server: mcp-server-proxy
Usage
Claude Desktop / Cursor / Windsurf
Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"quantustik": {
"command": "npx",
"args": ["-y", "@quantustik/mcp-server"]
}
}
}Command line
npx -y @quantustik/mcp-serverThis starts a local stdio MCP server that proxies to
https://quantustik.com/mcp. Anonymous use is allowed under a per-IP hourly
quota; no setup required.
Optional: raise your quota with an API key
Get a free key at quantustik.com/developers, then set it as an environment variable:
{
"mcpServers": {
"quantustik": {
"command": "npx",
"args": ["-y", "@quantustik/mcp-server"],
"env": {
"QUANTUSTIK_API_KEY": "your-key-here"
}
}
}
}Environment variables
Variable | Purpose | Default |
| Sent as | none (anonymous) |
| Override the remote endpoint (mainly for local development against a non-production instance). |
|
Any additional CLI arguments you pass are forwarded to the underlying
mcp-remote proxy (e.g. --debug).
How it works
npx @quantustik/mcp-server runs a small Node script
(bin/quantustik-mcp.js) that spawns
mcp-remote against
https://quantustik.com/mcp using the http-only transport (our endpoint
is streamable-HTTP, not SSE). mcp-remote speaks stdio to your MCP client
on one side and streamable-HTTP to our server on the other — this package
just pins the URL, transport, and optional auth header so you don't have to
remember them.
Source
Server implementation (Python, FastMCP): the hosted endpoint's source lives
in mcplafed/autoevolve
(app/mcp_server.py, server.json). This wrapper repo only contains the
thin npm client shown above.
Disclaimer
All signals, forecasts, and market data returned by the Quantustik MCP server are for educational and research purposes only and do not constitute personalized financial advice. Past model performance does not guarantee future results. Always consult a qualified financial professional before making investment decisions.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA minimal Python-based proxy that bridges local MCP STDIO clients with remote MCP SSE servers. It enables bidirectional JSON-RPC message passing between standard command-line tools and web-based remote endpoints.Last updated1
- Alicense-qualityDmaintenanceProxies remote HTTP/HTTPS MCP servers over stdio, allowing stdio-based MCP clients to connect to remote servers via Streamable HTTP or SSE transports.Last updatedMIT
- Alicense-qualityDmaintenanceA read-only MCP server that connects to Interactive Brokers Gateway or TWS to expose account, contract, execution, and historical-data queries over stdio.Last updated36MIT
- Alicense-qualityDmaintenanceLocal stdio proxy for Uno MCP Gateway that enables MCP clients without OAuth support to securely connect to authenticated remote servers.Last updated1MIT
Related MCP Connectors
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
TradeOS MCP: ticker search, My Agent, chart TA, macro news. npm stdio or HTTP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quantustik/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server