Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.
MCPpedia last refreshed this data
io.github.JosejuX/rapidapi-metadata-extractor is an MCP server that turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call. Its tool list has not been published yet over http, requires no API key, and scores 59/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"RapidAPI Hub - Web Metadata and Contact Extractor": {
"args": [
"mcp-remote",
"https://mcp.rapidapi.com",
"--header",
"x-api-host: web-metadata-and-contact-extractor.p.rapidapi.com",
"--header",
"x-api-key: YOUR_RAPIDAPI_KEY_HERE"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Extract SEO, technologies, contacts, products, social profiles, security signals, and AI-ready content from any public website — with one API call.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'pytest' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
pytest has vulnerable tmpdir handling
pytest through 9.0.2 on UNIX relies on directories with the `/tmp/pytest-of-{user}` name pattern, which allows local users to cause a denial of service or possibly gain privileges.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing / writing
MCP server for document format conversion using pandoc.
DataForSEO API modelcontextprotocol server
This is an MCP server that allows you to directly download transcripts of YouTube videos.
Scrape, crawl, and map websites to Markdown or JSON via local CLI.
MCP Security Weekly
Get CVE alerts and security updates for io.github.JosejuX/rapidapi-metadata-extractor and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Extract SEO, technologies, contacts, products, social profiles, security signals, and AI-ready content from any public website — with one API call.
Free to try. No signup required for the demo.
🎮 Try the Live Demo • 🔑 Get Free API Key on RapidAPI • 📖 API Documentation • ⚡ Code Examples
Paste a URL, get real results in seconds — rapidapi-metadata-extractor.onrender.com runs the actual pipeline live, no API key needed. Try your own site, or one of these:
/demo/extractis the same no-key route the live demo page above uses (see "Honest Limitations" — it's rate-limited per IP, not a documented/stable API endpoint). For integrating in code, use/api/v1/extractwith a RapidAPI key as shown below.
Or call it directly (swap in your key from RapidAPI for production use):
curl "https://web-metadata-and-contact-extractor.p.rapidapi.com/api/v1/extract?url=github.com" \
-H "X-RapidAPI-Key: YOUR_KEY" -H "X-RapidAPI-Host: web-metadata-and-contact-extractor.p.rapidapi.com"
| Use case | What you get | |
|---|---|---|
| 🧲 | Lead generation | Find companies on a given tech stack (e.g. Shopify) with a weak SEO score, then prioritize outreach. |
| 🤖 | AI agents | Feed markdown_content and structured JSON straight into an agent or RAG pipeline as clean, LLM-ready context for any URL. |
| 🔎 | SEO audits | Run the 14-point on-page score plus graded security headers across a URL list, on a schedule. |
| 🛒 | Ecommerce | Pull product name/price/currency/availability/brand from Schema.org, OpenGraph, and Microdata — cross-checked for conflicts. |
| 🕵️ | Competitive intelligence | Track a competitor's tech stack, metadata, and product data over time by re-checking the same URL list. |