# io.github.Truebases/truebases-mcp (npm · truebases-mcp)

Find opportunities, track market activity, and discover business signals with real-time data.

- Trust score: 62/100 (medium)
- Change this week: +23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `truebases-mcp`: 62/100 (this document), [markdown](https://verifymcp.io/servers/truebases-truebases-mcp/truebases-mcp.md), [page](https://verifymcp.io/servers/truebases-truebases-mcp/truebases-mcp)

## Channel facts

- Registry: `npm`
- Package: `truebases-mcp`
- Version: `1.0.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 62 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 731 tokens (~146/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add truebases-truebases-mcp -- npx -y truebases-mcp
```

### Codex

```bash
codex mcp add truebases-truebases-mcp -- npx -y truebases-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "truebases-truebases-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "truebases-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add truebases-truebases-mcp --command npx --arg -y --arg truebases-mcp
```

### Hermes

```yaml
mcp_servers:
  truebases-truebases-mcp:
    command: "npx"
    args: ["-y", "truebases-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "truebases-truebases-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "truebases-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 62, +62)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Tool coverage: unverified → 100
- [functional] Licence: MIT

### 2026-08-01 (score 0, −15)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 15, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 39)

First indexed and scored.

## MCP tools (5)

### `search_investors` (~258 tokens)

Search for investors including VCs, angel investors, family offices, PE firms, corporate VCs, and more. Use this to find funding sources for startups.

Input parameters:

- `check_size_max` (string): Maximum check size in USD (e.g. 500000)
- `check_size_min` (string): Minimum check size in USD (e.g. 50000)
- `limit` (string): Number of results to return (default 10, max 100)
- `q` (string): Free-text search query to match against investor name or thesis (e.g. "climate tech", "fintech", "health")
- `region` (string): Geographic region to filter by (e.g. "USA", "India", "UK", "Germany", "Singapore")
- `stage` (string): Investment stage to filter by (e.g. "1. Idea or Patent", "2. Working Prototype", "3. Early Revenue", "4. Scaling")
- `type` (string): Type of investor. Options: vc (venture capital), angel (angel investors & networks), corporate-vc, family-office, pe (private equity), startup-studio, public-fund, rbf (revenue-based financing)

### `search_grants` (~102 tokens)

Search for startup grants and non-dilutive funding opportunities. Grants don't require giving up equity.

Input parameters:

- `limit` (string): Number of results to return (default 10, max 100)
- `location` (string): Filter by location (e.g. "USA", "Europe", "Global")
- `q` (string): Free-text search on grant name, organization, or description (e.g. "climate", "women founders", "AI")

### `search_programs` (~77 tokens)

Search for startup programs that offer mentorship, resources, cloud credits, and other benefits.

Input parameters:

- `limit` (string): Number of results to return (default 10, max 100)
- `q` (string): Free-text search on program name, organization, or description (e.g. "AI", "cloud credits", "Microsoft")

### `search_accelerators` (~142 tokens)

Search for startup accelerators and incubators. These programs offer mentorship, funding, and resources in exchange for equity.

Input parameters:

- `limit` (string): Number of results to return (default 10, max 100)
- `q` (string): Free-text search on name or thesis (e.g. "YC", "health", "fintech")
- `region` (string): Geographic region to filter by (e.g. "USA", "India", "Europe")
- `stage` (string): Stage filter (e.g. "1. Idea or Patent", "3. Early Revenue")
- `type` (string): Filter by accelerator or incubator

### `search_jobs` (~152 tokens)

Search for startup and tech company jobs. Find roles at fast-growing companies.

Input parameters:

- `company` (string): Filter by company name (e.g. "Google", "Stripe")
- `limit` (string): Number of results to return (default 10, max 100)
- `q` (string): Free-text search on company or role (e.g. "machine learning", "frontend")
- `remote` (string): Filter for remote jobs only
- `role` (string): Filter by role title (e.g. "Engineer", "Product Manager", "Designer")
- `source` (string): Job source: "startup" for startup jobs, "tech" for big tech company jobs. Default is startup.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/truebases-truebases-mcp/truebases-mcp#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 0
- 2026-07-31: 15
- 2026-07-30: 39
- 2026-07-28: 39
- 2026-07-27: 39

## Links

- npm package: https://www.npmjs.com/package/truebases-mcp
- Socket report: https://socket.dev/npm/package/truebases-mcp
- Changelog RSS feed: https://verifymcp.io/servers/truebases-truebases-mcp/truebases-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/truebases-truebases-mcp/truebases-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/truebases-truebases-mcp/truebases-mcp
