Company answers, cited.
85 Company Research tools behind one URL.
Frontier models: 100% correct with Pipeworx, 63% with web search
Give your agent one company name and get back what it filed, what it patented, who it sells to in government, and who it's hiring — each answer tied to the filing, patent number or award ID it came from.
Included Packs
Filings by form type, full-text search, insider Form 4 transactions, institutional and fund holdings. (free, no key)
Fundamentals parsed from the filings themselves — revenue, net income, R&D burn, dilution, liquidity runway. (free, no key)
Patent grants and applications by applicant or inventor, with the record type stated and grant-date filtering. (platform key configured — works out of the box)
Federal contract awards by recipient, agency spending, incumbent profiles and multi-year trends. (free, no key)
Visa sponsorship, filing counts and pay by employer, from Labor Condition Application disclosures. (free, no key)
Legal Entity Identifier lookup, for matching a company across borders and registries. (free, no key)
Setup
Choose one of these options:
Open claude.ai/customize/connectors, click Add custom connector, name it Pipeworx Company Research and paste this URL. Leave the OAuth client ID and secret blank — the connector registers itself.
https://gateway.pipeworx.io/mcp?vertical=company-researchThen click Connect and sign in with GitHub. That step is free and takes you from 50 calls a day to 200 — same connection either way, and you can skip it and sign in later. In a new chat, open the tools menu and enable the connector.
Custom connectors need a paid Claude plan — that is an Anthropic gate, not a Pipeworx one.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"pipeworx-company-research": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/mcp?vertical=company-research",
"--header",
"Authorization:Bearer YOUR_API_KEY"
]
}
}
}Paste this into Claude to use for one conversation:
Use this MCP server for this conversation:
npx -y mcp-remote "https://gateway.pipeworx.io/mcp?vertical=company-research" --header "Authorization:Bearer YOUR_API_KEY"
Then tell me what patents Palantir has been granted since 2020.EDGAR, XBRL, USAspending, H-1B disclosures and GLEIF are all free and open. USPTO patent search runs on a platform key already configured on this connection — nothing to register.
All Tools
SEC EDGAR 15 tools
edgar_search_filingsFull-text search across all SEC filingsedgar_company_filingsList filings for a specific company by ticker or CIKedgar_company_factsAll XBRL facts for a companyedgar_company_conceptSingle XBRL concept time seriesedgar_ticker_to_cikConvert ticker symbol to CIK numberedgar_filing_documentsList the documents inside a single filingedgar_filing_textFetch the text of a specific filing documentedgar_insider_transactionsForm 3/4/5 insider buying and selling, by reporting owner and roleedgar_institutional_holdings13F institutional holder positions in a companyedgar_fund_holdingsFund-level portfolio holdings from N-PORT filingsedgar_product_revenueSegment/product revenue breakdown, where disclosededgar_companies_by_sicCompanies filed under a given SIC industry codeedgar_xbrl_framesOne XBRL concept across every filer for a periodfiler_to_sponsorsH-1B sponsors that share a filer's corporate familysponsor_to_filerThe SEC filer behind a named H-1B sponsorSEC XBRL 8 tools
get_company_financialsRevenue, net income, assets and liabilities in one call, by ticker or CIKget_company_conceptA single financial concept's time seriessec_xbrl_get_company_factsEvery XBRL fact a company has reportedsec_xbrl_search_filingsSearch filings by form type and date rangeget_capital_markets_filingsS-1, S-3 and other capital-raise filingsget_dilution_profileShare count and dilution trend over timeget_liquidity_runwayCash burn rate and estimated runway, computed from filingsget_rnd_burn_profileR&D spend as a share of revenue over timeUSPTO Patents 4 tools
patents_search_patentsSearch by applicant, inventor, title or date; pass granted_after for grants onlyget_patentFull detail for a single patent or application numberget_patent_assignmentsOwnership transfer history for a patentsearch_inventorsPatents by a named inventorUSAspending 7 tools
usa_award_searchSearch federal awards by keyword, agency or recipientusa_recipient_profileAward history for a named recipient over a date rangeusa_incumbent_profileWho currently holds a given contract, and its award historyusa_expiring_awardsAwards expiring in a given window, by agency or NAICSusa_spending_by_agencyFederal spending totals broken down by agencyusa_spending_by_categorySpending breakdown by NAICS, PSC, or other categoryusa_spending_trendsSpending trends over time by agency or categoryDOL H-1B 3 tools
h1b_employer_sponsorshipDoes an employer sponsor H-1B visas, and at what payh1b_salarySalary distribution by job title and locationh1b_top_sponsorsTop sponsoring employers by industry or locationGLEIF 7 tools
search_leiFind a Legal Entity Identifier by company nameget_leiFull LEI record detailget_lei_relationshipsParent/subsidiary relationships for an LEIlei_hierarchy_treeFull corporate hierarchy under an LEIisin_to_leiResolve a securities ISIN to its issuer's LEIlei_to_isinsSecurities issued under a given LEIbic_to_leiResolve a bank identifier code to its LEICommon questions
What data sources are included in Company Research?
SEC EDGAR (filings, insider transactions, institutional and fund holdings), SEC XBRL fundamentals (revenue, net income, R&D burn, dilution), USPTO patents (grants and applications by applicant, with grant-date filtering), USAspending (federal contract awards by recipient), DOL H-1B disclosures (visa sponsorship and pay by employer), and GLEIF (Legal Entity Identifiers). Covers a public company from one name in.
Can I get filings, patents, contracts and hiring for one company in a single call?
Yes — entity_profile takes a company name, ticker or CIK and fans out across EDGAR, XBRL, patents, USAspending, GLEIF and H-1B in parallel, returning whichever legs answer inside the deadline and naming any that did not (sources_failed). Private companies (no ticker or CIK) get an explicit note rather than a bare empty result.
Do patent results distinguish grants from applications?
Yes. search_patents defaults to both applications and grants and says so in record_type; pass granted_after to get grants specifically, with every returned row carrying a real grant_date. This was a known defect (fleet #1216, fixed 2026-09-03) — the tool used to silently narrow to a recent window and hand back applications when grants were asked.
What is not covered yet?
Executive officers. No tool currently answers "who are the officers of X" inside the fan-out deadline the gateway enforces on a single question — it is a timeout, not a data gap, and it is not shipped as an example question here until that is fixed.