Skip to main content
ClaudeWave

Given a URL, returns title/description/preview-image/site_name from its OpenGraph/meta tags. MCP + x402 (Base Sepolia testnet).

MCP ServersOfficial Registry0 stars0 forksPythonUpdated today
ClaudeWave Trust Score
62/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/23/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · url-metadata-api
Claude Code CLI
claude mcp add url-metadata-api -- uvx url-metadata-api
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "url-metadata-api": {
      "command": "uvx",
      "args": ["url-metadata-api"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/nexus-mcp-infra/url-metadata-api and follow its README.
Use cases

MCP Servers overview

# URL Metadata API

Given a URL, returns `title`/`description`/`image`/`site_name` scraped from its OpenGraph/meta tags
(Microlink-style link-preview API). NEXUS candidate #4 -- **manual build, not FORGE-generated.**

- `POST /extract {"url": "..."}` -- charged **$0.01 via x402** (Base Sepolia testnet).
- MCP tool `extract_url_metadata` at `/mcp` -- **currently free**, see "Known limitations".
- `GET /health`, `GET /.well-known/agent-card.json`, `GET /openapi.json` (has `x-payment-info`).

## Deploy target: Cloud Run, not Railway

Built from `products/mcp-boilerplate-gumroad/template/` (same MCP+x402+FastAPI pattern as
`similarity-search-api`/`ws`), adapted for Cloud Run instead of Railway. See
`skills/infra-deploy-ops` for the reusable deploy pipeline (`scripts/deploy_cloud_run.sh` at the repo
root). Two-step deploy (same gotcha the boilerplate README documents):

```bash
# 1. First deploy -- PUBLIC_DOMAIN not known yet, every real request 421s until step 2.
./scripts/deploy_cloud_run.sh url-metadata-api manual_assets/url-metadata-api

# 2. Grab the printed *.run.app URL, then:
gcloud run services update url-metadata-api --region us-central1 --project nexus-505016 \
    --update-env-vars PUBLIC_DOMAIN=<the-real-domain>
```

## Known limitations (left unfixed on purpose -- CLAUDE.md SS3, no gate without evidence it's needed)

- **MCP tool calls are not charged.** `PaymentMiddlewareASGI` only gates `POST /extract`; the MCP tool
  calls the shared `extract_metadata()` function directly in-process (no HTTP re-entry into the ASGI
  app -- that re-entry path is what caused the real "every MCP call gets a spurious 402" bug documented
  in `skills/mcp-server-generation`). Adding a real MCP-native x402 gate (`x402[...,mcp]`'s own
  payment-gate mechanism, same as what FORGE's generator does for `similarity-search-api`/`ws`) is real
  work with a real footgun (duplicate `ctx` parameter injection, see memory) -- deferred until this
  candidate shows real MCP traffic in the 7-day window. Until then this asset can log volume
  (`traffic_events`/`mcp_call_events`) but not MCP revenue.
- **No per-caller rate limiting.** Fine for a 7-day disposable measurement; add if it survives.
- **SSRF guard is IP-range based, not a full allowlist.** Rejects private/loopback/link-local/reserved
  destination IPs (including cloud metadata's `169.254.169.254`) on the initial request and on every
  manually-followed redirect hop (max 3). Does not defend against DNS rebinding between the check and
  the actual connect (accepted risk for this candidate's scope).

## Measurement (Part 3 of the setup session)

7-day window from first real deploy. Source of truth: `traffic_events`/`revenue_events`/`mcp_call_events`
tables (`asset_name = 'url-metadata-api'`), not Cloud Run logs. Day 7: if zero real traffic (filtering
crawlers), pause/delete the Cloud Run service (`gcloud run services delete url-metadata-api --region
us-central1 --project nexus-505016`) and move to candidate #3.

What people ask about url-metadata-api

What is nexus-mcp-infra/url-metadata-api?

+

nexus-mcp-infra/url-metadata-api is mcp servers for the Claude AI ecosystem. Given a URL, returns title/description/preview-image/site_name from its OpenGraph/meta tags. MCP + x402 (Base Sepolia testnet). It has 0 GitHub stars and its last recorded update is dated 2026-08-22.

How do I install url-metadata-api?

+

You can install url-metadata-api by cloning the repository (https://github.com/nexus-mcp-infra/url-metadata-api) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is nexus-mcp-infra/url-metadata-api safe to use?

+

Our security agent has analyzed nexus-mcp-infra/url-metadata-api and assigned a Trust Score of 62/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains nexus-mcp-infra/url-metadata-api?

+

nexus-mcp-infra/url-metadata-api is maintained by nexus-mcp-infra. The last recorded GitHub activity is dated 2026-08-22, with 0 open issues.

Are there alternatives to url-metadata-api?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy url-metadata-api to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: nexus-mcp-infra/url-metadata-api
[![Featured on ClaudeWave](https://claudewave.com/api/badge/nexus-mcp-infra-url-metadata-api)](https://claudewave.com/repo/nexus-mcp-infra-url-metadata-api)
<a href="https://claudewave.com/repo/nexus-mcp-infra-url-metadata-api"><img src="https://claudewave.com/api/badge/nexus-mcp-infra-url-metadata-api" alt="Featured on ClaudeWave: nexus-mcp-infra/url-metadata-api" width="320" height="64" /></a>

More MCP Servers

url-metadata-api alternatives