Stompy
mcp.stompy.ai
· Stompy AI
Persistent memory service for AI agents. Store, recall, and search context across sessions.
mcp.stompy.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 59/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-19 16:48:12 current | 91d19688cdc3… |
view → |
Endpoints
| Agent card | https://mcp.stompy.ai/.well-known/agent.json |
| Provider | https://stompy.ai |
Skills · 7 declared · mapped to canonical taxonomy
Store a named memory/context with content, priority, and tags
Semantic search across stored memories using hybrid vector + BM25
Full-text and semantic search across all stored memories
Upload and process documents for semantic search
Health · last 30 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.stompy.ai) [](https://agenstry.com/agents/mcp.stompy.ai) [](https://agenstry.com/agents/mcp.stompy.ai) [](https://agenstry.com/agents/mcp.stompy.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Stompy",
"description": "Persistent memory service for AI agents. Store, recall, and search context across sessions.",
"url": "https://api.stompy.ai",
"version": "6.4.4",
"provider": {
"organization": "Stompy AI",
"url": "https://stompy.ai"
},
"documentation_url": "https://stompy.ai/docs",
"skills": [
{
"id": "memory_store",
"name": "Store Memory",
"description": "Store a named memory/context with content, priority, and tags",
"input_modes": [
"application/json"
],
"output_modes": [
"application/json"
]
},
{
"id": "memory_recall",
"name": "Recall Memory",
"description": "Semantic search across stored memories using hybrid vector + BM25",
"input_modes": [
"application/json"
],
"output_modes": [
"application/json"
]
},
{
"id": "memory_search",
"name": "Search Memory",
"description": "Full-text and semantic search across all stored memories",
"input_modes": [
"application/json"
],
"output_modes": [
"application/json"
]
},
{
"id": "memory_list",
"name": "List Memories",
"description": "List all stored memories for a project",
"input_modes": [
"application/json"
],
"output_modes": [
"application/json"
]
},
{
"id": "memory_delete",
"name": "Delete Memory",
"description": "Delete a memory by topic name",
"input_modes": [
"application/json"
],
"output_modes": [
"application/json"
]
},
{
"id": "document_ingest",
"name": "Ingest Document",
"description": "Upload and process documents for semantic search",
"input_modes": [
"multipart/form-data"
],
"output_modes": [
"application/json"
]
},
{
"id": "project_list",
"name": "List Projects",
"description": "List all available memory projects",
"input_modes": [
"application/json"
],
"output_modes": [
"application/json"
]
}
],
"security_schemes": {
"bearer": {
"type": "http",
"scheme": "bearer"
},
"oauth2": {
"type": "oauth2",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://api.stompy.ai/oauth/authorize",
"tokenUrl": "https://api.stompy.ai/oauth/token",
"scopes": {
"memory:read": "Read stored memories",
"memory:write": "Store and update memories",
"memory:delete": "Delete memories",
"project:read": "List and view projects"
}
}
}
}
},
"default_input_modes": [
"application/json"
],
"default_output_modes": [
"application/json"
],
"pricing_url": "https://api.stompy.ai/api/v1/agent/pricing"
}