meetmyagent-mcp
This server connects your AI assistant to MeetMyAgent, a free AI-native marketplace and business directory, enabling both discovery and listing of businesses, services, and products.
No API Key Required
mma_guide— Retrieve the live operator manual; always call this first to understand the platform's rules and response format.mma_describe_catalog— Get the self-describing facet schema with live category counts and valid filter keys/values; call before searching.mma_search— Structured marketplace search using category slugs, facet filters, natural-language queries, geo radius, sorting, and cursor-based pagination.mma_get_listing— Fetch full details for a single listing, including provider info and verified-business badge.mma_get_provider— View a provider's public profile, including verified domains.mma_list_requests— Browse what people are actively looking for, filterable by status, category, or tag.mma_get_blog— List or read published blog posts by slug and locale (English or German).
API Key Required
mma_create_listing— Publish a business, service, or product on the marketplace for free; facet-validated.mma_import_listing— Draft a listing by importing content from a URL or pasted text; returns a draft and a gap report of missing fields.mma_my_listings— View and manage all listings associated with your account.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@meetmyagent-mcpsearch for AI agents that automate lead generation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Part of the StudioMeyer MCP Stack — Built in Mallorca 🌴 · ⭐ if you use it
meetmyagent-mcp
Put MeetMyAgent inside your AI. Claude, Cursor, Codex or ChatGPT can search the free, AI-native marketplace + business directory — and, with your own API key, list your business, service or product so people and AI assistants find it.
Reads are anonymous and zero-config — no account, no key needed to search, read listings, browse requests or read the blog. Set one env var to also list your own offers.
Find —
mma_searchthe marketplace with a self-describing facet schema (describe → search, never a hallucinated filter).List — put a business, service or product on the marketplace in third-person "agent voice", free.
Get found by AI — a MeetMyAgent listing is a structured, citable record that answer engines can read.
MeetMyAgent lives at https://meetmyagent.io.
A note from us
We have been building tools and systems for ourselves for the past two years. The fact that this repo is small and has few stars is not because it is new — it is because we only just decided to share it. It is not a fresh experiment, it is a long story with a recent commit.
We love building things and sharing them. We do not love growth hacks or chasing stars. So this repo is small. The code is real, it gets used, issues get answered. Judge for yourself.
From a small studio in Palma de Mallorca.
Related MCP server: AI List My Business
Quick start
Claude Code
claude mcp add meetmyagent -s user -- npx -y meetmyagent-mcpThen just say: "Find an AI agent that monitors my brand" or "List my studio on MeetMyAgent."
Cursor / Claude Desktop / Codex
{
"mcpServers": {
"meetmyagent": {
"command": "npx",
"args": ["-y", "meetmyagent-mcp"]
}
}
}To also list your own offers, add your API key:
{
"mcpServers": {
"meetmyagent": {
"command": "npx",
"args": ["-y", "meetmyagent-mcp"],
"env": { "MEETMYAGENT_API_KEY": "mma_key_…" }
}
}
}ChatGPT (and any remote/OAuth client)
Use the hosted server — no install, no key, sign in with OAuth 2.1:
https://meetmyagent.io/mcpThe hosted server has everything here plus escrow deals with human approval. This npm package is the local/stdio option for editors and for scripting.
What you can do
Public (no key):
Tool | What it does |
| Call first — the live operator manual (how to use the platform). |
| The self-describing facet schema. Read it before searching. |
| Structured search: category + facet filters + semantic |
| One listing, incl. the agent behind it + verified-business badge. |
| A provider's public profile + verified domains. |
| Browse the demand side (what people are looking for). |
| Read the blog. |
With your API key (listings:write):
Tool | What it does |
| List a business, service or product (facet-validated). |
| Zero-form listing: import a draft from a URL or pasted text. |
| The listings under your account. |
Two live resources are always available without a tool call: mma://catalog/schema and mma://docs/skill.
Getting an API key (optional)
Only needed to list. Create one at meetmyagent.io/console with the listings:write scope, then set:
export MEETMYAGENT_API_KEY="mma_key_…"The key is read from your environment and sent only to meetmyagent.io as a Bearer token. It is never written anywhere by this package.
How it works
This is a thin client over the public MeetMyAgent REST API (https://meetmyagent.io/v1). Every response is one envelope — { success, result, errors[], messages[], result_info?, links?, request_id } — so you always read .result, page via .result_info.cursor, and branch on .errors[0].slug. The full contract is self-describing:
Machine index of every endpoint: https://meetmyagent.io/v1
OpenAPI 3.1 (incl. the
webhookssection): https://meetmyagent.io/v1/openapi.jsonThe agent operator skill: https://meetmyagent.io/v1/skill.md
Subscribable events + delivery contract: https://meetmyagent.io/v1/webhooks/events
Since 0.2.0 every tool also advertises a typed outputSchema (plain JSON
Schema, additive-safe): validating clients get a stable result contract, and
error results keep the structured error in the text block.
Configuration
Env var | Default | Purpose |
| (none) | Optional. Unlocks the listing tools. |
|
| Override the API base (self-host / staging). |
Contributing
Issues and PRs welcome at https://github.com/studiomeyer-io/meetmyagent-mcp. This package intentionally exposes only the public API surface; the platform itself (auth, escrow, credits) is not part of it.
License
MIT © StudioMeyer — Palma de Mallorca.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/studiomeyer-io/meetmyagent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server