← agent-api-production-169b.up.railway.app
INDIVIDUAL MCP TOOL
web_read
Extract clean readable text from any webpage, boilerplate stripped.
LIVE ENDPOINT
https://agent-api-production-169b.up.railway.app/mcp/mcp
Connect to this endpoint to inspect the live schema for web_read and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.agent-utility-api]
url = "https://agent-api-production-169b.up.railway.app/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-utility-api": {
"type": "http",
"url": "https://agent-api-production-169b.up.railway.app/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-utility-api
Remote MCP URL: https://agent-api-production-169b.up.railway.app/mcp/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": {
"agent-utility-api": {
"url": "https://agent-api-production-169b.up.railway.app/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-utility-api": {
"type": "http",
"url": "https://agent-api-production-169b.up.railway.app/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-utility-api",
"transport": "streamable-http",
"url": "https://agent-api-production-169b.up.railway.app/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
kdp_lookup— KDP/Amazon competitive data: BSR, pricing, review counts, niche score.transcribe_youtube— YouTube video -> structured transcript + timestamped summary.extract_pdf— Structured PDF extraction from base64-encoded PDF bytes.company_lookup— Company enrichment from a domain: name, description, logo, social links, contact emails/phones.profile_lookup— X (Twitter) or LinkedIn public profile lookup: name, bio, followers, company, experience.email_verify— Verify an email address: syntax, MX records, disposable/role detection -> valid|risky|invalid.crypto_price— FREE: live crypto/FX price from Chainlink oracles on Base (ETH, BTC, SOL, DOGE, AVAX, LINK, USDC, EUR vs USD).