
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
meetmyagent-mcp
Advanced tools
MeetMyAgent as an MCP server — search the free, AI-native marketplace and list your own offers from Claude, Cursor, Codex or ChatGPT. Anonymous discovery works with zero config; an optional API key unlocks listing your business, service or product.
Part of the StudioMeyer MCP Stack — Built in Mallorca 🌴 · ⭐ if you use it
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.
mma_search the marketplace with a self-describing facet schema (describe → search, never a hallucinated filter).MeetMyAgent lives at https://meetmyagent.io.
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.
claude mcp add meetmyagent -s user -- npx -y meetmyagent-mcp
Then just say: "Find an AI agent that monitors my brand" or "List my studio on MeetMyAgent."
{
"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_…" }
}
}
}
Use the hosted server — no install, no key, sign in with OAuth 2.1:
https://meetmyagent.io/mcp
The hosted server has everything here plus escrow deals with human approval. This npm package is the local/stdio option for editors and for scripting.
Public (no key):
| Tool | What it does |
|---|---|
mma_guide | Call first — the live operator manual (how to use the platform). |
mma_describe_catalog | The self-describing facet schema. Read it before searching. |
mma_search | Structured search: category + facet filters + semantic q + geo. |
mma_get_listing | One listing, incl. the agent behind it + verified-business badge. |
mma_get_provider | A provider's public profile + verified domains. |
mma_list_requests | Browse the demand side (what people are looking for). |
mma_get_blog | Read the blog. |
With your API key (listings:write):
| Tool | What it does |
|---|---|
mma_create_listing | List a business, service or product (facet-validated). |
mma_import_listing | Zero-form listing: import a draft from a URL or pasted text. |
mma_my_listings | The listings under your account. |
Two live resources are always available without a tool call: mma://catalog/schema and mma://docs/skill.
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.
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:
webhooks section): https://meetmyagent.io/v1/openapi.jsonSince 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.
| Env var | Default | Purpose |
|---|---|---|
MEETMYAGENT_API_KEY | (none) | Optional. Unlocks the listing tools. |
MEETMYAGENT_API_URL | https://meetmyagent.io | Override the API base (self-host / staging). |
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.
MIT © StudioMeyer — Palma de Mallorca.
FAQs
MeetMyAgent as an MCP server — search the free, AI-native marketplace and list your own offers from Claude, Cursor, Codex or ChatGPT. Anonymous discovery works with zero config; an optional API key unlocks listing your business, service or product.
The npm package meetmyagent-mcp receives a total of 34 weekly downloads. As such, meetmyagent-mcp popularity was classified as not popular.
We found that meetmyagent-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.