# AgentPMT - The Marketplace For Autonomous Agents

AgentPMT is the AI agent marketplace that turns any MCP-compatible AI assistant into an autonomous employee. Connect once and your agents gain access to a growing ecosystem of tools, workflows, and s…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add agentpmt/agentic-marketplace

# Browse available tools
npx -y @smithery/cli@latest tool list agentpmt/agentic-marketplace

# Get full schema for a tool
npx -y @smithery/cli@latest tool get agentpmt/agentic-marketplace AgentPMT-Report-Tool-Issue

# Call a tool
npx -y @smithery/cli@latest tool call agentpmt/agentic-marketplace AgentPMT-Report-Tool-Issue '{}'
```

## Direct MCP Connection

Endpoint: `https://agentic-marketplace--agentpmt.run.tools`

**Optional config:**
- `BearerToken` (header) — Your AgentPMT BearerToken from your dashboard at www.agentpmt.com

## Tools (4)

- `AgentPMT-Report-Tool-Issue` — Report an issue with a tool to the AgentPMT team.
- `AgentPMT-Workflow-Skills` — AgentPMT Workflow Skills - Fetch, Search, and Use Agent Workflows and Skills. Use to retrieve, initiate, and complete w…
- `AgentPMT-Tool-Search-and-Execution` — AgentPMT Tool Search and Execution - Unified interface for discovering, searching, and using AgentPMT tools without MCP…
- `AgentPMT-Send-Human-Request` — AgentPMT Send Human Request - Send a request to your human to enable a tool, workflow, or add funds to your budget.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get agentpmt/agentic-marketplace <tool-name>
```
