URL & Webpage Lookup Service

URL validation, geolocation, and webpage metadata extraction

Overview

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.

Highlights

Protocol
MCP v1.0
Security
OAuth 2.0
Access
Real-time
Tools
2 Tools

Standardized bridge for real-time model context.

Installation

Connect this server to your local or remote agent environment.

mcp_config.json
{
  "mcpServers": {
    "mcp360": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://connect.mcp360.ai/v1/url-lookup/mcp?token=YOUR_API_KEY"
      ]
    }
  }
}
Replace YOUR_API_KEY with your actual key from the dashboard.

Available Tools

Technical specifications for the 2 available protocol tools.

2 tools

get_webpage_info tool

Input Specification
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "Webpage URL to get metadata (e.g., https://example.com)"
    }
  },
  "additionalProperties": false
}
Output Response
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "favicon": {
      "type": "string"
    },
    "url_path": {
      "type": "string"
    },
    "meta_tags": {
      "type": "object"
    },
    "page_title": {
      "type": "string"
    },
    "url_parameters": {
      "type": "object"
    },
    "page_description": {
      "type": "string"
    }
  }
}

Direct API Access

Production-ready REST endpoints for custom integrations.

POSTServer Metadata
/api/v1/url-lookup
curl "https://connect.mcp360.ai/api/v1/url-lookup" \
  -H "Authorization: Bearer YOUR_API_KEY"
POSTExecute Tool
/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"
}'
Authentication

To authenticate, include your API key in the Authorization header using the Bearer scheme. Alternatively, you can use the X-API-KEY header.

Infrastructure

Unified MCP Gateway

One hub for 100+ production-ready tools with centralized management.

Unified API Key

Access 100+ MCP servers with a single authentication token.

Instant Testing

Test and debug any MCP server instantly in our integrated environment.

Centralized Billing

One monthly subscription for all your AI tool integrations and credits.

Scenarios

Standard Use Cases

Use the url metadata api to extract page title, description, Open Graph tags, and canonical URL from any link for content previews
Automate link enrichment workflows that fetch metadata url data for every URL in a dataset to populate structured content databases
Build smart link preview features in chat apps, CMS platforms, and social tools by fetching live metadata from destination URLs
Validate URL accessibility and metadata completeness as part of QA pipelines before publishing links in newsletters or feeds
Enrich SEO audits with URL metadata checks that verify proper title, description, and social sharing tags across entire page catalogs

Frequently Asked Questions

What is URL & Webpage Lookup Service?

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.

Which AI models are supported?

Any model that supports MCP protocol including Claude (via Claude Desktop), GPT-4, Gemini, and open-source LLMs through compatible frameworks.

How do I authenticate?

The server supports OAuth 2.0 authentication with API keys. You'll receive credentials upon registration which can be configured in your MCP client.

Is there rate limiting?

Yes, rate limits apply based on your subscription tier. Free tier includes generous limits for development, with higher limits available in paid plans.

Can I use this in production?

Absolutely. URL & Webpage Lookup Service is designed for production use with enterprise-grade reliability, security, and performance.

Deploy AI agent with URL & Webpage Lookup Service today.

Start building production-ready AI agent integrations in minutes with standardized protocol access.

Enterprise Ready
Secure OAuth
24/7 Support