← uxus.finance

INDIVIDUAL MCP TOOL

scrape_url

Fetch a web page and return clean, LLM-ready content — no API key, no account, no signup.

uxus.financenone authenticationAvailability not checked

LIVE ENDPOINT

https://uxus.finance/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for scrape_url and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests retrieving external content.

Parent server

uxus.finance

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uxus-agent-services]
url = "https://uxus.finance/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uxus-agent-services": {
      "type": "http",
      "url": "https://uxus.finance/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uxus-agent-services
Remote MCP URL: https://uxus.finance/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uxus-agent-services": {
      "url": "https://uxus.finance/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uxus-agent-services": {
      "type": "http",
      "url": "https://uxus.finance/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uxus-agent-services",
  "transport": "streamable-http",
  "url": "https://uxus.finance/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_web — Live web search.
  • lookup_wallet — Universal address lookup — any address, any chain, auto-detected.
  • resolve_name — Bidirectional name <-> address resolution for ENS (name.eth) and Basenames (name.base.eth).
  • check_entity — Entity attribution — what IS this address, not who owns it.
  • caller_id — Should this wallet be answered?
  • health — Service health check.