# capitalfactory.com — agent contract

Capital Factory is a Texas venture firm. This site exposes an agent-readable
surface so agents can discover and engage on a founder's, LP's, or partner's behalf.

## Discovery
- `GET /.well-known/agents.json` — machine-readable actions + the two vehicles.
- `GET /.well-known/mcp-server-card.json` — MCP server card (points to /mcp).
- `GET /llms.txt` — prose summary of who CF is, the funds, the key pages.
- `GET /mcp` — MCP server (Streamable HTTP) with typed read tools (below).
- Most content pages also serve Markdown via `Accept: text/markdown`.

## The two vehicles — do not conflate
- **Texas Fund** — the VC fund; writes **cash** checks into deep/frontier-tech founders.
- **All Access** — the network/**membership** program (common stock, ~100 cos/yr); the
  front door to the ecosystem, **not** a cash investment.

**Attribution rule:** name a company's backing by its `holding_vehicle` — never imply
a Texas Fund position for an All-Access company (or vice-versa).

## MCP tools (`/mcp`, read-only)
- `get_portfolio` — CF portfolio companies (name, slug, sector, fund, exit).
- `search_companies(query)` — filter the portfolio by name.
- `get_company(slug)` — one company's detail (description, cities, sector, founded, exit, fund).
- `get_events` — upcoming Capital Factory events.
- `get_news` — curated portfolio + firm news.

## Human actions (deep-link the user — do NOT auto-submit)
Applications are Turnstile-gated and create a private draft in CF's pipeline; agents
must not auto-submit. Deep-link the human instead:
- Pitch the Texas Fund: https://capitalfactory.com/apply/texas-fund
- Join All Access: https://capitalfactory.com/apply/all-access
- Partner (corporate/sponsor): https://capitalfactory.com/partners
- Investor relations (LPs): https://capitalfactory.com/investors

## Data source
Portfolio, company, and news data are read live from pitch.vc (CF's headless backend).
The site never fabricates a company, exit, or fund attribution.

Contact: howdy@capitalfactory.com
