
Agentpmt
Browse and wire up marketplace agents, automated employees, workflows, and skills from your coding agent without leaving the editor.
Overview
com.agentpmt/agentpmt is a MCP server for the Build phase that connects your agent to AgentPMT’s marketplace for automated employees, workflows, skills, and tool orchestration.
What is this MCP server?
- Streamable HTTP MCP endpoint at api.agentpmt.com/mcp (server version 0.1.1)
- Marketplace for automated employees, reusable workflows, skills, and cross-tool orchestration
- Public GitHub repo: Apoth3osis-ai/agentpmt-mcp-public
- Suited to comparing hireable agent personas before you commit build architecture
- MCP integration layer, not a bundled local skill pack
- Transport: streamable-http remote at api.agentpmt.com/mcp
- Repository: github.com/Apoth3osis-ai/agentpmt-mcp-public
What problem does it solve?
You know you want agent labor and workflows, but hopping between marketplaces and your repo makes it hard to evaluate and hook up the right capabilities in one session.
Who is it for?
Indie builders composing multi-step agent workflows who want a hosted marketplace MCP rather than curating every skill by hand.
Skip if: Teams that need on-prem-only tooling, no cloud remotes, or a single-purpose doc-QA checker with no marketplace browse.
What do I get? / Deliverables
After you add the remote MCP endpoint, your coding agent can query and orchestrate AgentPMT marketplace resources from the same thread where you implement features.
- Live MCP connection to AgentPMT marketplace browse and orchestration tools
- Ability to invoke marketplace workflows and skills from agent chat
- Clear remote endpoint config for team MCP settings
Recommended MCP Servers
Journey fit
Orchestration and tool wiring land in Build once you are composing how agents and workflows run in production. Integrations is the canonical shelf for remote MCP marketplaces that connect external agent labor and workflow catalogs to Claude Code, Cursor, or Codex.
How it compares
Hosted agent marketplace MCP, not a local skills.sh skill or a static agent directory with only read-only listings.
Common Questions / FAQ
Who is com.agentpmt/agentpmt for?
It is for solo builders and small teams using MCP-enabled coding agents who want to discover and orchestrate AgentPMT marketplace agents, workflows, and skills from the editor.
When should I use com.agentpmt/agentpmt?
Use it during Build integrations when you are selecting automated employees or workflow templates, or earlier when you are comparing marketplace options before locking your agent architecture.
How do I add com.agentpmt/agentpmt to my agent?
Register the streamable-http remote MCP server at https://api.agentpmt.com/mcp in your client’s MCP config (Claude Code, Cursor, Codex, or other MCP hosts), following that host’s remote-server setup.