Company answers, cited.
75 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-research Then 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_filings Full-text search across all SEC filings edgar_company_filings List filings for a specific company by ticker or CIK edgar_company_facts All XBRL facts for a company edgar_company_concept Single XBRL concept time series edgar_ticker_to_cik Convert ticker symbol to CIK number edgar_filing_documents List the documents inside a single filing edgar_filing_text Fetch the text of a specific filing document edgar_insider_transactions Form 3/4/5 insider buying and selling, by reporting owner and role edgar_institutional_holdings 13F institutional holder positions in a company edgar_fund_holdings Fund-level portfolio holdings from N-PORT filings edgar_product_revenue Segment/product revenue breakdown, where disclosed edgar_companies_by_sic Companies filed under a given SIC industry code edgar_xbrl_frames One XBRL concept across every filer for a period filer_to_sponsors H-1B sponsors that share a filer's corporate family sponsor_to_filer The SEC filer behind a named H-1B sponsor SEC XBRL 8 tools
get_company_financials Revenue, net income, assets and liabilities in one call, by ticker or CIK get_company_concept A single financial concept's time series sec_xbrl_get_company_facts Every XBRL fact a company has reported sec_xbrl_search_filings Search filings by form type and date range get_capital_markets_filings S-1, S-3 and other capital-raise filings get_dilution_profile Share count and dilution trend over time get_liquidity_runway Cash burn rate and estimated runway, computed from filings get_rnd_burn_profile R&D spend as a share of revenue over time USPTO Patents 4 tools
patents_search_patents Search by applicant, inventor, title or date; pass granted_after for grants only get_patent Full detail for a single patent or application number get_patent_assignments Ownership transfer history for a patent search_inventors Patents by a named inventor USAspending 7 tools
usa_award_search Search federal awards by keyword, agency or recipient usa_recipient_profile Award history for a named recipient over a date range usa_incumbent_profile Who currently holds a given contract, and its award history usa_expiring_awards Awards expiring in a given window, by agency or NAICS usa_spending_by_agency Federal spending totals broken down by agency usa_spending_by_category Spending breakdown by NAICS, PSC, or other category usa_spending_trends Spending trends over time by agency or category DOL H-1B 3 tools
h1b_employer_sponsorship Does an employer sponsor H-1B visas, and at what pay h1b_salary Salary distribution by job title and location h1b_top_sponsors Top sponsoring employers by industry or location GLEIF 7 tools
search_lei Find a Legal Entity Identifier by company name get_lei Full LEI record detail get_lei_relationships Parent/subsidiary relationships for an LEI lei_hierarchy_tree Full corporate hierarchy under an LEI isin_to_lei Resolve a securities ISIN to its issuer's LEI lei_to_isins Securities issued under a given LEI bic_to_lei Resolve a bank identifier code to its LEI Common 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.