SYSTEM ACTIVE
MENU
LST UTILITY

RSS Reader

UPDATED 2 HOURS AGO

Fetch and parse any RSS or Atom feed. Returns the latest items with title/link/published.

LIVE HOSTED BY MCPMETER STREAMABLE HTTP MIT 1 TOOL
MCP URL
https://proxy.mcpmeter.com/rss

§ OVERVIEW

Fetch and parse any RSS or Atom feed. Returns the latest items with title/link/published.

TRY ASKING YOUR AGENT 2 PROMPTS
  • Fetch the latest 10 items from https://news.ycombinator.com/rss
  • Get the last 5 posts from https://www.lemonde.fr/rss/une.xml

mcpmeter sits between agent and publisher: authenticate the bearer key, forward the JSON-RPC body unchanged, count tool-call envelopes in the response, write a ledger row, return the response unchanged. The publisher never sees the consumer's API key. The consumer never sees the publisher's secret. The proxy is open source so the meter can be inspected.

§ TOOLS

1 tool Read tools are read-only; write tools mutate state. Tap any read tool to try it inline.

TOOL
TYPE
ARGUMENTS · JSON
5/min · 60/day · per IP · powered by demo key
ERROR

                        
RESULT

                        

§ PERFORMANCE

NO TRAFFIC YET

This listing has no recorded calls yet. Once the proxy starts serving traffic, hero metrics, the per-day chart, and per-tool breakdown will appear here.

§ INTEGRATION

Pick your client. The proxy URL and bearer key go into your client's MCP config. The same shape works in 30+ MCP-compatible agents — for clients not listed, see the docs ↗.

SIGN IN

Paste, save, restart your client. It'll prompt you to "Authenticate" — click it, sign in here, done. No keys to manage.

Paste your mcpm_live_… key into the snippet. Older clients without OAuth support, scripts, and curl all use this.

CLIENT
claude_desktop_config.json JSON
{
  "mcpServers": {
    "rss": {
      "url": "https://proxy.mcpmeter.com/rss"
    }
  }
}
claude_desktop_config.json JSON
{
  "mcpServers": {
    "rss": {
      "url": "https://proxy.mcpmeter.com/rss",
      "headers": {
        "Authorization": "Bearer mcpm_live_…"
      }
    }
  }
}
add an HTTP MCP BASH
claude mcp add rss \
  --transport http \
  https://proxy.mcpmeter.com/rss

# Then run /mcp inside Claude Code and pick "Authenticate".
add an HTTP MCP BASH
claude mcp add rss \
  --transport http \
  https://proxy.mcpmeter.com/rss \
  --header "Authorization: Bearer $MCPM_KEY"
~/.cursor/mcp.json JSON
{
  "mcpServers": {
    "rss": {
      "url": "https://proxy.mcpmeter.com/rss"
    }
  }
}
~/.cursor/mcp.json JSON
{
  "mcpServers": {
    "rss": {
      "url": "https://proxy.mcpmeter.com/rss",
      "headers": {
        "Authorization": "Bearer mcpm_live_…"
      }
    }
  }
}
cline_mcp_settings.json JSON
{
  "mcpServers": {
    "rss": {
      "url": "https://proxy.mcpmeter.com/rss"
    }
  }
}
cline_mcp_settings.json JSON
{
  "mcpServers": {
    "rss": {
      "url": "https://proxy.mcpmeter.com/rss",
      "headers": {
        "Authorization": "Bearer mcpm_live_…"
      }
    }
  }
}
.vscode/mcp.json JSON
{
  "servers": {
    "rss": {
      "type": "http",
      "url": "https://proxy.mcpmeter.com/rss"
    }
  }
}
.vscode/mcp.json JSON
{
  "servers": {
    "rss": {
      "type": "http",
      "url": "https://proxy.mcpmeter.com/rss",
      "headers": {
        "Authorization": "Bearer mcpm_live_…"
      }
    }
  }
}
~/.codeium/windsurf/mcp_config.json JSON
{
  "mcpServers": {
    "rss": {
      "serverUrl": "https://proxy.mcpmeter.com/rss"
    }
  }
}
~/.codeium/windsurf/mcp_config.json JSON
{
  "mcpServers": {
    "rss": {
      "serverUrl": "https://proxy.mcpmeter.com/rss",
      "headers": {
        "Authorization": "Bearer mcpm_live_…"
      }
    }
  }
}
~/.config/zed/settings.json JSON
{
  "context_servers": {
    "rss": {
      "url": "https://proxy.mcpmeter.com/rss"
    }
  }
}
~/.config/zed/settings.json JSON
{
  "context_servers": {
    "rss": {
      "url": "https://proxy.mcpmeter.com/rss",
      "headers": {
        "Authorization": "Bearer mcpm_live_…"
      }
    }
  }
}
~/.gemini/settings.json JSON
{
  "mcpServers": {
    "rss": {
      "httpUrl": "https://proxy.mcpmeter.com/rss"
    }
  }
}
~/.gemini/settings.json JSON
{
  "mcpServers": {
    "rss": {
      "httpUrl": "https://proxy.mcpmeter.com/rss",
      "headers": {
        "Authorization": "Bearer mcpm_live_…"
      }
    }
  }
}
~/.codex/config.toml TOML
[mcp_servers.rss]
url = "https://proxy.mcpmeter.com/rss"
~/.codex/config.toml TOML
[mcp_servers.rss]
url = "https://proxy.mcpmeter.com/rss"

[mcp_servers.rss.headers]
Authorization = "Bearer mcpm_live_…"
~/.continue/config.yaml YAML
mcpServers:
  - name: rss
    url: https://proxy.mcpmeter.com/rss
~/.continue/config.yaml YAML
mcpServers:
  - name: rss
    url: https://proxy.mcpmeter.com/rss
    headers:
      Authorization: Bearer mcpm_live_…
tools/list BASH
# curl can't run the OAuth dance — paste an mcpm_live_ key for raw HTTP testing.
curl -X POST https://proxy.mcpmeter.com/rss \
  -H "Authorization: Bearer $MCPM_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
tools/list BASH
curl -X POST https://proxy.mcpmeter.com/rss \
  -H "Authorization: Bearer $MCPM_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

The proxy authenticates the bearer token, looks up the price, forwards the call to the upstream MCP, returns the response unchanged, and writes a usage record.

§ PRICING

PER_CALL pricing at $0.0002 / call (USD).

FREE TIER

Each consumer gets 30 calls / month at no cost. Resets on the 1st. After the allowance, calls bill at the per-call rate above.

§ TRUST & COMPLIANCE

NO PAYLOAD RETENTION

JSON-RPC bodies pass through. We log call metadata only.

PCI PASSTHROUGH

For PCI scope, mcpmeter is a network passthrough.

OPEN-SOURCE PROXY

Metering code is auditable on GitHub ↗; reconciles to Stripe nightly.

AUDIT LOGS

13 months retention in your region. CSV export.

START

ONE KEY. EVERY MCP.
ONE BILL.

Sign up free. Add a card later, only when you're ready to call paid tools.