75 MCP tools: SEC financials, FRED economics, IRS 990, FDA, FX, UK Companies House.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://slacking.biz/mcp75 herramientas · 263 msget_company_healthGet a company's overall financial health score (A-F grade) including summary metricsGet a company's overall financial health score (A-F grade) including summary metrics
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol (e.g. AAPL, MSFT, TSLA) |
get_trendsGet financial trends over time for a company — revenue, profit, margins across reporting periodsGet financial trends over time for a company — revenue, profit, margins across reporting periods
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
industry_comparisonCompare a company's financial metrics against its industry averagesCompare a company's financial metrics against its industry averages
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
get_revenue_segmentsGet revenue breakdown by product/service segments for a companyGet revenue breakdown by product/service segments for a company
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
get_income_statementGet detailed income statement for a company (revenue, expenses, earnings per share)Get detailed income statement for a company (revenue, expenses, earnings per share)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
get_balance_sheetGet detailed balance sheet for a company (assets, liabilities, equity)Get detailed balance sheet for a company (assets, liabilities, equity)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
get_cash_flowGet detailed cash flow statement for a company (operating, investing, financing)Get detailed cash flow statement for a company (operating, investing, financing)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
get_all_financial_dataGet all financial data (income statement, balance sheet, cash flow) in one callGet all financial data (income statement, balance sheet, cash flow) in one call
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
get_company_profileGet company profile — sector, industry, employees, description, market capGet company profile — sector, industry, employees, description, market cap
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
get_filing_typesGet filing types available for a company (10-K, 10-Q, 8-K, etc.)Get filing types available for a company (10-K, 10-Q, 8-K, etc.)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
search_filingsSearch filings for a company — search by form type, date range, keywords. Use get_filing_types first to see what's available.Search filings for a company — search by form type, date range, keywords. Use get_filing_types first to see what's available.
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
| form_type | string | Form type filter (e.g. 10-K, 10-Q, 8-K) |
| limit | number | Number of filings to return (default 10) |
get_insider_tradesGet recent insider trading activity for a company (Form 4 filings)Get recent insider trading activity for a company (Form 4 filings)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
get_sentimentGet sentiment analysis from SEC filings for a company — positive/negative/neutral signals from 10-K/10-Q reportsGet sentiment analysis from SEC filings for a company — positive/negative/neutral signals from 10-K/10-Q reports
| Parámetro | Tipo | Descripción |
|---|---|---|
| ticker* | string | Stock ticker symbol |
compare_companiesCompare financial metrics across multiple companies side by sideCompare financial metrics across multiple companies side by side
| Parámetro | Tipo | Descripción |
|---|---|---|
| tickers* | string | Comma-separated ticker symbols (e.g. AAPL,MSFT,GOOGL) |
screen_companiesScreen companies by financial criteria (high growth, low debt, profitable, high margin, cash rich, undervalued)Screen companies by financial criteria (high growth, low debt, profitable, high margin, cash rich, undervalued)
| Parámetro | Tipo | Descripción |
|---|---|---|
| screen | string | Screen type (growth, value, quality, momentum) |
| limit | number | Max results (default 20) |
batch_queryBatch query multiple tickers at once for efficiencyBatch query multiple tickers at once for efficiency
| Parámetro | Tipo | Descripción |
|---|---|---|
| tickers* | string | Comma-separated ticker symbols (e.g. AAPL,MSFT,GOOGL) |
fx_get_ratesGet live exchange rates for any currency. Sources: European Central Bank + 84 central banks, 201 currencies. No API key needed — free for commercial use.Get live exchange rates for any currency. Sources: European Central Bank + 84 central banks, 201 currencies. No API key needed — free for commercial use.
| Parámetro | Tipo | Descripción |
|---|---|---|
| base | string | Base currency code (e.g. USD, EUR, GBP). Default: EUR |
| quotes | string | Comma-separated target currencies to filter (e.g. USD,EUR,GBP). Empty = all. |
fx_get_pair_rateGet the exchange rate between any two currencies. Sources: ECB + 84 central banks. Free for commercial use.Get the exchange rate between any two currencies. Sources: ECB + 84 central banks. Free for commercial use.
| Parámetro | Tipo | Descripción |
|---|---|---|
| from_currency* | string | Source currency code (e.g. USD, EUR, GBP) |
| to_currency* | string | Target currency code (e.g. EUR, JPY, BRL) |
fx_convertConvert an amount from one currency to another at current exchange rates. Sources: ECB + 84 central banks. Free for commercial use.Convert an amount from one currency to another at current exchange rates. Sources: ECB + 84 central banks. Free for commercial use.
| Parámetro | Tipo | Descripción |
|---|---|---|
| from_currency | string | Source currency code (e.g. USD, EUR, GBP). Default: USD |
| to_currency | string | Target currency code (e.g. EUR, JPY, BRL). Default: EUR |
| amount | number | Amount to convert (e.g. 100, 2500.50). Default: 1.0 |
fx_list_currenciesList all 31 available currency codes and names for foreign exchange queries. Covers USD, EUR, GBP, JPY, CNY, and more.List all 31 available currency codes and names for foreign exchange queries. Covers USD, EUR, GBP, JPY, CNY, and more.
No se publicó ningún esquema de entrada para esta herramienta.
get_gdpGet latest US GDP data from FREDGet latest US GDP data from FRED
No se publicó ningún esquema de entrada para esta herramienta.
search_scholarlySearch scholarly research works (OpenAlex, keyless) — titles, authors, year, citation countsSearch scholarly research works (OpenAlex, keyless) — titles, authors, year, citation counts
| Parámetro | Tipo | Descripción |
|---|---|---|
| query | string | Search terms (e.g. 'quantum computing') |
get_labor_seriesGet BLS labor market series (keyless) — unemployment rate default (LNS14000000)Get BLS labor market series (keyless) — unemployment rate default (LNS14000000)
| Parámetro | Tipo | Descripción |
|---|---|---|
| series_id | string | BLS series ID (default: LNS14000000 = civilian unemployment rate) |
get_air_qualityGet air quality data (OpenAQ) — PM2.5, PM10, O3, NO2 for a cityGet air quality data (OpenAQ) — PM2.5, PM10, O3, NO2 for a city
| Parámetro | Tipo | Descripción |
|---|---|---|
| location | string | City name (e.g. 'Beijing', 'Los Angeles') |
get_bea_gdpGet US GDP from BEA (NIPA accounts)Get US GDP from BEA (NIPA accounts)
No se publicó ningún esquema de entrada para esta herramienta.
get_inflationGet latest CPI/inflation data from FREDGet latest CPI/inflation data from FRED
No se publicó ningún esquema de entrada para esta herramienta.
get_ratesGet latest Fed funds rate, mortgage rates, and treasury yields from FREDGet latest Fed funds rate, mortgage rates, and treasury yields from FRED
No se publicó ningún esquema de entrada para esta herramienta.
get_employmentGet latest unemployment rate and jobless claims from FREDGet latest unemployment rate and jobless claims from FRED
No se publicó ningún esquema de entrada para esta herramienta.
get_housingGet latest housing starts and existing home sales data from FREDGet latest housing starts and existing home sales data from FRED
No se publicó ningún esquema de entrada para esta herramienta.
get_econ_summaryGet all key economic indicators (GDP, CPI, rates, employment, housing) in one call from FREDGet all key economic indicators (GDP, CPI, rates, employment, housing) in one call from FRED
No se publicó ningún esquema de entrada para esta herramienta.
get_zip_demographicsGet demographics for a ZIP code (population, income, age, housing, education) from the US Census BureauGet demographics for a ZIP code (population, income, age, housing, education) from the US Census Bureau
| Parámetro | Tipo | Descripción |
|---|---|---|
| zip_code* | string | 5-digit US ZIP code (e.g. '90210', '10001') |
get_county_demographicsGet county-level demographics data by FIPS code from the US Census BureauGet county-level demographics data by FIPS code from the US Census Bureau
| Parámetro | Tipo | Descripción |
|---|---|---|
| fips* | string | 5-digit county FIPS code (e.g. '06037' for Los Angeles County, CA) |
treasury_debtGet US federal debt to the penny — total public debt outstanding, debt held by the public, intragovernmental holdings. Source: US Treasury Fiscal Data (free, unrestricted, commercial use allowed).Get US federal debt to the penny — total public debt outstanding, debt held by the public, intragovernmental holdings. Source: US Treasury Fiscal Data (free, unrestricted, commercial use allowed).
No se publicó ningún esquema de entrada para esta herramienta.
treasury_fx_ratesGet official US Treasury reporting rates of exchange — daily official FX rates for 100+ currencies. Source: US Treasury Fiscal Data (free, unrestricted).Get official US Treasury reporting rates of exchange — daily official FX rates for 100+ currencies. Source: US Treasury Fiscal Data (free, unrestricted).
No se publicó ningún esquema de entrada para esta herramienta.
treasury_interest_ratesGet average interest rates on U.S. Treasury securities by type (monthly). Source: U.S. Treasury Fiscal Data (public domain, no key).Get average interest rates on U.S. Treasury securities by type (monthly). Source: U.S. Treasury Fiscal Data (public domain, no key).
No se publicó ningún esquema de entrada para esta herramienta.
eurostat_gdpGet Eurostat GDP (annual, million EUR, current prices) for an EU country or aggregate (DE, FR, IT, EU27_2020, EA20). Source: Eurostat dissemination API (free of charge, commercial use with attribution).Get Eurostat GDP (annual, million EUR, current prices) for an EU country or aggregate (DE, FR, IT, EU27_2020, EA20). Source: Eurostat dissemination API (free of charge, commercial use with attribution).
| Parámetro | Tipo | Descripción |
|---|---|---|
| geo | string | EU geo code (e.g. DE, FR, IT, EU27_2020, EA20). Default: DE |
eurostat_inflationGet Eurostat HICP inflation — annual rate of change (%) for an EU country (DE, FR, IT, EU27_2020, EA20). Source: Eurostat dissemination API.Get Eurostat HICP inflation — annual rate of change (%) for an EU country (DE, FR, IT, EU27_2020, EA20). Source: Eurostat dissemination API.
| Parámetro | Tipo | Descripción |
|---|---|---|
| geo | string | EU geo code (e.g. DE, FR, IT, EU27_2020, EA20). Default: DE |
eurostat_unemploymentGet Eurostat unemployment rate (%) — monthly, seasonally adjusted, age 15-74, for an EU country (DE, FR, IT, EU27_2020, EA20). Source: Eurostat dissemination API.Get Eurostat unemployment rate (%) — monthly, seasonally adjusted, age 15-74, for an EU country (DE, FR, IT, EU27_2020, EA20). Source: Eurostat dissemination API.
| Parámetro | Tipo | Descripción |
|---|---|---|
| geo | string | EU geo code (e.g. DE, FR, IT, EU27_2020, EA20). Default: DE |
oecd_leading_indicatorsGet OECD Composite Leading Indicators (CLI, amplitude-adjusted) for an OECD country (USA, DEU, JPN, GBR, etc.). Source: OECD Data Explorer (openly reusable with attribution, no key).Get OECD Composite Leading Indicators (CLI, amplitude-adjusted) for an OECD country (USA, DEU, JPN, GBR, etc.). Source: OECD Data Explorer (openly reusable with attribution, no key).
| Parámetro | Tipo | Descripción |
|---|---|---|
| country | string | OECD country code (e.g. USA, DEU, JPN, GBR). Default: USA |
nws_forecastGet official NWS weather forecast (7-day periods: temperature, wind, short/detailed forecast) for a latitude/longitude. Source: NOAA National Weather Service (free for any purpose).Get official NWS weather forecast (7-day periods: temperature, wind, short/detailed forecast) for a latitude/longitude. Source: NOAA National Weather Service (free for any purpose).
| Parámetro | Tipo | Descripción |
|---|---|---|
| lat* | number | Latitude (e.g. 39.7456) |
| lon* | number | Longitude (e.g. -97.0892) |
nws_alertsGet active NWS weather alerts (watches, warnings, advisories) for a US state (e.g. FL, CA, TX). Source: NOAA National Weather Service (free for any purpose).Get active NWS weather alerts (watches, warnings, advisories) for a US state (e.g. FL, CA, TX). Source: NOAA National Weather Service (free for any purpose).
| Parámetro | Tipo | Descripción |
|---|---|---|
| state* | string | Two-letter US state code (e.g. FL, CA, TX) |
fda_drug_labelsSearch FDA drug labels by brand/generic name or ingredient. Source: openFDA (public-domain US FDA data). Disclaimer: not validated for clinical/production use.Search FDA drug labels by brand/generic name or ingredient. Source: openFDA (public-domain US FDA data). Disclaimer: not validated for clinical/production use.
| Parámetro | Tipo | Descripción |
|---|---|---|
| query* | string | Search query (e.g. aspirin, brand name, ingredient) |
| limit | number | Max results (1-20, default 5) |
fda_recallsGet recent FDA drug enforcement recalls (product, reason, classification, status, company). Source: openFDA (public-domain US FDA data).Get recent FDA drug enforcement recalls (product, reason, classification, status, company). Source: openFDA (public-domain US FDA data).
| Parámetro | Tipo | Descripción |
|---|---|---|
| limit | number | Max results (1-20, default 5) |
health_drug_lookupLook up an FDA drug label by NDC or brand/generic name — active ingredients, purpose, indications, warnings, dosage, manufacturer. Source: openFDA (U.S. FDA), public data. Attribution: Data provided by the U.S. Food and Drug Administration (openFDA).Look up an FDA drug label by NDC or brand/generic name — active ingredients, purpose, indications, warnings, dosage, manufacturer. Source: openFDA (U.S. FDA), public data. Attribution: Data provided by the U.S. Food and Drug Administration (openFDA).
| Parámetro | Tipo | Descripción |
|---|---|---|
| identifier* | string | NDC code (e.g. '0113-0611') or brand/generic name (e.g. 'Aspirin', 'Ibuprofen') |
| type | string | Interpretation override: auto (default — NDC if numeric, else name), ndc, name |
health_drug_ndcLook up an FDA drug label by National Drug Code (NDC) — active ingredients, purpose, indications, warnings, manufacturer. Source: openFDA (U.S. FDA), public data.Look up an FDA drug label by National Drug Code (NDC) — active ingredients, purpose, indications, warnings, manufacturer. Source: openFDA (U.S. FDA), public data.
| Parámetro | Tipo | Descripción |
|---|---|---|
| ndc* | string | NDC code, with or without dashes (e.g. '0113-0611' or '01130611') |
health_drug_searchSearch FDA drug labels by brand name, generic name, or active ingredient — returns brand, generic, manufacturer, purpose, and indications. Source: openFDA (U.S. FDA), public data.Search FDA drug labels by brand name, generic name, or active ingredient — returns brand, generic, manufacturer, purpose, and indications. Source: openFDA (U.S. FDA), public data.
| Parámetro | Tipo | Descripción |
|---|---|---|
| q* | string | Search query (e.g. 'aspirin', 'metformin', 'insulin glargine') |
| limit | number | Max results (1-20, default 5) |
health_adverse_eventsFAERS adverse event reports for a drug by brand/generic name — report id, seriousness, reactions, outcomes. Source: openFDA (U.S. FDA) FAERS, public data.FAERS adverse event reports for a drug by brand/generic name — report id, seriousness, reactions, outcomes. Source: openFDA (U.S. FDA) FAERS, public data.
| Parámetro | Tipo | Descripción |
|---|---|---|
| drug* | string | Drug brand or generic name (e.g. 'Aspirin', 'atorvastatin') |
| limit | number | Max results (1-20, default 5) |
health_adverse_events_by_ndcFAERS adverse event reports for a drug by NDC code — report id, seriousness, reactions, outcomes. Source: openFDA (U.S. FDA) FAERS, public data.FAERS adverse event reports for a drug by NDC code — report id, seriousness, reactions, outcomes. Source: openFDA (U.S. FDA) FAERS, public data.
| Parámetro | Tipo | Descripción |
|---|---|---|
| ndc* | string | NDC code (e.g. '0113-0611') |
| limit | number | Max results (1-20, default 5) |
health_recallsFDA enforcement recalls (drugs, devices, food) — search by product keyword, or most recent when no query. Returns product, reason, classification, status, company. Source: openFDA (U.S. FDA), public data.FDA enforcement recalls (drugs, devices, food) — search by product keyword, or most recent when no query. Returns product, reason, classification, status, company. Source: openFDA (U.S. FDA), public data.
| Parámetro | Tipo | Descripción |
|---|---|---|
| product | string | Product description or keyword (e.g. 'aspirin', 'syringe', 'peanut butter') |
| limit | number | Max results (1-20, default 5) |
health_recalls_by_companyFDA enforcement recalls for a specific recalling firm/company — product, reason, classification, status. Source: openFDA (U.S. FDA), public data.FDA enforcement recalls for a specific recalling firm/company — product, reason, classification, status. Source: openFDA (U.S. FDA), public data.
| Parámetro | Tipo | Descripción |
|---|---|---|
| company* | string | Recalling firm name (e.g. 'McNeil Consumer Healthcare', 'Baxter') |
| limit | number | Max results (1-20, default 5) |
health_device_510kLook up an FDA 510(k) premarket device clearance by K number — device name, applicant, decision, decision date, product code. Source: openFDA (U.S. FDA), public data.Look up an FDA 510(k) premarket device clearance by K number — device name, applicant, decision, decision date, product code. Source: openFDA (U.S. FDA), public data.
| Parámetro | Tipo | Descripción |
|---|---|---|
| k_number* | string | 510(k) number (e.g. 'K123456') |
health_summaryHealth data API overview — endpoint list, most recent FDA recall, and live sample counts (aspirin adverse events + labels). Source: openFDA (U.S. FDA), public data.Health data API overview — endpoint list, most recent FDA recall, and live sample counts (aspirin adverse events + labels). Source: openFDA (U.S. FDA), public data.
No se publicó ningún esquema de entrada para esta herramienta.
datausa_populationGet US population by geography (Nation/State/County/Place) from Data USA API (curated Census ACS data). No key required.Get US population by geography (Nation/State/County/Place) from Data USA API (curated Census ACS data). No key required.
| Parámetro | Tipo | Descripción |
|---|---|---|
| level | string | Geography level: Nation, State, County, Place. Default: State |
| limit | number | Max results (1-100, default 50) |
datausa_incomeGet US median household income by geography (Nation/State/County/Place) from Data USA API (curated Census ACS data). No key required.Get US median household income by geography (Nation/State/County/Place) from Data USA API (curated Census ACS data). No key required.
| Parámetro | Tipo | Descripción |
|---|---|---|
| level | string | Geography level: Nation, State, County, Place. Default: State |
| limit | number | Max results (1-100, default 50) |
usgs_earthquakesGet recent earthquakes worldwide with magnitude, location, depth, and tsunami flag. Source: USGS FDSN Event Web Service (public-domain, unlimited, no key).Get recent earthquakes worldwide with magnitude, location, depth, and tsunami flag. Source: USGS FDSN Event Web Service (public-domain, unlimited, no key).
| Parámetro | Tipo | Descripción |
|---|---|---|
| minmagnitude | number | Minimum magnitude (default 0) |
| days | number | Look back days (1-30, default 7) |
| limit | number | Max results (1-100, default 20) |
usaspending_budgetGet total US federal budgetary resources (spending authority) by fiscal year and period. Source: USAspending.gov API (US government open data, no key).Get total US federal budgetary resources (spending authority) by fiscal year and period. Source: USAspending.gov API (US government open data, no key).
No se publicó ningún esquema de entrada para esta herramienta.
usaspending_awardsSearch US federal contract/grant awards by keyword — award ID, recipient, amount, awarding agency. Source: USAspending.gov API (no key).Search US federal contract/grant awards by keyword — award ID, recipient, amount, awarding agency. Source: USAspending.gov API (no key).
| Parámetro | Tipo | Descripción |
|---|---|---|
| keyword* | string | Keyword to search awards (e.g. cybersecurity, road construction) |
| limit | number | Max results (1-25, default 5) |
imf_indicatorGet IMF World Economic Outlook indicator for a country — GDP growth, inflation, unemployment, debt, etc. Source: IMF DataMapper API (free to use/redistribute with attribution, no key).Get IMF World Economic Outlook indicator for a country — GDP growth, inflation, unemployment, debt, etc. Source: IMF DataMapper API (free to use/redistribute with attribution, no key).
| Parámetro | Tipo | Descripción |
|---|---|---|
| indicator* | string | Indicator code: NGDP_RPCH (GDP growth), PCPIPCH (inflation), LUR (unemployment), NGDPD (GDP current), GGXWDG_NGDP (govt debt % GDP), NGDPDPC (GDP per capita),… |
| country | string | ISO country code (e.g. USA, GBR, CHN, JPN, DEU). Default: USA |
edgar_fulltext_searchFull-text search across ALL SEC EDGAR filings (EFTS) — find filings mentioning a keyword/phrase across companies. Extends the existing per-company SEC integration with cross-company filing search. Source: SEC EDGAR full-text search (public-domain, no key).Full-text search across ALL SEC EDGAR filings (EFTS) — find filings mentioning a keyword/phrase across companies. Extends the existing per-company SEC integration with cross-company filing search. Source: SEC EDGAR full-text search (public-domain, no key).
| Parámetro | Tipo | Descripción |
|---|---|---|
| q* | string | Full-text search query (e.g. 'artificial intelligence', 'quantum computing') |
| limit | number | Max results (1-50, default 10) |
nonprofit_990_lookupGet IRS Form 990 financial data for a US nonprofit by EIN — revenue, expenses, assets, liabilities, officer compensation, contributions, and program revenue from the latest 990/990-EZ/990-PF filing, plus 5-year filing history. Source: ProPublica Nonprofit Explorer (public-domain IRS 990 XML).Get IRS Form 990 financial data for a US nonprofit by EIN — revenue, expenses, assets, liabilities, officer compensation, contributions, and program revenue from the latest 990/990-EZ/990-PF filing, plus 5-year filing history. Source: ProPublica Nonprofit Explorer (public-domain IRS 990 XML).
| Parámetro | Tipo | Descripción |
|---|---|---|
| ein* | string | Employer Identification Number — 9 digits, with or without dash (e.g. '530196605' or '53-0196605'). Look up any nonprofit via the IRS Tax Exempt Organization S… |
us_debt_currentGet the current U.S. national debt: total outstanding, held by the public, and intragovernmental holdings, plus a 30-day trend. Source: U.S. Treasury Fiscal Data (public domain, no key, updated daily).Get the current U.S. national debt: total outstanding, held by the public, and intragovernmental holdings, plus a 30-day trend. Source: U.S. Treasury Fiscal Data (public domain, no key, updated daily).
No se publicó ningún esquema de entrada para esta herramienta.
us_debt_historyGet the daily U.S. debt series (penny-level) over a date range. Source: U.S. Treasury Fiscal Data (public domain, no key).Get the daily U.S. debt series (penny-level) over a date range. Source: U.S. Treasury Fiscal Data (public domain, no key).
| Parámetro | Tipo | Descripción |
|---|---|---|
| from | string | Start date YYYY-MM-DD (optional) |
| to | string | End date YYYY-MM-DD (optional) |
treasury_monthly_statementGet the latest Monthly Treasury Statement: receipts, outlays, and surplus/deficit, plus top agencies by outlays. Source: U.S. Treasury Fiscal Data (public domain, no key).Get the latest Monthly Treasury Statement: receipts, outlays, and surplus/deficit, plus top agencies by outlays. Source: U.S. Treasury Fiscal Data (public domain, no key).
No se publicó ningún esquema de entrada para esta herramienta.
treasury_auctionsGet recent completed Treasury auction results (yield, bid-to-cover, CUSIP, maturity). Source: U.S. Treasury Fiscal Data (public domain, no key).Get recent completed Treasury auction results (yield, bid-to-cover, CUSIP, maturity). Source: U.S. Treasury Fiscal Data (public domain, no key).
| Parámetro | Tipo | Descripción |
|---|---|---|
| limit | integer | Number of recent auctions to return (default 10, max 50) |
fx_official_ratesGet official U.S. Treasury exchange rates (units of foreign currency per USD). Complements the ECB-based fx_get_rates. Source: Treasury Reporting Rates of Exchange (public domain, no key, monthly).Get official U.S. Treasury exchange rates (units of foreign currency per USD). Complements the ECB-based fx_get_rates. Source: Treasury Reporting Rates of Exchange (public domain, no key, monthly).
| Parámetro | Tipo | Descripción |
|---|---|---|
| currency | string | ISO code (EUR, GBP, JPY, CHF...) or currency name (Euro, Pound, Yen). Default: EUR |
treasury_gold_reserveGet U.S. gold reserve holdings: fine troy ounces and book value by location. Source: U.S. Treasury Fiscal Data (public domain, no key, monthly).Get U.S. gold reserve holdings: fine troy ounces and book value by location. Source: U.S. Treasury Fiscal Data (public domain, no key, monthly).
No se publicó ningún esquema de entrada para esta herramienta.
treasury_summaryGet a headline U.S. Treasury dashboard: national debt, interest rates, monthly statement, gold reserve, EUR rate. Source: U.S. Treasury Fiscal Data (public domain, no key).Get a headline U.S. Treasury dashboard: national debt, interest rates, monthly statement, gold reserve, EUR rate. Source: U.S. Treasury Fiscal Data (public domain, no key).
No se publicó ningún esquema de entrada para esta herramienta.
uk_company_profileGet a UK company profile: status, type, incorporation date, registered address, SIC codes. Source: Companies House (UK), OGL v3.0. Best for KYB, due diligence, UK entity lookups.Get a UK company profile: status, type, incorporation date, registered address, SIC codes. Source: Companies House (UK), OGL v3.0. Best for KYB, due diligence, UK entity lookups.
| Parámetro | Tipo | Descripción |
|---|---|---|
| number* | string | UK company number (e.g. 00002078 for BBC, or 09999999) |
uk_company_officersGet UK company directors and officers with appointment dates. Source: Companies House (UK), OGL v3.0. Best for KYB director checks.Get UK company directors and officers with appointment dates. Source: Companies House (UK), OGL v3.0. Best for KYB director checks.
| Parámetro | Tipo | Descripción |
|---|---|---|
| number* | string | UK company number (e.g. 00002078) |
uk_company_ownershipGet Persons with Significant Control (beneficial owners) for a UK company — % control, natures of control. Source: Companies House (UK). Best for KYB/UBO checks.Get Persons with Significant Control (beneficial owners) for a UK company — % control, natures of control. Source: Companies House (UK). Best for KYB/UBO checks.
| Parámetro | Tipo | Descripción |
|---|---|---|
| number* | string | UK company number (e.g. 00002078) |
uk_company_chargesGet registered charges (mortgages/debentures) for a UK company. Source: Companies House (UK). Best for credit risk assessment.Get registered charges (mortgages/debentures) for a UK company. Source: Companies House (UK). Best for credit risk assessment.
| Parámetro | Tipo | Descripción |
|---|---|---|
| number* | string | UK company number (e.g. 00002078) |
uk_company_filingsGet UK company filing history (most recent first) — accounts, confirmation statements, insolvency events. Source: Companies House (UK).Get UK company filing history (most recent first) — accounts, confirmation statements, insolvency events. Source: Companies House (UK).
| Parámetro | Tipo | Descripción |
|---|---|---|
| number* | string | UK company number (e.g. 00002078) |
| limit | integer | Max filings to return (default 10) |
uk_company_searchSearch UK companies by name or number — returns number, status, type, creation date, address. Source: Companies House (UK), OGL v3.0.Search UK companies by name or number — returns number, status, type, creation date, address. Source: Companies House (UK), OGL v3.0.
| Parámetro | Tipo | Descripción |
|---|---|---|
| q* | string | Company name or number search term (e.g. 'BBC' or '00002078') |
| limit | integer | Max results (default 10) |
uk_officer_searchSearch UK company officers (directors) by name. Source: Companies House (UK). Best for director background checks.Search UK company officers (directors) by name. Source: Companies House (UK). Best for director background checks.
| Parámetro | Tipo | Descripción |
|---|---|---|
| q* | string | Officer name search term (e.g. 'John Smith') |
| limit | integer | Max results (default 10) |
uk_company_healthGet a derived 'company health' grade (A-E) for a UK company from status, charges, and filing signals. Differentiator vs raw register. Heuristic, not financial advice.Get a derived 'company health' grade (A-E) for a UK company from status, charges, and filing signals. Differentiator vs raw register. Heuristic, not financial advice.
| Parámetro | Tipo | Descripción |
|---|---|---|
| number* | string | UK company number (e.g. 00002078) |
75 de 75 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
75 MCP tools: SEC financials, FRED economics, IRS 990, FDA, FX, UK Companies House.
+ 35 más observadas en esta entrada.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.