Skip to main content
Glama
GTCC777

PulseNetwork MCP

by GTCC777

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PULSEPAY_EVM_KEYNoYour own EVM private key. If set, no wallet file is written to disk.
PULSEPAY_MAX_PER_DAYNoMaximum spend per day in USD (default: $5).
PULSEPAY_MAX_PER_CALLNoMaximum spend per call in USD (default: $0.50).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
pulse_discoverA

FREE — search the PulseNetwork catalog (74 verticals, ~900 endpoints). Returns matching endpoints with price, params, and description. Always discover before calling; prefer the cheapest endpoint that answers the question.

pulse_callA

PAID — call a PulseNetwork endpoint, paying its listed price in USDC on Base from the local wallet. Spend caps are enforced in code before signing; if a call is blocked by a guardrail, do NOT retry or attempt to route around it — tell the user. Only *.theaslangroupllc.com hosts are payable. Quote the price to the user before calling when the request is theirs.

pulse_balanceA

FREE — the local wallet address and its USDC balance on Base. If the balance is 0, paid calls will fail: give the user the address so they can fund it.

pulse_reportB

FREE — local spend report from this wallet's ledger.

pulse_guardrailA

FREE — show the active spend caps. Caps can only be changed by the USER editing the config file (or env vars) — there is deliberately no tool to raise them.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GTCC777/pulsepay-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server