marketintell
AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.
What it says
The record the registry holds
Where it answers
https://api.marketintell.ai/mcp · streamable-httphttps://api.marketintell.ai/mcp/sse · sse
How you get it
It also ships as a package you run yourself.
marketintell · npm · 0.2.1
the record
Copied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.marketintell/marketintell",
"description": "AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.",
"repository": {
"url": "https://github.com/ravidsrk/marketintell",
"source": "github",
"subfolder": "apps/api"
},
"version": "0.3.1",
"websiteUrl": "https://marketintell.ai",
"packages": [
{
"registryType": "npm",
"identifier": "marketintell",
"version": "0.2.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "CLI subcommand that runs the stdio MCP proxy.",
"isRequired": true,
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "API key for the underlying MarketIntell account. Required for tool calls; optional for capability discovery.",
"isSecret": true,
"name": "MARKETINTELL_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://api.marketintell.ai/mcp",
"headers": [
{
"description": "API key from https://marketintell.ai/signup (or SHA-256 PoW self-signup at https://api.marketintell.ai/v1/auth/challenge). Capability-discovery methods (initialize, tools/list, resources/list, prompts/list, ping) succeed without a key; tools/call and resources/read require one.",
"isSecret": true,
"name": "X-API-Key"
}
]
},
{
"type": "sse",
"url": "https://api.marketintell.ai/mcp/sse",
"headers": [
{
"description": "API key. SSE transport is the legacy long-lived channel; new clients should prefer the Streamable HTTP endpoint above.",
"isSecret": true,
"name": "X-API-Key"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"accuracy": {
"live_widget": "https://api.marketintell.ai/widgets/accuracy.json",
"public_page": "https://marketintell.ai/accuracy"
},
"agent_card": "https://marketintell.ai/.well-known/agent.json",
"capabilities": {
"mcpApps": true,
"mcpAppsExtension": "io.modelcontextprotocol/ui",
"selfRegister": "https://api.marketintell.ai/v1/auth/challenge",
"structuredOutputs": true
},
"categories": [
"finance",
"research",
"crypto",
"equities",
"agents"
],
"diagnostics": "https://api.marketintell.ai/mcp/diagnostics",
"documentation": "https://docs.marketintell.ai/docs/guides/mcp",
"homepage": "https://marketintell.ai",
"llms_txt": "https://marketintell.ai/llms.txt",
"openapi": "https://api.marketintell.ai/openapi.json",
"pricing": {
"free_daily_queries": 20,
"tiers": [
{
"name": "Free",
"usd_per_month": 0
},
{
"name": "Builder",
"usd_per_month": 49
},
{
"name": "Pro",
"usd_per_month": 99
},
{
"name": "Enterprise",
"usd_per_month": "from 5000"
}
]
},
"skill": "https://marketintell.ai/skill.md",
"tool_count": 13,
"tools": [
"chat",
"chat_deep",
"alpha_signals",
"signal_performance",
"screener",
"portfolio_list",
"portfolio_create",
"portfolio_analyze",
"sessions_list",
"billing_status",
"health",
"register_challenge",
"register"
]
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-01T22:07:15.763336Z",
"publishedAt": "2026-06-01T22:07:15.763336Z",
"updatedAt": "2026-06-01T22:07:15.763336Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 0.3.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Where it lives
The publisher's own address
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.