# Tech In Asia

Access comprehensive startup and investor data from Tech in Asia's Companies database.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add haresh/techinasia-chatgpt-app

# Browse available tools
npx -y @smithery/cli@latest tool list haresh/techinasia-chatgpt-app

# Get full schema for a tool
npx -y @smithery/cli@latest tool get haresh/techinasia-chatgpt-app company-funding-summary

# Call a tool
npx -y @smithery/cli@latest tool call haresh/techinasia-chatgpt-app company-funding-summary '{}'
```

## Direct MCP Connection

Endpoint: `https://techinasia-chatgpt-app--haresh.run.tools`

## Tools (3)

- `company-funding-summary` — Return a company's funding stages and rounds from the TIA companies index
- `company-search-cards` — Find startups by employee count, vertical (preferred for broad searches like 'AI', 'fintech'), industry (for specific c…
- `investor-search` — Find top investors based on their investment activity in specific sectors and regions. Search by investee industry, cou…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get haresh/techinasia-chatgpt-app <tool-name>
```

## Resources

- `ui://widget/company-funding.html` — Company Funding Summary widget markup
- `ui://widget/company-search-cards.html` — Company Search Cards widget markup
- `ui://widget/investor-search.html` — Investor Search widget markup
