← vaheroesph.com

INDIVIDUAL MCP TOOL

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.

vaheroesph.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://vaheroesph.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_site_information and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

vaheroesph.com

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.

Related tools

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