← synapsediscovery.io
INDIVIDUAL MCP TOOL
submit_feedback
Submit feedback/bug reports about the Synapse API so the team can improve it
LIVE ENDPOINT
https://synapsediscovery.io/mcp/jsonrpc
Connect to this endpoint to inspect the live schema for submit_feedback and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.synapse-discovery]
url = "https://synapsediscovery.io/mcp/jsonrpc"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"synapse-discovery": {
"type": "http",
"url": "https://synapsediscovery.io/mcp/jsonrpc"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: synapse-discovery
Remote MCP URL: https://synapsediscovery.io/mcp/jsonrpc
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"synapse-discovery": {
"url": "https://synapsediscovery.io/mcp/jsonrpc"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"synapse-discovery": {
"type": "http",
"url": "https://synapsediscovery.io/mcp/jsonrpc"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "synapse-discovery",
"transport": "streamable-http",
"url": "https://synapsediscovery.io/mcp/jsonrpc"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_financial_data— Get financial data for a company.compare_companies— Compare multiple companies on key financial metricsfind_similar_companies— Find companies similar to a given company based on sector, size, or metricsget_price_history— Get historical stock pricesget_fund_holdings— Get full point-in-time holdings of an ETF or mutual fund from SEC N-PORT (not capped at top-10).get_fund_profile— Get the profile of an ETF or mutual fund: family, category, style, expense ratio / fees, yield, inception, index.get_fund_nav— Get daily NAV / price history for an ETF or mutual fund.get_fund_ratings— Get computed performance/risk ratings for a fund: trailing returns, volatility, Sharpe, max drawdown, within-category expense percentile, and a 1-5 synapse_star_rating (within-category Sharpe rank).