InfraPulse
ai.infrapulse/infrapulseAI agent infrastructure for discovery, authorization, execution, identity, and signed receipts.
Tools · 6
Discover InfraPulse production capabilities and the universal execution contract without changing account state.
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…
Get a deterministic price quote before authorization or execution. This does not reserve credits or run provider work.
Create an idempotent prepaid authorization for a quoted operation. This may reserve private account credits but does not execute provider work.
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 an InfraPulse signed receipt by receipt_id or receipt object without changing account or provider state.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"infrapulse": {
"url": "https://infrapulse.ai/mcp/core",
"transport": "streamable-http"
}
}
}