Web Dev Tools — Email, IP, URL, Sentiment, QR, Random Data
@easysolutions906
关于 Web Dev Tools — Email, IP, URL, Sentiment, QR, Random Data
Web and data tools for AI agents. Validate emails, geolocate IPs, scrape URL metadata, analyze text sentiment, generate QR codes, and create random test data. 11 tools in one server.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"webtools": {
"command": "npx",
"args": [
"-y",
"@easysolutions906/mcp-webtools"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Web Dev Tools — Email, IP, URL, Sentiment, QR, Random Data?
An MCP server bundling 11 web and data tools for use with Claude Desktop, Cursor, and other MCP clients. It provides functions for email validation, IP geolocation, URL metadata extraction, sentiment analysis, QR code generation, and random data generation.
How to use Web Dev Tools — Email, IP, URL, Sentiment, QR, Random Data?
Install via npx @easysolutions906/mcp-webtools. Configure in claude_desktop_config.json for Claude Desktop or .cursor/mcp.json for Cursor using the command npx -y @easysolutions906/mcp-webtools.
Key features of Web Dev Tools — Email, IP, URL, Sentiment, QR, Random Data
email_validate: validates email syntax, MX records, disposable detection, scoringip_lookup&ip_lookup_self: geolocate any IP or caller’s own IPurl_scrape: extract title, description, Open Graph tags, imagessentiment_analyze: analyze English text sentiment (–1 to +1 scale)qr_generate_base64: generate QR codes as base64 PNG with custom size/colorsrandom_person,random_company,random_address: generate realistic test datarandom_uuid: generate UUID v4s;random_text: generate lorem ipsum
Use cases of Web Dev Tools — Email, IP, URL, Sentiment, QR, Random Data
- Validate user email addresses on sign‑up or contact forms
- Look up geographic location and ISP for any IP address
- Scrape metadata from URLs for link previews or content analysis
- Analyze sentiment of customer feedback or social media posts
- Generate synthetic personal, company, or address data for testing
- Create QR codes for URLs, contact info, or app links
FAQ from Web Dev Tools — Email, IP, URL, Sentiment, QR, Random Data
What transport modes are supported?
stdio is used by default. Set the PORT environment variable to start in Streamable HTTP mode on /mcp.
Do I need any API keys or external accounts?
No — the README does not mention requiring API keys or accounts for any of the tools.
Which MCP clients are compatible?
It is explicitly tested with Claude Desktop and Cursor, and works with any MCP client.
How do I install and configure the server?
Run npx @easysolutions906/mcp-webtools and add a server entry in your client’s JSON config (e.g., claude_desktop_config.json).
What languages or runtime are required?
The server is distributed as an npm package and requires Node.js to run via npx.
数据与分析 分类下的更多 MCP 服务器
PubMed MCP Server
cyanheadsSearch PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms via MCP. STDIO or Streamable HTTP.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
Bright Data MCP
luminati-ioA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
PubMed MCP Server
JackKuo666🔍 Enable AI assistants to search, access, and analyze PubMed articles through a simple MCP interface.
评论