io.github.dacode-dev/agent-context-api
io.github.dacode-dev/agent-context-apiAgent-work MCP: free context preflight and page-read previews, paid x402 HTTP upgrades.
Tools · 3
Count tokens, apply an optional model-aware budget, and redact likely credentials locally. Inputs over 12,000 characters require the paid HTTP API.
Fetch a public web page and return its beginning as Markdown (first 2,000 characters) plus final URL, status, and byte counts. Free local preview; the full page requires the paid HTTP API (x402, $0.01…
Look up an IPv4/IPv6 address: country, ASN with hosting/ISP classification, VPN/proxy/Tor/datacenter flags from daily-refreshed lists, and an explainable risk score (0-100) naming every contributing s…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.dacode-dev/agent-context-api": {
"url": "https://agent-context-api-proxy.agent-context-proxy.workers.dev/mcp",
"transport": "streamable-http"
}
}
}