Thesma MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Thesma MCP ServerWhat was Apple's revenue last year?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Thesma MCP Server
Give your AI assistant access to SEC, Census, BLS, and SBA data.
What it does
An MCP server that wraps the Thesma API, giving AI assistants (Claude, Cursor, ChatGPT) native access to SEC EDGAR filings — US-GAAP 10-K and IFRS 20-F, covering every US-listed public company on NYSE and NASDAQ (~6,000 companies) — plus Bureau of Labor Statistics employment data, US Census Bureau demographics, and SBA 7(a) small business lending. Ask questions in plain English, get structured data back.
Related MCP server: publicfinance
Quick example
"What was Apple's revenue last year?"
The AI calls get_financials and returns Apple's income statement with formatted line items.
"What was Spotify's revenue last year?"
The AI calls get_financials for SPOT and returns Spotify's income statement in EUR with taxonomy: ifrs-full and by_nature presentation metadata.
"Find high-margin S&P 500 companies where insiders are buying"
The AI calls screen_companies with margin filters and insider buying signals.
"Which funds increased their position in NVDA last quarter?"
The AI calls get_holding_changes and shows quarter-over-quarter position changes.
"What's the average wage for software developers in Texas?"
The AI calls get_occupation_wages with SOC code 15-1252 and state filter, returning median and percentile wage data.
"What does Apple's labor market look like — hiring trends, local wages, compensation benchmarks?"
The AI calls get_company for AAPL, which automatically includes BLS labor market context alongside SEC company details.
"Give me a full picture of Apple — profile, financials, ratios, insider trades, top holders, executive compensation, and board."
The AI calls get_company('AAPL', include='financials,ratios,insider_trades,holders,compensation,board,labor_context,lending_context') and returns a composed view in one call instead of eight tool invocations.
Installation
pip install thesma-mcpClaude Desktop
Add to your config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"thesma": {
"command": "uvx",
"args": ["thesma-mcp"],
"env": {
"THESMA_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"thesma": {
"command": "uvx",
"args": ["thesma-mcp"],
"env": {
"THESMA_API_KEY": "your-api-key"
}
}
}
}Using
pip installinstead ofuvx? If you've already installedthesma-mcpwith pip, you can use"command": "thesma-mcp"directly (noargsneeded) instead ofuvx.
Get your API key at portal.thesma.dev (free tier: 250 requests/day).
Available tools
Company Discovery
Tool | Description |
| Find US public companies by name, ticker, index tier, exchange, domicile, taxonomy, or currency |
| Get company details — CIK, SIC code, fiscal year end, index membership, exchange, domicile |
Financial Statements
Tool | Description |
| Get income statement, balance sheet, or cash flow from SEC filings — US-GAAP 10-K and IFRS 20-F, returned in native currency |
| Get a single financial metric over time for trend analysis; per-point currency honors presentation-currency transitions |
Financial Ratios
Tool | Description |
| Get computed financial ratios — margins, returns, leverage, growth |
| Get a single ratio over time for trend analysis |
Screening
Tool | Description |
| Find companies matching financial criteria — profitability, growth, leverage, index tier, SIC, exchange, domicile, taxonomy, currency, insider/institutional signals, labor market, SBA lending (county + industry) |
Corporate Events
Tool | Description |
| Get 8-K corporate events — earnings, M&A, leadership changes, material agreements |
Insider Trading
Tool | Description |
| Get Form 4 insider transactions — purchases, sales, grants, option exercises |
Institutional Holdings
Tool | Description |
| Find institutional investment managers (hedge funds, mutual funds) by name |
| Get which funds hold a company's stock with shares and market values |
| Get a fund's portfolio — what stocks it owns |
| Get quarter-over-quarter changes in institutional positions |
Compensation & Governance
Tool | Description |
| Get executive pay — salary, bonus, stock awards, total, CEO pay ratio |
| Get board of directors — age, tenure, independence, committee memberships |
Filings
Tool | Description |
| Search SEC filings by company, type (10-K, 10-Q, 8-K, etc.), and date range |
Filing Section Search
Tool | Description |
| Semantic search of SEC filing section content (Risk Factors, MD&A, etc.) by natural-language query — optionally scoped by ticker, filing type, section type, year, or similarity threshold |
Webhooks
Tool | Description |
| List the 5 event types you can subscribe to |
| List your webhook subscriptions |
| Create a new subscription (returns one-time HMAC secret) |
| Get details for one subscription |
| Modify url / events / filing_types / is_active / description |
| Delete a subscription |
| Recent delivery attempts (debugging) |
| Generate a new HMAC secret (invalidates old) |
| Enqueue a synthetic test delivery |
| Re-queue a past delivery (within 7-day window) |
Industry Lookup
Tool | Description |
| Find BLS industries by name or NAICS level |
| Get industry details — child industries, data availability across CES/QCEW/OEWS |
Industry Employment (CES)
Tool | Description |
| Get employment, earnings, and hours data for an industry by NAICS code |
County Employment & Wages (QCEW)
Tool | Description |
| Get quarterly employment data for a US county by FIPS code |
| Get county wage snapshot with location quotients vs. national average |
Occupation Wages (OEWS)
Tool | Description |
| Find BLS occupations by name or SOC group |
| Get occupation wage data — mean, median, and percentile distribution |
Labor Market Turnover (JOLTS)
Tool | Description |
| Get job openings, hires, quits, and layoffs for an industry |
| Get state-level labor market turnover (total nonfarm) |
| Get turnover data for a Census region (Northeast, South, Midwest, West) |
Local Area Unemployment (LAUS)
Tool | Description |
| Get monthly unemployment rate, labor force, and employment for a US county (never seasonally adjusted) |
| Compare unemployment metrics across up to 10 counties in a single period |
| Get monthly state unemployment with labor force participation rate and employment-population ratio (SA or NSA) |
| Compare unemployment metrics across up to 10 states in a single period |
SBA 7(a) Lending
Tool | Description |
| Get quarterly SBA 7(a) loan aggregates for a US county (loan count, total amount, charge-off rate) |
| Get quarterly SBA 7(a) loan aggregates for a US state |
| Get quarterly SBA 7(a) loan aggregates for a NAICS industry, optionally scoped to state or county |
| List SBA 7(a) lenders ranked by loan count, total amount, or average loan size |
| Get details and quarterly history for a single SBA lender by lender_id |
| Get loan size, term length, interest rate, sub-programme, and business-type distributions for a quarter |
| Get vintage cohort charge-off rates and maturity status |
| Browse available SBA metrics by category or keyword |
| Get full definition, unit, cadence, and data availability for a single SBA metric |
BLS Discovery
Tool | Description |
| Browse available BLS metrics by category, source, or keyword |
Configuration
Variable | Required | Description |
| Yes | API key from portal.thesma.dev |
| No | Override API base URL (default: |
Data coverage
~6,000 US-listed public companies on NYSE and NASDAQ — US-GAAP filers plus IFRS 20-F filers (Spotify, Nu Holdings, ASML, and other US-listed IFRS reporters). Native-currency reporting; no USD normalization.
SEC EDGAR: financial statements (2009-present), insider trades, institutional holdings, executive compensation, board data, corporate events, filings
Bureau of Labor Statistics: industry employment (CES), county wages (QCEW), occupation wages (OEWS), job openings and turnover (JOLTS), local unemployment (LAUS)
Small Business Administration: 7(a) loan program data — quarterly lending aggregates by county/state/industry, lender rankings, loan characteristics (size, term, rate, sub-programme), vintage cohort charge-off outcomes
Labor & lending market enrichment:
get_companyautomatically includes BLS labor context and SBA 7(a) lending context;screen_companiessupports labor market and SBA lending filtersKnown gaps: IFRS bank filings (Nu Holdings, HSBC, Deutsche Bank, etc.) — the core banking-statement extensions (
net_interest_income, etc.) are US-GAAP-specific today; IFRS banking fields land in a future release.All data sourced from US federal public-domain sources: SEC EDGAR, US Census Bureau, Bureau of Labor Statistics, Small Business Administration
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thesma-dev/thesma-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server