Data Collection
agent-api-production-169b.up.railway.app
Provides tools to extract and enrich data from various sources like Amazon, YouTube, PDFs, company domains, and social profiles.
ENDPOINT 1
https://agent-api-production-169b.up.railway.app/mcp/mcp
MCP server metadata
- Name
- agent-utility-api
- Version
- 1.28.1
Known tools 8
company_lookupCompany enrichment from a domain: name, description, logo, social links, contact emails/phones.
Inferred read-onlyprofile_lookupX (Twitter) or LinkedIn public profile lookup: name, bio, followers, company, experience.
Inferred read-onlyemail_verifyVerify an email address: syntax, MX records, disposable/role detection -> valid|risky|invalid.
Potential side effectscrypto_priceFREE: live crypto/FX price from Chainlink oracles on Base (ETH, BTC, SOL, DOGE, AVAX, LINK, USDC, EUR vs USD).
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for railway.app was fetched 2026-07-25T19:54:06.182Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.