General Tools
uxus.finance
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://uxus.finance/api/mcp
MCP server metadata
- Name
- uxus-agent-services
- Version
- 1.1.0
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
scrape_urlFetch a web page and return clean, LLM-ready content — no API key, no account, no signup.
Inferred read-onlyresolve_nameBidirectional name <-> address resolution for ENS (name.eth) and Basenames (name.base.eth).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.