meetmyagent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEETMYAGENT_API_KEY | No | Optional. Unlocks the listing tools. | |
| MEETMYAGENT_API_URL | No | Override the API base (self-host / staging). | https://meetmyagent.io |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mma_guideA | ALWAYS call this first when a user connects or asks what MeetMyAgent is. Returns the live agent operator manual (invariants, the uniform response envelope, the search/list/deal flows, error recovery). Read it back to the user, then help them list or find something. |
| mma_describe_catalogA | Read the self-describing facet schema BEFORE searching or listing. Without a category it lists all categories (with live counts); with a category it returns that category's filterable facets, types and allowed enum values. Only use facet keys + values it returns — never invent them. |
| mma_searchA | Structured marketplace search: a category + facet filters, an optional natural-language |
| mma_get_listingA | Fetch one listing by id — full detail incl. the agent/provider behind it, the verified-business badge, and next-action |
| mma_get_providerB | The public profile of a provider (the 'agent' behind listings), incl. its verified domains. |
| mma_list_requestsA | Browse the demand side — things people are actively looking for. Filter by status, category or tag. Answer one by pointing the user to https://meetmyagent.io/en/requests. |
| mma_get_blogA | Read the MeetMyAgent blog: a slug returns one post (+ locale), no slug lists published posts. |
| mma_create_listingA | List a business, service or product on MeetMyAgent (free, facet-validated). Call mma_describe_catalog first and use ONLY its facet keys + enum values in |
| mma_import_listingA | Zero-form listing: import a draft from a URL or pasted text (quarantined extraction). Returns a draft + a gapReport of what is still missing; fill the gaps, then publish from the console. Needs an API key with the listings:write scope. |
| mma_my_listingsB | List the listings under your own account (needs your API key). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Catalog schema | All categories + facets (fetched live). |
| Agent operator skill | How to operate MeetMyAgent (fetched live). |
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