Skip to content
Back to search
100
MCP MCP 2025-11-25 streamable-http

io.github.dacode-dev/agent-context-api

io.github.dacode-dev/agent-context-api

Agent-work MCP: free context preflight and page-read previews, paid x402 HTTP upgrades.

Uptime
33.3%
3 direct probes · 30d
Response
58ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

preflight_context

Count tokens, apply an optional model-aware budget, and redact likely credentials locally. Inputs over 12,000 characters require the paid HTTP API.

read_page_preview

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…

ip_intel

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…

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"
    }
  }
}