# VA Heroes PH — From Zero to Hero | Become a Virtual Assistant (remote · vaheroesph.com)

VA Heroes PH helps Filipinos become virtual assistants. Discover VA training, remote career paths, a

- Trust score: 74/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `vaheroesph.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/janoliverautomation-stack-vaheroesph-com/vaheroesph.md), [page](https://verifymcp.io/servers/janoliverautomation-stack-vaheroesph-com/vaheroesph)

## Channel facts

- Endpoint: `https://vaheroesph.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-09-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1122 tokens (~224/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**: 13/100
  - Stability observed for 4 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the VA Heroes PH — From Zero to Hero | Become a Virtual… MCP server?

VA Heroes PH — From Zero to Hero | Become a Virtual… is a hosted endpoint at https://vaheroesph.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http janoliverautomation-stack-vaheroesph-com 'https://vaheroesph.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "janoliverautomation-stack-vaheroesph-com": {
      "url": "https://vaheroesph.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "janoliverautomation-stack-vaheroesph-com": {
      "type": "http",
      "url": "https://vaheroesph.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.janoliverautomation-stack-vaheroesph-com]
url = "https://vaheroesph.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "janoliverautomation-stack-vaheroesph-com": {
      "type": "remote",
      "url": "https://vaheroesph.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add janoliverautomation-stack-vaheroesph-com --url 'https://vaheroesph.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  janoliverautomation-stack-vaheroesph-com:
    url: "https://vaheroesph.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "janoliverautomation-stack-vaheroesph-com": {
      "Transport": "http",
      "Url": "https://vaheroesph.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add janoliverautomation-stack-vaheroesph-com -t streamable-http -u 'https://vaheroesph.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "janoliverautomation-stack-vaheroesph-com": {
      "type": "http",
      "url": "https://vaheroesph.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-09-18 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-17 (score 73, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-16 (score 73)

First indexed and scored.

## MCP tools (5)

### `get_hero_paths` (~252 tokens)

List Hero Paths

Retrieve every publicly published VA Heroes PH Hero Path — the career and training tracks a Filipino virtual assistant can start with or specialise in — so an agent can help a visitor identify a suitable path. Use it when someone asks what programs, tracks, specialisations or career options VA Heroes PH offers, or to obtain a slug before calling get_hero_path. Requires no input; optional filters are 'type' ('training' for VA skill paths, 'sales' for the Loan Officer path), 'featured' (only the recommended starting path) and 'limit' (1-100). Returns { total, count, items[] } where each item has slug, name, label, tagline, description, intro, highlights, type, featured, externalUrl and canonical url. It does NOT return pricing, schedules, enrolment status, applicant records or any private data, and it cannot submit an application.

Input parameters:

- `featured` (boolean): Optional. When true, return only paths flagged as featured.
- `limit` (integer): Optional. Maximum number of paths to return (1-100). Omit to return all.
- `type` (string): Optional. Filter by path type: 'training' or 'sales'.

Output parameters:

- `count` (integer): Number of paths actually returned.
- `items` (array): The matching Hero Path records.
- `total` (integer): Number of paths matching the filters before 'limit'.

### `get_hero_path` (~179 tokens)

Get a Hero Path

Retrieve the full published detail of one VA Heroes PH Hero Path, identified by its slug (for example 'general-va'), so an agent can explain that specific track to a visitor. Use it after get_hero_paths when the user asks about one track — what it covers, who it suits, or where to read more. Requires 'slug': the exact lowercase slug of an existing path; an unknown or misspelled slug returns a NOT_FOUND error that lists the valid slugs. Returns one record with slug, name, label, tagline, description, intro, highlights, type, featured, externalUrl and canonical url. It does NOT return pricing, schedules, enrolment or applicant data, and it cannot submit an application.

Input parameters:

- `slug` (string, required): Required. Slug of an existing Hero Path, e.g. 'general-va'.

Output parameters:

- `description` (string): Short description used in listings.
- `externalUrl` (string|null): External program website, null when none exists.
- `featured` (boolean): True for the highlighted starter path.
- `highlights` (array): Key learning or role highlights.
- `intro` (string): Longer introduction shown on the path page.
- `label` (string|null): Short badge label, null when the path has none.
- `name` (string): Display name of the Hero Path.
- `slug` (string): URL slug identifying the Hero Path, e.g. 'general-va'.
- `tagline` (string): One-line summary shown on the path card.
- `type` (string): 'training' for VA training paths, 'sales' for the Loan Officer career path.
- `url` (string): Absolute canonical URL of the Hero Path page.

### `get_program_information` (~154 tokens)

