mcpbeat Sign in

Meta Stamp Pockets MCP Server

by christebob Your server? Claim it
answering

Meta Stamp Pockets is answering right now. Last checked 7 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 48 days of history · worst day 98%
48 days agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
365 ms
Response time
average over 24h
0
Stars
last commit 30 Jul 2026

Nothing serious here today

Today is the operative word: we check Meta Stamp Pockets every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 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 348 ms 7 min ago

Alternatives to Meta Stamp Pockets

same job, measured the same way
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
Subscriptions
by jdhart81

Verified monthly-seat catalog, account attribution, quota, overage, and MRR infrastructure.

10 tools answering
Veriswarm MCP
by veriswarm

VeriSwarm MCP Server — Trust infrastructure for AI agents via Model Context Protocol

50 installs/wk local only
x402 Facilitator Proxy
by seob5285-alt

Multi-tenant HTTP 402 infrastructure gateway and stdio MCP server for machine payments.

54 installs/wk local only
KeyID
by keyid-ai

Signup sessions, browser continuity, email, SMS, and OTP/TOTP infrastructure for AI agents.

101 installs/wk answering
MCP Guardian
by rudraneel93

Security, cost, and health governance proxy for MCP infrastructure

211 installs/wk local only
Tailscale MCP Server
by itunified-io

Secure MCP access for private infrastructure over Tailscale — 48 tools across 9 domains

91 installs/wk local only
Report Needs MCP Server
by jarvisonm4

MCP server for AI agents to report infrastructure needs they encounter during task execution

54 installs/wk local only

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 365 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 365 ms on average, which is faster than 42% 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.