AgentPMT

Dynamic MCP Server

Link Your Agent To Any API, Tool, or Workflow with one MCP connection

One Connection | Infinite Possibilities

No groups to display.

Dynamic MCP Setup

Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.

30 Second Setup

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.

npm install -g @agentpmt/mcp-routeragentpmt-setup

Hosted Streamable HTTPS

MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.

https://api.agentpmt.com/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

100% Cloud-Based Execution

The MCP server cannot edit, read, or access anything on your computer.

All tools execute on our secure cloud infrastructure
No local file system access or permissions required
The local package is just a connector that routes requests to our hosted MCP server

Works with Any MCP-Compatible Agent

The Dynamic MCP Server connects to any AI agent that supports the Model Context Protocol. Our easy setup tool automatically configures these popular platforms:

Claude Desktop

Claude Code CLI

Cursor

VS Code

Windsurf

Zed

OpenAI Codex CLI

Google Gemini CLI

Manage Your Entire Organization

Control agent tools across your whole team from one centralized dashboard. No technical overhead, just a few clicks.

Team-Wide Tool Approval

Approve or restrict tools for your entire organization with a single click. Changes propagate instantly to all agents.

Budget Controls

Set spending limits per team or per budget. Automatic enforcement prevents overruns.

Instant Deployment

New tools become available to all agents within 30 minutes. No reinstalls, no configuration changes.

Centralized Dashboard

Team Members24
Approved Tools48
Active Budgets12

All updates propagate in real-time

Get the MCP Router on npm

Install the official package or review release notes on the npm registry page for @agentpmt/mcp-router.

View npm Package

Complete Traceability & Auditability

Every action is logged, tracked, and auditable. Perfect for compliance, debugging, and organizational oversight.

Runtime Tool Loading

Tools are fetched from the API on each tools/list request. Enable and disable tools from the dashboard and they update for all connected agents instantly.

Tool Call Logging

Every tool invocation is recorded with full parameters, timestamps, and user context.

Response Tracking

All tool responses, errors, and execution times are captured for full session reconstruction.

Persistent Sessions

Agent instances persist across restarts with full activity history always accessible.

Structured Audit Trail

Every tool execution is captured with complete context in an easy-to-navigate format

Instance ID:
0b2572d7-3645-4b33-b731-5b95cbdf3c74
Instance Metadata:
{
  "client": "claude_code",
  "platform": "linux",
  "client_info": {
    "ip_address": "69.136.156.79",
    "user_agent": "AgentPMT-MCP/1.0"
  }
}
Request Payload:
{
  "product_id": "692720cb46dac36e67d0ef2e",
  "parameters": {
    "action": "calculate",
    "expression": "integrate(x^2, x)"
  },
  "budget_id": "695090103119f650009bc8893"
}
Response Data:
{
  "success": true,
  "instance_id": "0b2572d7-3645-4b33-b731-5b95cbdf3c74",
  "response": {
    "status_code": 200,
    "data": {
      "success": true,
      "output": {
        "result": "x^3/3 + C",
        "execution_time": "0.23s"
      }
    }
  },
  "cost": "$0.06",
  "timestamp": "2026-01-03T14:32:16Z"
}

Every detail captured and organized

Structured format for quick review

From request to response

AgentPMT Dynamic MCP Features

See how we compare to standard MCP servers

FeatureStandard MCP ServerAgentPMT Dynamic MCP
Tool AccessLimited, pre-installed
Tool LoadingHardcoded in source
UpdatesRequires rebuild
ExecutionLocal process
Organization ManagementIndividual config
AuditabilityLimited or none

Control Your Agents On The Go

The AgentPMT mobile app extends your Dynamic MCP setup to your phone. Get notified the moment an agent needs a decision and respond in seconds.

Agent requests on mobile
Activity feed on mobile
Budget detail on mobile

Real-Time Notifications

Push alerts the moment an agent needs approval -- tool access, workflows, or payments.

One-Tap Approvals

Review request details and approve or deny without opening a laptop.

Secure Payments

Biometric authentication for every credit card authorization. Card data is tokenized and encrypted.

Full Activity Feed

See every tool call, response, and status update across all your budgets in real time.

Learn More & Download
Dynamic MCP Server - AgentPMT | AgentPMT