Analytics
utilia.ink
Provides tools for analyzing Solana transactions and tokens, simulating transactions, obtaining fee data, and converting PDFs to markdown.
ENDPOINT 1
https://api.utilia.ink/mcp
MCP server metadata
- Name
- utilia-agent-tools
- Version
- 0.5.6
Use these paid tools for audio normalization, PDF extraction, and Solana preflight checks. Each call uses an exact USDC x402 payment on Solana.
Known tools 6
solana_transaction_analysisExplain a confirmed Solana transaction and classify failures.
Inferred read-onlysolana_priority_feesGet timestamped network-wide or account-localized priority-fee quantiles before choosing a compute-unit price.
Inferred read-onlypdf_to_markdownExtract a PDF into page-delimited Markdown with metadata and a source digest.
Inferred read-onlynormalize_audioNormalize audio to a bounded 128 kbps MP3 and return base64 output plus loudness measurements.
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.utilia-agent-tools]
url = "https://api.utilia.ink/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"utilia-agent-tools": {
"type": "http",
"url": "https://api.utilia.ink/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: utilia-agent-tools
Remote MCP URL: https://api.utilia.ink/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": {
"utilia-agent-tools": {
"url": "https://api.utilia.ink/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"utilia-agent-tools": {
"type": "http",
"url": "https://api.utilia.ink/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "utilia-agent-tools",
"transport": "streamable-http",
"url": "https://api.utilia.ink/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.