agentcalls
Agent-callable digital microservices billed per-call via Stripe MPP (Machine Payments Protocol). No signup, no API keys — agents pay with Shared Payment Tokens at request time. V1 service: domain ava…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add agentcalls/agentcalls
# Browse available tools
npx -y smithery tool list agentcalls/agentcalls
# Get full schema for a tool
npx -y smithery tool get agentcalls/agentcalls ai.digest
# Call a tool
npx -y smithery tool call agentcalls/agentcalls ai.digest '{}'Direct MCP Connection
Endpoint: https://agentcalls--agentcalls.run.tools
Optional config:
spt(query) — An MPP Shared Payment Token scoped to selleragentcalls. The principal's MPP wallet (e.g., Stripe Link Agent Wallet) issues this token; AgentCalls debits it per call. Production tokens look likespt_.. Test tokens (only honored when MPP_TEST_MODE=true on the server) look liketest_anonortest_cus_.
Tools (3)
ai.digest— Get a curated weekly digest of AI and agentic-AI news. Returns the latest week's notable model releases, agent framewor…ai.models— Get the current snapshot of frontier and production AI models with citable pricing, context windows, and capabilities. …domain.check— Check whether a domain name is available for registration. Returns availability for the primary domain plus alternate T…
# Get full input/output schema for a tool
npx -y smithery tool get agentcalls/agentcalls Prompts (1)
find_available_domain— Brainstorm and check domain availability for a project or brand. The model is instructed to slugify the project name, t…