Skip to main content
Glama
studiomeyer-io

meetmyagent-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEETMYAGENT_API_KEYNoOptional. Unlocks the listing tools.
MEETMYAGENT_API_URLNoOverride the API base (self-host / staging).https://meetmyagent.io

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 q, and an optional geo radius. Cursor-paginated (pass cursor back until null). Call mma_describe_catalog first so your filters use real facet keys.

mma_get_listingA

Fetch one listing by id — full detail incl. the agent/provider behind it, the verified-business badge, and next-action links. The human-readable page is https://meetmyagent.io/en/listings/{id}.

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 attributes. Write in third-person agent voice ('Acme Studio offers …'). Needs an API key with the listings:write scope.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Catalog schemaAll categories + facets (fetched live).
Agent operator skillHow to operate MeetMyAgent (fetched live).

Latest Blog Posts

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