# vetpulse

VetPulse: US veterans benefits intelligence API. AI-synthesized guidance on VA disability compensation, Aid & Attendance pension, TDIU, claim strategy, caregiver stipends, GI Bill, state benefits, VA healthcare Coverage: Global Endpoints: • disability ($0.15): Veteran disability rating analysis (US, UK, Canada, Australia, NZ, Germany) • aid-attendance ($0.15): Veteran pension / Aid & Attendance-style eligibility (US, UK, Canada, Australia, NZ, Germany) • tdiu ($0.15): TDIU / unemployability eligibility (US, UK, Canada, Australia, NZ, Germany) • claim-builder ($0.20): Veteran disability claim evidence strategy (US, UK, Canada, Australia, NZ, Germany) • caregiver ($0.10): Veteran family caregiver stipend and benefits (US, UK, Canada, Australia, NZ, Germany) • education ($0.10): Veteran education benefit comparison (US GI Bill; UK, Canada, Australia, NZ, Germany equivalents) • state-benefits ($0.10): State/regional veteran benefits (US states; UK, Canada, Australia, NZ, Germany regions) • home-loan ($0.08): Veteran home-buying assistance analysis (US VA loan; Australia DHOAS; UK Forces Help to Buy) • discounts ($0.05): Verified veteran discounts by category (US, UK, Canada, Australia, NZ, Germany) • healthcare ($0.08): Veteran healthcare priority/coverage analysis (US, UK, Canada, Australia, NZ, Germany)

Agent View of the PolicyLayer registry record for `vetpulse`. HTML page: https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/vetpulse

## Facts

- Tool: `vetpulse`
- Server: Pulsenetwork (`https://pulse.theaslangroupllc.com/api/mcp`) — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork.md
- Homepage: https://github.com/GTCC777/mcp-pulsenetwork
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server auth posture: open
- Server CORS policy: *
- Server rate-limited: no
- Parameters: 12 (1 required)
- Recommended policy verdict: Allowed

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `age` | string | no | Veteran age |
| `lang` | string | no | Response language — any language supported |
| `needs` | string | no | Care needs description (e.g. 'requires daily assistance with bathing, dressing, and medication management') |
| `state` | string | no | US state/region (helps infer country if omitted) |
| `action` | string | yes | Which endpoint to call. Options: disability \| aid-attendance \| tdiu \| claim-builder \| caregiver \| education \| state-benefits \| home-loan \| discounts \| healthcar |
| `assets` | string | no | Total net worth in USD excluding primary home and one vehicle |
| `branch` | string | no | Military branch — affects reserve component benefit calculations |
| `income` | string | no | Monthly gross income in USD (Social Security, pension, other) |
| `rating` | string | no | Current combined disability rating (e.g. '70' or '60') |
| `chapter` | string | no | GI Bill chapter of interest (e.g. '33', '30', '35', '1606') — or omit for full comparison |
| `country` | string | no | Country whose veteran disability system to assess: US, UK, Canada, Australia, New Zealand, or Germany (other countries supported on a best-effort basis). Defaul |
| `category` | string | no | Discount category. Defaults to all. |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "vetpulse",
    "arguments": {
      "action": "<action>"
    }
  }
}
```

## Why vetpulse is rated Low

VetPulse is a paid query service delivering informational analysis on veteran benefits programs. It retrieves and synthesizes data to answer eligibility questions and provide guidance, but does not create, modify, delete, or execute external operations.

From the tool's own definition: "Tool provides 'intelligence API' with 'AI-synthesized guidance' on veteran benefits eligibility and analysis."

Risk signals: High parameter count (27 properties)

## Use case

AI agents call vetpulse to retrieve information from Pulsenetwork without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Pulsenetwork:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "vetpulse": {}
  }
}
```

## Other tools on Pulsenetwork (79)

- `macropulse` — Destructive — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/macropulse.md
- `arbipulse` — Execute — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/arbipulse.md
- `buildpulse` — Execute — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/buildpulse.md
- `cryptopulse` — Execute — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/cryptopulse.md
- `gridpulse` — Execute — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/gridpulse.md
- `legalpulse` — Execute — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/legalpulse.md
- `airdroppulse` — Financial — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/airdroppulse.md
- `dealpulse` — Financial — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/dealpulse.md
- `debtpulse` — Financial — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/debtpulse.md
- `insurepulse` — Financial — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/insurepulse.md
- `mailpulse` — Financial — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/mailpulse.md
- `racingpulse` — Financial — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/racingpulse.md
- `wealthpulse` — Financial — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/wealthpulse.md
- `alphapulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/alphapulse.md
- `autopulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/autopulse.md
- `biopulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/biopulse.md
- `careerpulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/careerpulse.md
- `catalog_search` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/catalog-search.md
- `chronicapulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/chronicapulse.md
- `citepulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/citepulse.md
- `clearcarepulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/clearcarepulse.md
- `climatepulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/climatepulse.md
- `clinicalintelpulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/clinicalintelpulse.md
- `collectablespulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/collectablespulse.md
- `compliancepulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/compliancepulse.md
- `cyberpulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/cyberpulse.md
- `discover` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/discover.md
- `econsignalpulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/econsignalpulse.md
- `esgpulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/esgpulse.md
- `fieldpulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/fieldpulse.md
- …and 49 more: https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-theaslangroupllc-pulse-pulsenetwork · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-theaslangroupllc-pulse-pulsenetwork