Get program information

Retrieve a single structured overview of how the VA Heroes PH program works: the training Hero Paths, the separate sales (Loan Officer) path, the published community impact statistics, and the page where candidates apply. Use it when a visitor asks broadly what VA Heroes PH offers, how the training works, or how to get started, instead of asking about one specific track. Requires no input. Returns { applicationUrl, trainingPrograms[], salesPrograms[], impactStats[] }, where each program carries slug, name, tagline, description, highlights, featured and url. It does NOT expose pricing, class schedules, enrolment status, batch dates or any applicant data — programs in this project are the Hero Paths and no separate course catalogue exists.

Output parameters:

- `applicationUrl` (string): Public page where candidates submit an application.
- `impactStats` (array): Published community impact statistics.
- `salesPrograms` (array): Hero Paths of type 'sales' (the Loan Officer path).
- `trainingPrograms` (array): Hero Paths of type 'training'.

### `search_faq` (~205 tokens)

Search FAQs

Search the published VA Heroes PH FAQ entries (About VA Heroes page) so an agent can answer applicant questions with the organization's own wording. Use it for questions about who can apply, required experience, needed skills, equipment and internet, how to apply, what happens after submitting, interviews, working hours, earnings, and whether applying costs anything. Requires no input; optional 'query' is case-insensitive text matched against both question and answer (max 200 characters) and optional 'limit' caps results (1-100). Returns { total, count, items[] } with id, question and answer verbatim. It does NOT generate answers: when nothing matches, the list is empty — say so or use another tool rather than inventing an answer.

Input parameters:

- `limit` (integer): Optional. Maximum number of FAQ entries to return (1-100).
- `query` (string): Optional. Free-text search phrase (max 200 chars). Omit to return all FAQs.

Output parameters:

- `count` (integer): Number of entries actually returned.
- `items` (array): Matching published FAQ entries.
- `total` (integer): Number of FAQ entries matching the query before 'limit'.

### `get_site_information` (~149 tokens)

Get site information

Retrieve the public organization profile of VA Heroes PH — name, website URL, logo, slogan, description, area served, social profile links and the application page URL — together with the published testimonials (Hero Stories), so an agent can introduce the organization and point a visitor to the right page. Use it when a visitor asks who VA Heroes PH is, what it does, whether it is credible, where to follow it, or where to apply. Requires no input. Returns { organization, heroStories[] } with quote, display name and role per story. It does NOT return phone numbers, postal addresses, staff contacts, applicant records or any private data — only content already visible on the public website.

Output parameters:

- `heroStories` (array): Published testimonials exactly as shown on the website.
- `organization` (object): Public organization profile.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/janoliverautomation-stack-vaheroesph-com/vaheroesph#diagnostics

## Score history

- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 74
- 2026-09-17: 73
- 2026-09-16: 73

## Common questions

### What is the VA Heroes PH — From Zero to Hero | Become a Virtual… MCP server?

VA Heroes PH — From Zero to Hero | Become a Virtual… is an MCP server listed in the public MCP registry as io.github.janoliverautomation-stack/vaheroesph-com. VA Heroes PH helps Filipinos become virtual assistants. Discover VA training, remote career paths, a. This page covers its hosted endpoint (https://vaheroesph.com/mcp).

### Is the VA Heroes PH — From Zero to Hero | Become a Virtual… MCP server safe to use?

VA Heroes PH — From Zero to Hero | Become a Virtual… scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the VA Heroes PH — From Zero to Hero | Become a Virtual… MCP server expose?

VA Heroes PH — From Zero to Hero | Become a Virtual… exposes 5 tools: get_hero_paths, get_hero_path, get_program_information, search_faq, get_site_information. Their descriptions and schemas cost roughly 939 tokens of context every time the server is loaded.

### Does the VA Heroes PH — From Zero to Hero | Become a Virtual… MCP server require authentication?

No. We connected to VA Heroes PH — From Zero to Hero | Become a Virtual… without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the VA Heroes PH — From Zero to Hero | Become a Virtual… MCP server still maintained?

VA Heroes PH — From Zero to Hero | Become a Virtual… is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://vaheroesph.com/mcp
- Website: https://vaheroesph.com/
- Changelog RSS feed: https://verifymcp.io/servers/janoliverautomation-stack-vaheroesph-com/vaheroesph.xml
- Changelog JSON feed: https://verifymcp.io/servers/janoliverautomation-stack-vaheroesph-com/vaheroesph.json
- HTML version of this page: https://verifymcp.io/servers/janoliverautomation-stack-vaheroesph-com/vaheroesph
