mcpbeat

Meta Stamp Pockets MCP Server

io.github.Christebob/meta-stamp-pockets
answering

Meta Stamp Pockets is answering right now. Last checked 2 min ago. It exposes 3 tools. Last commit 30 Jul 2026.

Attribution and settlement infrastructure for AI agent content access over HTTP 402 and MCP.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
355 ms
Response time
average over 24h
0
Stars
last commit 30 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add meta-stamp-pockets --transport http https://metastampv3-production.up.railway.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meta-stamp-pockets": {
      "url": "https://metastampv3-production.up.railway.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meta-stamp-pockets]
url = "https://metastampv3-production.up.railway.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "meta-stamp-pockets": {
      "url": "https://metastampv3-production.up.railway.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meta-stamp-pockets": {
      "url": "https://metastampv3-production.up.railway.app/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

pockets
list_pockets
List all available content pockets in the Meta-Stamp Pockets catalog, optionally filtered by creator. Use this tool when an AI agent needs to browse the full catalog or see everything available from a specific creator. Prefer search_pockets when looking for specific topics. Does NOT retrieve content — use pull_content with the returned pocket_id to access actual content. Requires a valid Bearer token. Optional creator_id parameter filters results to a single creator's pockets. Returns a paginated list of pockets with IDs, titles, descriptions, creators, content types, and pricing tiers.
search_pockets
Search the Meta-Stamp Pockets catalog by keyword, creator email, or content category. Use this tool when an AI agent needs to discover available licensed content before pulling it. Ideal for finding relevant pockets when the agent knows what topic or creator it needs but not the specific pocket ID. Does NOT retrieve content — use pull_content with the returned pocket_id to access actual content. Requires a valid Bearer token. The query parameter accepts natural language search terms or category keywords; the creator_email parameter restricts results to a single creator by their email address. Provide at least one of query or creator_email. Returns matching pockets with their IDs, titles, descriptions, creators, content types, and pricing tiers. Use the limit parameter to control page size.
pull
pull_content
Pull licensed creator content from a specific pocket by ID. Use this tool when an AI agent needs to retrieve verified, provenance-tracked content for generation, RAG, or training purposes. Do NOT use for browsing or discovery — use search_pockets or list_pockets instead. Requires a valid Bearer token for authentication; unauthenticated requests return HTTP 401. Successful pulls trigger a metered charge ($0.001–$0.25 depending on content tier) and the transaction is logged for creator royalty distribution. The pocket_id parameter is a 24-character hex string identifying the specific content pocket to pull from. Returns the full content payload with provenance metadata including creator attribution and license terms.

Endpoints

URLTransportStateLatencyChecked
https://metastampv3-production.up.railway.app/mcp streamable-http answering 328 ms 2 min ago

Meta Stamp Pockets — questions

Answers built from our own checks of this server.

What can Meta Stamp Pockets do?
It exposes 3 tools, read directly from the server on our last check. Among them: list_pockets, pull_content, search_pockets. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Meta Stamp Pockets working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 355 ms. The bar chart above shows every period we have measured.
How do I connect Meta Stamp Pockets?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Meta Stamp Pockets need an API key?
No. Meta Stamp Pockets completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Meta Stamp Pockets?
It answers our handshake in 355 ms on average, which is faster than 39% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Meta Stamp Pockets open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.