Skip to content
Back to search
100
MCP live v1.0.0 MCP 2026-07-28 streamable-http

InfraPulse

ai.infrapulse/infrapulse

AI agent infrastructure for discovery, authorization, execution, identity, and signed receipts.

Uptime
50.0%
2 probes
Response
1514ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

discover

Discover InfraPulse production capabilities and the universal execution contract without changing account state.

connect

Create, inspect, or explicitly approve a private OAuth-bound InfraPulse connection. OAuth proves owner identity; requested InfraPulse operational scopes remain server-side and privileged scopes stay p…

quote

Get a deterministic price quote before authorization or execution. This does not reserve credits or run provider work.

authorize

Create an idempotent prepaid authorization for a quoted operation. This may reserve private account credits but does not execute provider work.

execute

Execute authorized provider work through InfraPulse. Requires a stable request_id and canonical authorization_id; may consume prepaid credits and change an external provider system.

verify_receipt

Verify an InfraPulse signed receipt by receipt_id or receipt object without changing account or provider state.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "infrapulse": {
      "url": "https://infrapulse.ai/mcp/core",
      "transport": "streamable-http"
    }
  }
}