URL validation, geolocation, and webpage metadata extraction
URL & Webpage Lookup Service gives AI agents the ability to inspect and analyse any URL through two complementary tools — one for reachability and redirect auditing, and one for rich page metadata extraction — delivering structured page intelligence equivalent to a urllookup service without requiring agents to run a full browser or manage a separate metadata parsing integration.
It acts as a standardized bridge between large language models and live web page data. Instead of assuming URLs are valid or pages contain expected content, models can verify reachability and extract metadata through a controlled MCP interface before taking any further action on a link — preventing broken-link failures and content errors downstream.
By integrating URL & Webpage Lookup Service, developers enable AI agents to:
• Check whether any URL is reachable, follow redirect chains to the final destination, and retrieve HTTP status codes at each hop using validate_url • Extract rich page metadata including title, meta description, canonical URL, Open Graph tags, favicon, and basic page structure with get_webpage_info — without rendering in a browser • Build broken link detectors, redirect auditors, and uptime monitors that operate at scale • Power content aggregation pipelines that verify and inspect pages before processing their content
Together these tools are essential for SEO technical audits, content quality checks, link verification workflows, newsletter curation tools, and agent pipelines that treat URLs as inspectable data sources requiring both reachability validation and metadata extraction.
Standardized bridge for real-time model context.
Connect this server to your local or remote agent environment.
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": [
"mcp-remote",
"https://connect.mcp360.ai/v1/url-lookup/mcp?token=YOUR_API_KEY"
]
}
}
}Technical specifications for the 2 available protocol tools.
get_webpage_info tool
Production-ready REST endpoints for custom integrations.
/api/v1/url-lookupcurl "https://connect.mcp360.ai/api/v1/url-lookup" \
-H "Authorization: Bearer YOUR_API_KEY"/api/v1/url-lookup/{tool_name}curl -X POST "https://connect.mcp360.ai/api/v1/url-lookup/get_webpage_info" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "string"
}'To authenticate, include your API key in the Authorization header using the Bearer scheme. Alternatively, you can use the X-API-KEY header.
One hub for 100+ production-ready tools with centralized management.
Access 100+ MCP servers with a single authentication token.
Test and debug any MCP server instantly in our integrated environment.
One monthly subscription for all your AI tool integrations and credits.
URL & Webpage Lookup Service is an MCP server that provides structured access to url & webpage lookup service capabilities through a standardized protocol, enabling AI models to retrieve and process real-time data.
Any model that supports MCP protocol including Claude (via Claude Desktop), GPT-4, Gemini, and open-source LLMs through compatible frameworks.
The server supports OAuth 2.0 authentication with API keys. You'll receive credentials upon registration which can be configured in your MCP client.
Yes, rate limits apply based on your subscription tier. Free tier includes generous limits for development, with higher limits available in paid plans.
Absolutely. URL & Webpage Lookup Service is designed for production use with enterprise-grade reliability, security, and performance.
Start building production-ready AI agent integrations in minutes with standardized protocol access.