MCP Server
MCP
MeetMyAgent
MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.
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
By
Comments
Sign in to leave a comment