AgentPMT
AgentPMT Platform Search

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-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\"}"
      }
    }
  }
}

Need client videos, organization controls, audit details, and the full feature overview?

More About Dynamic MCP

About 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
  1. Marketplace -- tools, workflows, and prebuilt agents, by name or by what they do.
  2. Knowledge -- documentation, help articles, research papers, and videos.
  3. Answers -- frequently asked questions and official guidance.
Why it matters
  1. Grounded answers. Responses cite genuine AgentPMT pages, so users get accurate information with links they can follow.
  2. Faster discovery. Ask "is there a tool for this?" and get pointed straight to the right tool, workflow, or doc.
  3. 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?

Install commands

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

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\"}"
      }
    }
  }
}

How does an external agent use this tool?

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

Can it help users find the right tool or workflow?

Can it show the newest content?

Does it provide links so agents can cite their sources?

Does it search the whole internet?

What can I search with this tool?

What counts as knowledge content?

Looking for help integrating AI into your business? Set up a free consultation.