← Registry

Analytics

foliofact.com

Provides access to fund and stock data, including holdings, history, and insider transactions for financial analysis.

1 endpoint13 known toolsFirst detected August 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://foliofact.com/mcp

No auth detected

MCP server metadata

Name
foliofact
Version
1.1.0
Capabilities
tools
Server instructions

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

search

Bounded cross-domain search: funds by name, stocks by ticker/name, and insider transactions by owner.

Inferred read-only
get_fund

One fund's latest filing and its investors.

Inferred read-only
fund_holdings

A fund's current portfolio positions with quarter-over-quarter change.

Inferred read-only
fund_history

Quarter-by-quarter filing history and a summary (turnover, concentration, favorites).

Inferred read-only
get_stock

One company as held by tracked funds: holders, values, and last-quarter moves.

Inferred read-only
get_investor

One investor's portfolio links (funds they run or back) and featured fund.

Inferred read-only
insider_feed

Recent Form 4/5 insider transactions across all held stocks, newest first.

Inferred read-only
fetch_page

Fetches an allowlisted public page as markdown/text: published blog posts (/blog/:slug), static pages (e.

Inferred read-only
stock_earnings

The latest cited earnings report for one stock.

Inferred read-only
stock_financials

Financial statements (yearly and quarterly) and the valuation summary (enterprise value, FCF/EV and OCF/EV yields).

Inferred read-only
stock_insiders

Recent Form 4/5 insider transactions for one company.

Inferred read-only
stock_options

Daily 30-day implied volatility history for one company.

Inferred read-only
compare_stocks

Aligned multi-stock comparison: valuation, latest financial point, fund conviction, and insider activity.

Inferred read-only

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.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.

Trust status Neutral

foliofact.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.