# airdroppulse

AirdropPulse: Machine-readable airdrop/points-campaign and concentrated-liquidity (LP) analytics, sold per-call via x402 micropayments (USDC on Base plus additional networks) — no API keys, agents pay programmatica Coverage: Global Endpoints: • pool-ev ($0.15): Points-per-$1k-TVL-per-day ranking of every eligible GigaDex pool • campaign-status ($0.05): GigaDex points campaign clock, emission math, hypothetical value-per-point scenarios • position-audit ($0.10): Points earned, share, in-range status and projection for a position or account • entry-guide ($0.10): How to participate: contracts, eligible pools, mechanics, GIGA Protect + fake-token warnings • range-model ($0.25): Realized-vol range scenario table for a GigaDex pool • il-forecast ($0.15): Impermanent-loss vs fees scenario table across price moves for a pool + range • position-health ($0.05): In-range status, % through band, edge distances, pending fees — the cheap monitoring poll • rebalance-check ($0.10): Current range vs recentered range, side-by-side scenario comparison • launch-check ($0.05): Launch provenance verdict for a LONG.xyz / Doppler token on Robinhood Chain • launch-feed ($0.10): Live new-launches feed for LONG.xyz / Doppler launchpads on Robinhood Chain • stock-backing ($0.15): Stock-backing analytics for LONG.xyz / Doppler tokens on Robinhood Chain • campaigns ($0.10): Curated registry of verifiably live airdrop/points campaigns across chains

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

## Facts

- Tool: `airdroppulse`
- 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: Financial (Critical 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: Approval-gated

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `lang` | string | no | Response language code (en \| es \| fr \| de \| zh \| hi \| ar \| pt \| ja \| ko \| etc.) |
| `pool` | string | no | GigaDex pool address 0x… (required — discover pools via /api/points/pool-ev or /api/points/entry-guide) |
| `chain` | string | no | eip155 chain id. Default 4663 (GigaDex on Robinhood Chain, richest data). Supported: 1, 10, 56, 137, 143, 480, 999, 4663, 8453, 42161, 43114. |
| `limit` | string | no | number of most-recent launches to return (default: 20, max: 50) |
| `token` | string | no | ERC-20 token address 0x… on Robinhood Chain (required) |
| `action` | string | yes | Which endpoint to call. Options: pool-ev \| campaign-status \| position-audit \| entry-guide \| range-model \| il-forecast \| position-health \| rebalance-check \| laun |
| `account` | string | no | Account address 0x… — audits every position held by the account (either this or token_id is required) |
| `fdv_usd` | string | no | Optional additional fully-diluted-valuation scenario in USD to add to the illustrative table |
| `manager` | string | no | NonfungiblePositionManager address override for uncataloged v3 forks (optional; generic chains only). |
| `category` | string | no | Filter by campaign category (default: all) |
| `token_id` | string | no | GigaDex position NFT token id (either this or account is required) |
| `lower_pct` | string | no | Lower range bound as % below current price, e.g. 15 = price × 0.85 (default: 15, clamped 0.5-95) |

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": "airdroppulse",
    "arguments": {
      "action": "<action>"
    }
  }
}
```

## Why airdroppulse is rated Critical

Each tool invocation triggers a real USDC micropayment on Base blockchain.

From the tool's own definition: "agents pay per query via x402 USDC on Base, micropayments"

Risk signals: Handles credentials or secrets (token) · High parameter count (18 properties) · Bulk/mass operation — affects multiple targets

## Use case

AI agents use airdroppulse to commit financial operations through Pulsenetwork, usually the final step of a payment, billing, or trading workflow. A call moves real money.

## Recommended policy (PolicyLayer)

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

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "airdroppulse": {
      "deny_if": [
        {
          "conditions": [],
          "on_deny": "Requires human approval."
        }
      ]
    }
  }
}
```

## 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
- `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
- `filingspulse` — Read — https://policylayer.com/tools/com-theaslangroupllc-pulse-pulsenetwork/filingspulse.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
