INDIVIDUAL MCP TOOL
get_document_summary
Return a document-level summary (institutions, authors, extraction summary/headings/takeaways, publish date, source URL) for a Finvaulta document_id from search results.
LIVE ENDPOINT
https://finvaulta.com/mcp
Connect to this endpoint to inspect the live schema for get_document_summary and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
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.finvaulta]
url = "https://finvaulta.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"finvaulta": {
"type": "http",
"url": "https://finvaulta.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: finvaulta
Remote MCP URL: https://finvaulta.com/mcp
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": {
"finvaulta": {
"url": "https://finvaulta.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"finvaulta": {
"type": "http",
"url": "https://finvaulta.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "finvaulta",
"transport": "streamable-http",
"url": "https://finvaulta.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
query_macro_theme— Search cross-firm macro themes (inflation, rates, fiscal policy, geopolitics as themes).compare_consensus— Compare firm-level arguments about one asset, issuer, ticker, or security.search_securities— Search research about a stock, ticker, issuer, bond, or listed security.search_commodities— Search research about commodities such as oil, gas, gold, copper, or agricultural markets.search_geography— Search research tied to a country, region, choke point, or geographic macro theme.search_institution— Search research published by or associated with a named institution/publisher.get_excerpts— Fetch full attributed excerpt payloads by stable excerpt_id values returned from search tools.list_table_chunks— List indexed table chunks, optionally filtered to one report.