← Registry

Learning Resources

vaheroesph.com

MCP server for VA Heroes PH that provides tools to retrieve training paths, program information, FAQs, and organization details to assist prospective virtual assistants.

1 endpoint5 known toolsFirst detected September 17, 2026Last detected September 17, 2026

ENDPOINT 1

https://vaheroesph.com/mcp

No auth detected

MCP server metadata

Name
heros-journey-ph
Version
1.0.0
Capabilities
tools
Server instructions

Public, read-only tools exposing already-published VA Heroes PH website content: Hero Paths (career/training tracks for Filipino virtual assistants), a program overview with impact statistics, the published FAQs, and organization information with testimonials. Typical flow: get_hero_paths to list tracks, get_hero_path for one track's detail, get_program_information for a broad overview, search_faq for eligibility/application questions, get_site_information for organization facts and the application URL. No authentication is required and none of these tools accepts credentials. No applicant, user, database or private data is reachable, and no tool can create or change any data — to apply, direct the visitor to the application page URL returned by get_program_information or get_site_information. Calls are rate limited to 60 per tool per minute per client; errors are returned as plain messages prefixed with NOT_FOUND, RATE_LIMITED or INTERNAL_ERROR.

Known tools 5

get_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.

Inferred read-only
get_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.

Inferred read-only
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.

Inferred read-only
search_faq

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.

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.heros-journey-ph]
url = "https://vaheroesph.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "heros-journey-ph": {
      "type": "http",
      "url": "https://vaheroesph.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: heros-journey-ph
Remote MCP URL: https://vaheroesph.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "heros-journey-ph": {
      "url": "https://vaheroesph.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "heros-journey-ph": {
      "type": "http",
      "url": "https://vaheroesph.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "heros-journey-ph",
  "transport": "streamable-http",
  "url": "https://vaheroesph.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.