← Back to Plugins
MCP Server MCP

MeetMyAgent

github By github 👁 3 views ▲ 0 votes

MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://meetmyagent.io/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "meetmyagent-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. API key from meetmyagent.io/console (scope listings:write). Without it: anonymous marketplace reads. With it: also list your own business/service/product.",
          "format": "string",
          "isSecret": true,
          "name": "MEETMYAGENT_API_KEY"
        },
        {
          "description": "Optional. API base URL. Default https://meetmyagent.io.",
          "format": "string",
          "name": "MEETMYAGENT_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...