{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_pwt4hhk2mtbk","handle":"agentic-endpoints","url":"https://wellknown.network/agents/agentic-endpoints","links":{"self":"https://wellknown.network/agents/agentic-endpoints/record.json","html":"https://wellknown.network/agents/agentic-endpoints","markdown":"https://wellknown.network/agents/agentic-endpoints/record.md","api":"https://wellknown.network/api/v1/agents/agentic-endpoints","status":"https://wellknown.network/api/v1/agents/agentic-endpoints/status","claim":"https://wellknown.network/agents/agentic-endpoints/claim","claimApi":"https://wellknown.network/api/v1/claims","badge":"https://wellknown.network/agents/agentic-endpoints/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:ai.oliverkiss.com:server:agentic-endpoints","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Agentic Endpoints","summary":"Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.","description":"Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.","publisher":{"name":"com.oliverkiss","url":null},"homepage":"https://ai.oliverkiss.com","repository":"https://github.com/olie-kiss/agentic-endpoints","version":"1.0.0","license":null,"protocols":["mcp"],"tags":[],"pricing":null,"endpoints":[{"url":"https://ai.oliverkiss.com/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"updatedAt":"2026-09-04T23:12:02.456042Z","publishedAt":"2026-09-04T23:12:02.456042Z","registryName":"com.oliverkiss/agentic-endpoints"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"commerce.payments","name":"Payments","confidence":0.833,"provenance":"derived"},{"slug":"documents.ocr","name":"OCR","confidence":0.583,"provenance":"derived"},{"slug":"commerce.pricing","name":"Pricing & Quotes","confidence":0.525,"provenance":"derived"},{"slug":"productivity.calendar","name":"Calendar & Scheduling","confidence":0.51,"provenance":"derived"}],"categories":["commerce","documents","productivity"]},"observed":{"status":"live","statusReason":"Responded 3h ago.","lastOkAt":"2026-09-05T22:26:02.909Z","lastProbedAt":"2026-09-05T22:26:02.909Z","statusComputedAt":"2026-09-05T22:26:43.316Z","reliability30d":{"probes":1,"successRate":1,"p50Ms":14},"latestObservations":[{"at":"2026-09-05T22:26:02.909Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":14,"error":null,"detail":{"tools":[{"name":"meetings_search","description":"Ask a question across every meeting you have imported as queryable, and get back ranked excerpts with the meeting they came from. This is the tool to use when t"},{"name":"meetings_import","description":"Store a transcript so it can be searched later. `visibility` is a required decision and cannot be guessed for you: 'queryable' stores plaintext, indexes it, and"},{"name":"meetings_get","description":"Fetch a single meeting by meeting_id, including its full transcript when it was imported as queryable. Use this after meetings_search has identified the meeting"},{"name":"meetings_list","description":"List the meetings in a namespace newest first, with titles, dates, participants and whether each one is searchable. Never returns transcripts. Useful for orient"},{"name":"once_key_claim","description":"Atomic idempotency witness. Claims a {namespace, action_key} pair exactly once, so a fleet of agents cannot perform the same side effect twice. Call this BEFORE"},{"name":"once_key_complete","description":"Free. Records the result of work you performed under a claim from once_key_claim. Every later claim of that action_key returns 'duplicate' along with this resul"},{"name":"once_key_release","description":"Free. Surrenders a claimed action_key so a retry can start immediately instead of waiting out the lease. Call this when the work you claimed fails. Refuses if t"},{"name":"vault_store","description":"Store client-side encrypted data. This service holds no key that could decrypt it and never sees plaintext; note that the item key, namespace, alg label and siz"},{"name":"vault_retrieve","description":"Retrieve a previously stored ciphertext. Requires the namespace_token. Costs $0.02 in USDC on Base, paid via the x402 protocol."},{"name":"vault_exists","description":"Check for a key without returning its ciphertext. Requires the namespace_token. Costs $0.001 in USDC on Base, paid via the x402 protocol."},{"name":"vault_delete","description":"Permanently delete an item. Requires the namespace_token. Costs $0.005 in USDC on Base, paid via the x402 protocol."},{"name":"vault_list","description":"List the keys held in a namespace with their metadata: alg, size, timestamps. Never returns ciphertext — use vault_retrieve for that. Each item's updated_at is "},{"name":"vault_rotate_token","description":"Free. Mints a new namespace_token and immediately invalidates the current one, which you must present to authorize the rotation. Do this whenever the token may "},{"name":"pdf_parse","description":"Extract text from a PDF by URL. Handles compressed streams, PDF 1.5+ object streams and ToUnicode CMaps, and reports encrypted or image-only documents honestly "},{"name":"scrape","description":"Fetch a URL and return readable text or markdown, optionally narrowed by CSS selector. Requests to private, loopback and link-local addresses are refused, and e"},{"name":"compress","description":"Reduce text to fit a token budget, preserving whole sentences and reporting before/after token estimates. Costs $0.005 in USDC on Base, paid via the x402 protoc"}],"toolCount":16,"serverName":"agentic-endpoints","capabilities":["tools"],"serverVersion":"1.0.0","protocolVersion":"2025-06-18"}}],"tools":[{"name":"meetings_search","description":"Ask a question across every meeting you have imported as queryable, and get back ranked excerpts with the meeting they came from. This is the tool to use when t"},{"name":"meetings_import","description":"Store a transcript so it can be searched later. `visibility` is a required decision and cannot be guessed for you: 'queryable' stores plaintext, indexes it, and"},{"name":"meetings_get","description":"Fetch a single meeting by meeting_id, including its full transcript when it was imported as queryable. Use this after meetings_search has identified the meeting"},{"name":"meetings_list","description":"List the meetings in a namespace newest first, with titles, dates, participants and whether each one is searchable. Never returns transcripts. Useful for orient"},{"name":"once_key_claim","description":"Atomic idempotency witness. Claims a {namespace, action_key} pair exactly once, so a fleet of agents cannot perform the same side effect twice. Call this BEFORE"},{"name":"once_key_complete","description":"Free. Records the result of work you performed under a claim from once_key_claim. Every later claim of that action_key returns 'duplicate' along with this resul"},{"name":"once_key_release","description":"Free. Surrenders a claimed action_key so a retry can start immediately instead of waiting out the lease. Call this when the work you claimed fails. Refuses if t"},{"name":"vault_store","description":"Store client-side encrypted data. This service holds no key that could decrypt it and never sees plaintext; note that the item key, namespace, alg label and siz"},{"name":"vault_retrieve","description":"Retrieve a previously stored ciphertext. Requires the namespace_token. Costs $0.02 in USDC on Base, paid via the x402 protocol."},{"name":"vault_exists","description":"Check for a key without returning its ciphertext. Requires the namespace_token. Costs $0.001 in USDC on Base, paid via the x402 protocol."},{"name":"vault_delete","description":"Permanently delete an item. Requires the namespace_token. Costs $0.005 in USDC on Base, paid via the x402 protocol."},{"name":"vault_list","description":"List the keys held in a namespace with their metadata: alg, size, timestamps. Never returns ciphertext — use vault_retrieve for that. Each item's updated_at is "},{"name":"vault_rotate_token","description":"Free. Mints a new namespace_token and immediately invalidates the current one, which you must present to authorize the rotation. Do this whenever the token may "},{"name":"pdf_parse","description":"Extract text from a PDF by URL. Handles compressed streams, PDF 1.5+ object streams and ToUnicode CMaps, and reports encrypted or image-only documents honestly "},{"name":"scrape","description":"Fetch a URL and return readable text or markdown, optionally narrowed by CSS selector. Requests to private, loopback and link-local addresses are refused, and e"},{"name":"compress","description":"Reduce text to fit a token budget, preserving whole sentences and reporting before/after token estimates. Costs $0.005 in USDC on Base, paid via the x402 protoc"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"com.oliverkiss/agentic-endpoints","url":"https://registry.modelcontextprotocol.io/v0/servers/com.oliverkiss%2Fagentic-endpoints","firstSeenAt":"2026-09-05T20:18:53.617Z","fetchedAt":"2026-09-05T20:18:53.617Z","normalizedAt":"2026-09-05T20:18:53.617Z"}]},"firstSeenAt":"2026-09-05T20:18:53.617Z","updatedAt":"2026-09-05T22:26:53.410Z"}