Server data from the Official MCP Registry
Find opportunities, track market activity, and discover business signals with real-time data.
Find opportunities, track market activity, and discover business signals with real-time data.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
3 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TRUEBASES_API_KEY
Environment variable: TRUEBASES_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-truebases-truebases-mcp": {
"env": {
"TRUEBASES_API_KEY": "your-truebases-api-key-here",
"TRUEBASES_API_URL": "your-truebases-api-url-here"
},
"args": [
"-y",
"truebases-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
An open-source Model Context Protocol (MCP) server that gives AI agents access to TrueBases data intelligence.
What is TrueBases? TrueBases is the data intelligence platform. We help teams to find opportunities, track market activity, and make better decisions using real-time data from across the internet.
Ask your AI assistant things like:
The agent calls TrueBases MCP tools under the hood and returns real data.
| Tool | Description |
|---|---|
search_investors | Search VCs, angels, family offices, PE firms, corporate VCs, startup studios |
search_grants | Find startup grants and non-dilutive funding |
search_programs | Find startup programs (cloud credits, mentorship, etc.) |
search_accelerators | Find accelerators & incubators |
search_jobs | Find startup and tech company jobs |
Request an API key at truebases.com (or email the team).
You can run the server directly via npx (recommended) or install it globally.
npx (No installation required)Claude Desktop Configuration:
Add to your claude_desktop_config.json:
{
"mcpServers": {
"truebases": {
"command": "npx",
"args": ["-y", "truebases-mcp"],
"env": {
"TRUEBASES_API_KEY": "your-api-key-here"
}
}
}
}
Cursor Configuration: Add a new MCP server in Cursor settings:
npx -y truebases-mcpTRUEBASES_API_KEY=your-api-key-herenpm install -g truebases-mcp
Claude Desktop Configuration:
{
"mcpServers": {
"truebases": {
"command": "truebases-mcp",
"env": {
"TRUEBASES_API_KEY": "your-api-key-here"
}
}
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
TRUEBASES_API_KEY | ✅ | — | Your TrueBases API key |
TRUEBASES_API_URL | ❌ | https://www.truebases.com | API base URL (for self-hosting or dev) |
# Clone
git clone https://github.com/Truebases/truebases-mcp.git
cd truebases-mcp
# Install
npm install
# Run in dev mode
TRUEBASES_API_KEY=your-key npm run dev
# Build
npm run build
# Run built version
TRUEBASES_API_KEY=your-key npm start
search_investorsSearch for investors by type, region, stage, thesis, or check size.
Parameters:
| Param | Type | Description |
|---|---|---|
type | string | vc, angel, corporate-vc, family-office, pe, startup-studio, public-fund, rbf |
region | string | e.g. "USA", "India", "Germany" |
stage | string | e.g. "1. Idea or Patent", "3. Early Revenue" |
q | string | Free-text search (e.g. "climate tech", "fintech") |
check_size_min | string | Min check size in USD |
check_size_max | string | Max check size in USD |
limit | string | Results count (default 10, max 100) |
search_grantsFind non-dilutive funding opportunities.
Parameters:
| Param | Type | Description |
|---|---|---|
location | string | e.g. "USA", "Global" |
q | string | Free-text search |
limit | string | Results count |
search_programsFind startup programs with cloud credits, mentorship, etc.
Parameters:
| Param | Type | Description |
|---|---|---|
q | string | Free-text search |
limit | string | Results count |
search_acceleratorsFind accelerator and incubator programs.
Parameters:
| Param | Type | Description |
|---|---|---|
type | string | accelerator or incubator |
region | string | Geographic region |
stage | string | Startup stage |
q | string | Free-text search |
limit | string | Results count |
search_jobsFind startup and tech company jobs.
Parameters:
| Param | Type | Description |
|---|---|---|
source | string | startup or tech |
company | string | Company name filter |
role | string | Role title filter |
remote | string | "true" for remote only |
q | string | Free-text search |
limit | string | Results count |
PRs welcome! Please open an issue first for major changes.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.