

AgentPMT Platform Search
Core Utility
Available ActionsEach successful request consumes credits as outlined below.
searchglobal_searchrecent
Details
Find anything on AgentPMT and answer questions with official sources. This tool lets your AI agents search the whole AgentPMT site at once -- marketplace tools, workflows, and prebuilt agents along with documentation, help articles, research papers, videos, and FAQs -- and bring back the most relevant results with links to the real pages. Use it to answer "is there a tool for this?", route people to the right documentation, surface the newest content, and ground agent responses in genuine AgentPMT resources instead of guessing or scraping the open web.
Use Cases
Search the AgentPMT website for anything relevant to a user question, Find AgentPMT tools/products by capability or name, Discover public AgentPMT workflows, Discover public AgentPMT agents, Find official AgentPMT documentation pages, Search AgentPMT articles papers videos docs pages and FAQs in one request, Search only knowledge content when a response should cite docs articles papers videos or FAQs, Retrieve canonical public AgentPMT URLs for citations, Route users to relevant marketplace tools workflows agents or docs, Answer user questions using official AgentPMT content instead of scraping pages, List recent AgentPMT public content by type, Build agent responses that cite official AgentPMT resources, Search the site without exposing vendor names or vendor identifiers in agent-facing results
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-setupHosted 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/mcpConfig Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"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\"}"
}
}
}
}Need client videos, organization controls, audit details, and the full feature overview?
More About Dynamic MCPAbout this Product
AgentPMT Docs and Content Search
A single search across everything AgentPMT publishes. This tool lets your AI agents look up official AgentPMT resources -- marketplace tools, workflows, and prebuilt agents together with documentation, help articles, research papers, videos, and FAQs -- and answer questions with links to the real pages instead of guessing or scraping the open web.
What you can find
- Marketplace -- tools, workflows, and prebuilt agents, by name or by what they do.
- Knowledge -- documentation, help articles, research papers, and videos.
- Answers -- frequently asked questions and official guidance.
Why it matters
- Grounded answers. Responses cite genuine AgentPMT pages, so users get accurate information with links they can follow.
- Faster discovery. Ask "is there a tool for this?" and get pointed straight to the right tool, workflow, or doc.
- Always current. Surface the newest published content when recency matters more than relevance.
Common uses
Help users find the right marketplace tool or workflow, route questions to the correct documentation, build agent responses that cite official AgentPMT sources, and keep answers accurate without sending agents off to search the wider internet.
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"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\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6a00e534b306ecca4ad7f454 ("AgentPMT Platform Search"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.
Can it help users find the right tool or workflow?
Yes. Search by name or by capability (for example, "send text messages" or "make phone calls") and get pointed to the matching tool, workflow, or agent.
Can it show the newest content?
Yes. When recency matters more than relevance, it can list the most recently published AgentPMT content by type.
Does it provide links so agents can cite their sources?
Yes. Results come back with links to the real AgentPMT pages, so agent responses can cite official documentation and content instead of guessing.
Does it search the whole internet?
No. It searches only AgentPMT's own public site and catalog, so answers stay grounded in official AgentPMT resources rather than arbitrary web pages.
What can I search with this tool?
Everything AgentPMT publishes: marketplace tools, workflows, and prebuilt agents, plus documentation, help articles, research papers, videos, and FAQs -- all in one search.
What counts as knowledge content?
Documentation, help articles, research papers, videos, and standalone FAQs -- the official material that explains how AgentPMT works and how to get the most from it.
