Analytics
foliofact.com
Provides access to fund and stock data, including holdings, history, and insider transactions for financial analysis.
ENDPOINT 1
https://foliofact.com/mcp
MCP server metadata
- Name
- foliofact
- Version
- 1.1.0
FolioFact is a value-investing research database: quarterly filings from curated value investors, the stocks they hold, insider (Form 4/5) activity, and fund conviction signals. Most tools need no credentials at all. Four tools — stock_financials, stock_insiders, stock_options, compare_stocks — and deep insider_feed pages require FolioFact Pro. stock_earnings is public in teaser mode and requires Pro only when include_full=true (Pro callers get full content by default). There are two ways to sign in, and you should prefer the first: 1. Browser sign-in (OAuth 2.1). Calling a Pro tool without credentials returns HTTP 401 with a WWW-Authenticate header pointing at /.well-known/oauth-protected-resource/mcp. Follow that to sign the user in through their browser. Do not ask the user to paste a key when this is available — it is fewer steps and no secret is ever handled. 2. API key. The user creates one at https://foliofact.com/settings#api_keys_card and it is sent as "Authorization: Bearer ff_..." or "X-Api-Key: ff_...". A Pro entitlement is detected automatically from whichever credential is used. A signed-in caller WITHOUT Pro gets an isError result pointing at https://foliofact.com/pricing — that is a subscription prompt, not an authentication failure, so signing in again will not change it.
Known tools 13
searchBounded cross-domain search: funds by name, stocks by ticker/name, and insider transactions by owner.
Inferred read-onlyfund_holdingsA fund's current portfolio positions with quarter-over-quarter change.
Inferred read-onlyfund_historyQuarter-by-quarter filing history and a summary (turnover, concentration, favorites).
Inferred read-onlyget_stockOne company as held by tracked funds: holders, values, and last-quarter moves.
Inferred read-onlyget_investorOne investor's portfolio links (funds they run or back) and featured fund.
Inferred read-onlyinsider_feedRecent Form 4/5 insider transactions across all held stocks, newest first.
Inferred read-onlyfetch_pageFetches an allowlisted public page as markdown/text: published blog posts (/blog/:slug), static pages (e.
Inferred read-onlystock_financialsFinancial statements (yearly and quarterly) and the valuation summary (enterprise value, FCF/EV and OCF/EV yields).
Inferred read-onlycompare_stocksAligned multi-stock comparison: valuation, latest financial point, fund conviction, and insider activity.
Inferred read-onlyCONNECT 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.foliofact]
url = "https://foliofact.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"foliofact": {
"type": "http",
"url": "https://foliofact.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: foliofact
Remote MCP URL: https://foliofact.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": {
"foliofact": {
"url": "https://foliofact.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"foliofact": {
"type": "http",
"url": "https://foliofact.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "foliofact",
"transport": "streamable-http",
"url": "https://foliofact.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for foliofact.com was fetched 2026-08-11T00:51:49.314Z.
foliofact.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.