home / mcp / agentpmt mcp server
Connects AI agents to the AgentPMT ecosystem for discovering, purchasing, and orchestrating marketplace tools and workflows.
Configuration
View docs{
"mcpServers": {
"apoth3osis-ai-agentpmt-mcp-public": {
"url": "https://api.agentpmt.com/mcp"
}
}
}AgentPMT MCP Server connects your AI agents to the AgentPMT ecosystem, enabling discovery, purchasing, and orchestration of tools, workflows, and skills through a standardized MCP interface. This server lets automated agents operate with real marketplace capabilities, including tool discovery, autonomous purchasing within budgets, and workflow orchestration across tools.
You will use an MCP client to connect to the AgentPMT MCP server via the provided endpoint. Once connected, your agents can discover available tools, initiate calls (which may trigger purchases), and chain tools into automated workflows. You can set enterprise budget controls to cap spending, approve purchases, and monitor usage in real time. To get started, configure your MCP client with the server URL and appropriate credentials, then begin listing tools, calling tools, and building workflows.
Prerequisites: No server-side installation is required for clients to connect to the AgentPMT MCP endpoint. You primarily need an MCP client that supports streamable HTTP MCP connections and can load your MCP configuration.
Step 1: Create an MCP configuration file for the AgentPMT server. Use the following configuration snippet as the starting point in your MCP client configuration file.
{
"mcpServers": {
"agentpmt": {
"type": "http",
"url": "https://api.agentpmt.com/mcp",
"args": []
}
}
}Security and credentials: You authenticate to the MCP endpoint using an API key and budget key. Prepare your credentials and encode them as a Bearer token when your client requires an Authorization header. The tokens can be provided via headers or through the client’s secure credentials mechanism.
Budget and spending: AgentPMT enforces enterprise budget controls. Configure your budgets, spending limits, and approval workflows in your AgentPMT account to ensure purchases by agents stay within policy.
Use a secure method to supply credentials to your MCP client. The server expects the Authorization header with a Bearer token that encodes your API key and budget key when required by your client. Do not expose credentials in plaintext.
OAuth 2.0 is supported. The OAuth metadata endpoint is available at https://api.agentpmt.com/.well-known/oauth-protected-resource. MCP clients that support OAuth will automatically discover the authorization server and initiate the flow.
Tools on the marketplace have individual prices set by vendors. Your budget controls how much your agents can spend. You can browse available tools, set up budgets with spending limits, monitor spending in real time, and review purchase history and usage.
If you need help or want to report issues, visit the AgentPMT website or open issues in the issue tracker. You can find support avenues on agentpmt.com.
AgentPMT is registered on the Official MCP Registry as com.agentpmt/agentpmt.
Proprietary - All rights reserved.
Refreshes the available tool list from the marketplace, updating your client with the latest offerings.
Reports issues with any tool to the AgentPMT team for evaluation and remediation.
A dynamic catalog of tools across categories such as Communication, Data & Analytics, Development, File Management, Search & Research, and Workflow Automation accessed through the MCP server.