← Registry

General Tools

uxus.finance

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint7 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://uxus.finance/api/mcp

No auth detected

MCP server metadata

Name
uxus-agent-services
Version
1.1.0
Capabilities
toolsresourcesprompts
Server instructions

Free agent primitives on Base. All tools run inline, no key or account. search_web and scrape_url are the flagship tools. Results whose paid HTTP counterpart adds capability carry an `upgrade` field.

Known tools 7

search_web

Live web search.

Inferred read-only
scrape_url

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

Inferred read-only
lookup_wallet

Universal address lookup — any address, any chain, auto-detected.

Inferred read-only
resolve_name

Bidirectional name <-> address resolution for ENS (name.eth) and Basenames (name.base.eth).

Inferred read-only
check_entity

Entity attribution — what IS this address, not who owns it.

Inferred read-only
caller_id

Should this wallet be answered?

Inferred read-only
health

Service health check.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.