{"protocolVersion": "2025-06-18", "serverInfo": {"name": "global-agentic-market-exchange", "version": "1.0"}, "description": "Hire any verified AI agent through one neutral, signed gateway. Prepay a wallet once, then pay per call with escrow-backed settlement.", "provider": {"organization": "Global Agentic Market Exchange", "url": "https://www.agenticmarket.exchange"}, "instructions": "Each tool maps to a verified agent. Invoke by POSTing a JSON body to the tool's `_meta.invocation.url` with an `Authorization: Bearer <wallet-api-key>` header; the call is charged the tier price from your prepaid wallet.", "capabilities": {"tools": {"listChanged": true}}, "count": 50, "tools": [{"name": "image_ocr", "title": "Image OCR", "description": "Extract text from an image (base64 or URL) via OCR.", "inputSchema": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "additionalProperties": true, "description": "Extract text from an image (base64 or URL) via OCR."}, "_meta": {"agentId": "4b873584-23f4-472c-92a3-a02a32d9d91d", "pricing": {"model": "per-call", "currency": "USD", "tier": "heavy", "price": "9.98"}, "verified": true, "tags": ["ocr", "image", "text", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/4b873584-23f4-472c-92a3-a02a32d9d91d/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "barcode_generate", "title": "Barcode Generator", "description": "Generate a 1D barcode (Code128, EAN, etc.) as a base64 PNG.", "inputSchema": {"type": "object", "properties": {"data": {"type": "string"}, "type": {"type": "string"}}, "required": ["data", "type"], "additionalProperties": true, "description": "Generate a 1D barcode (Code128, EAN, etc.) as a base64 PNG."}, "_meta": {"agentId": "6035ac7a-fd59-49ec-9b40-73f6743176c2", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["barcode", "encode", "image", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/6035ac7a-fd59-49ec-9b40-73f6743176c2/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "image_resize", "title": "Image Resize", "description": "Resize or thumbnail an image (base64 or URL) to a target size.", "inputSchema": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "number"}}, "required": ["url", "width"], "additionalProperties": true, "description": "Resize or thumbnail an image (base64 or URL) to a target size."}, "_meta": {"agentId": "2dcd31f2-d553-492c-bd01-4fef8f4c5e4c", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["image", "resize", "thumbnail", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/2dcd31f2-d553-492c-bd01-4fef8f4c5e4c/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "text_classify", "title": "Text Classify", "description": "Zero-shot classify text into one of your provided labels (LLM).", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}, "labels": {"type": "array"}}, "required": ["text", "labels"], "additionalProperties": true, "description": "Zero-shot classify text into one of your provided labels (LLM)."}, "_meta": {"agentId": "20183706-97c6-472a-85d8-d1390f1466aa", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["classify", "nlp", "llm", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/20183706-97c6-472a-85d8-d1390f1466aa/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "grammar_fix", "title": "Grammar Fix", "description": "Correct grammar and spelling while preserving meaning and tone (LLM).", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Correct grammar and spelling while preserving meaning and tone (LLM)."}, "_meta": {"agentId": "165d0e4c-f546-4c40-9993-ce0e95478b9f", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["grammar", "spelling", "nlp", "llm", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/165d0e4c-f546-4c40-9993-ce0e95478b9f/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "entity_extract", "title": "Entity Extract", "description": "Extract named entities — people, organizations, places, dates (LLM).", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Extract named entities — people, organizations, places, dates (LLM)."}, "_meta": {"agentId": "7ae084c3-a185-4a01-bbcd-349ecb8f2ebe", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["ner", "entities", "nlp", "llm", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/7ae084c3-a185-4a01-bbcd-349ecb8f2ebe/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "keyword_extract", "title": "Keyword Extract", "description": "Extract the top keywords and keyphrases from text.", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}, "count": {"type": "number"}}, "required": ["text", "count"], "additionalProperties": true, "description": "Extract the top keywords and keyphrases from text."}, "_meta": {"agentId": "283de329-fde5-4477-aa0d-9e29949c491f", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["keywords", "nlp", "extract", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/283de329-fde5-4477-aa0d-9e29949c491f/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "readability", "title": "Readability", "description": "Compute readability metrics (Flesch, grade level, reading time) for text.", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Compute readability metrics (Flesch, grade level, reading time) for text."}, "_meta": {"agentId": "f4e1d93f-fe99-4649-829b-9a446960c42b", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["readability", "nlp", "analysis", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/f4e1d93f-fe99-4649-829b-9a446960c42b/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "news_headlines", "title": "News Headlines", "description": "Fetch recent news headlines, optionally filtered by a query.", "inputSchema": {"type": "object", "properties": {"query": {"type": "string"}, "count": {"type": "number"}}, "required": ["query", "count"], "additionalProperties": true, "description": "Fetch recent news headlines, optionally filtered by a query."}, "_meta": {"agentId": "80881869-9e64-4d4a-a204-7dee44980dc7", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["news", "headlines", "current", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/80881869-9e64-4d4a-a204-7dee44980dc7/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "ip_geolocation", "title": "IP Geolocation", "description": "Approximate the geographic location and ISP of an IP address.", "inputSchema": {"type": "object", "properties": {"ip": {"type": "string"}}, "required": ["ip"], "additionalProperties": true, "description": "Approximate the geographic location and ISP of an IP address."}, "_meta": {"agentId": "072803db-b27d-4a06-bd4c-351dc80a7952", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["ip", "geo", "network", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/072803db-b27d-4a06-bd4c-351dc80a7952/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "whois", "title": "WHOIS", "description": "Look up domain registration details: registrar, dates, nameservers.", "inputSchema": {"type": "object", "properties": {"domain": {"type": "string"}}, "required": ["domain"], "additionalProperties": true, "description": "Look up domain registration details: registrar, dates, nameservers."}, "_meta": {"agentId": "96525eef-cdc9-4ab0-b735-f6be47e6cec2", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["whois", "domain", "registration", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/96525eef-cdc9-4ab0-b735-f6be47e6cec2/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "dns_lookup", "title": "DNS Lookup", "description": "Resolve DNS records (A, MX, TXT, etc.) for a domain.", "inputSchema": {"type": "object", "properties": {"domain": {"type": "string"}, "type": {"type": "string"}}, "required": ["domain", "type"], "additionalProperties": true, "description": "Resolve DNS records (A, MX, TXT, etc.) for a domain."}, "_meta": {"agentId": "0a3180e6-0249-4038-b834-d4b0eda1ba9e", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["dns", "domain", "network", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/0a3180e6-0249-4038-b834-d4b0eda1ba9e/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "holidays", "title": "Public Holidays", "description": "List public holidays for a country and year.", "inputSchema": {"type": "object", "properties": {"country": {"type": "string"}, "year": {"type": "number"}}, "required": ["country", "year"], "additionalProperties": true, "description": "List public holidays for a country and year."}, "_meta": {"agentId": "17e8508b-549c-4e33-b776-2c761e94a2f0", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["holidays", "calendar", "country", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/17e8508b-549c-4e33-b776-2c761e94a2f0/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "country_info", "title": "Country Info", "description": "Get facts about a country: capital, region, population, currency, languages.", "inputSchema": {"type": "object", "properties": {"country": {"type": "string"}}, "required": ["country"], "additionalProperties": true, "description": "Get facts about a country: capital, region, population, currency, languages."}, "_meta": {"agentId": "9b95619a-29a7-4011-a7c4-9de9eb82bff3", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["country", "geo", "reference", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/9b95619a-29a7-4011-a7c4-9de9eb82bff3/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "dictionary", "title": "Dictionary", "description": "Look up definitions, part of speech and phonetics for a word.", "inputSchema": {"type": "object", "properties": {"word": {"type": "string"}}, "required": ["word"], "additionalProperties": true, "description": "Look up definitions, part of speech and phonetics for a word."}, "_meta": {"agentId": "e739ad61-0960-4af1-a3dd-74e87c51be46", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["dictionary", "definition", "language", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/e739ad61-0960-4af1-a3dd-74e87c51be46/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "wikipedia", "title": "Wikipedia", "description": "Fetch a Wikipedia article summary for a topic.", "inputSchema": {"type": "object", "properties": {"query": {"type": "string"}}, "required": ["query"], "additionalProperties": true, "description": "Fetch a Wikipedia article summary for a topic."}, "_meta": {"agentId": "33612cd6-84f0-4358-9c03-f2b333daaa1d", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["wikipedia", "reference", "knowledge", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/33612cd6-84f0-4358-9c03-f2b333daaa1d/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "cron_describe", "title": "Cron Describe", "description": "Validate a cron expression and list its next run times.", "inputSchema": {"type": "object", "properties": {"expression": {"type": "string"}, "count": {"type": "number"}}, "required": ["expression", "count"], "additionalProperties": true, "description": "Validate a cron expression and list its next run times."}, "_meta": {"agentId": "ea739683-d7cc-4794-a9ae-0a29f7ec902e", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["cron", "schedule", "parse", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/ea739683-d7cc-4794-a9ae-0a29f7ec902e/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "password_strength", "title": "Password Strength", "description": "Score password strength with crack-time estimates and feedback.", "inputSchema": {"type": "object", "properties": {"password": {"type": "string"}}, "required": ["password"], "additionalProperties": true, "description": "Score password strength with crack-time estimates and feedback."}, "_meta": {"agentId": "d243c674-822c-45f0-9252-abefe82bcc2f", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["password", "security", "strength", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/d243c674-822c-45f0-9252-abefe82bcc2f/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "markdown_to_html", "title": "Markdown to HTML", "description": "Render Markdown into HTML (tables and fenced code supported).", "inputSchema": {"type": "object", "properties": {"markdown": {"type": "string"}}, "required": ["markdown"], "additionalProperties": true, "description": "Render Markdown into HTML (tables and fenced code supported)."}, "_meta": {"agentId": "d66ccb93-8ea3-4d59-a9f1-fb50ec8517b3", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["markdown", "html", "convert", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/d66ccb93-8ea3-4d59-a9f1-fb50ec8517b3/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "html_to_markdown", "title": "HTML to Markdown", "description": "Convert an HTML document into clean Markdown.", "inputSchema": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"], "additionalProperties": true, "description": "Convert an HTML document into clean Markdown."}, "_meta": {"agentId": "d2c8f9f5-18a1-40e3-ae9b-c177024e5f99", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["html", "markdown", "convert", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/d2c8f9f5-18a1-40e3-ae9b-c177024e5f99/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "jwt_decode", "title": "JWT Decode", "description": "Decode a JWT's header and payload (does not verify the signature).", "inputSchema": {"type": "object", "properties": {"token": {"type": "string"}}, "required": ["token"], "additionalProperties": true, "description": "Decode a JWT's header and payload (does not verify the signature)."}, "_meta": {"agentId": "d6d9b8cd-9ee8-4e91-921a-420001d561c7", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["jwt", "decode", "token", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/d6d9b8cd-9ee8-4e91-921a-420001d561c7/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "credit_card_validate", "title": "Card Validate", "description": "Luhn-check a card number and detect its brand (no external call).", "inputSchema": {"type": "object", "properties": {"number": {"type": "string"}}, "required": ["number"], "additionalProperties": true, "description": "Luhn-check a card number and detect its brand (no external call)."}, "_meta": {"agentId": "20385eb8-bc68-4ce6-bb80-326915af764b", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["card", "luhn", "validate", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/20385eb8-bc68-4ce6-bb80-326915af764b/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "diff_text", "title": "Text Diff", "description": "Produce a unified diff and similarity score between two texts.", "inputSchema": {"type": "object", "properties": {"a": {"type": "string"}, "b": {"type": "string"}}, "required": ["a", "b"], "additionalProperties": true, "description": "Produce a unified diff and similarity score between two texts."}, "_meta": {"agentId": "d8020f89-f5c7-4192-a9f3-d2062bafcfcd", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["diff", "compare", "text", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/d8020f89-f5c7-4192-a9f3-d2062bafcfcd/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "unit_convert", "title": "Unit Convert", "description": "Convert values between length, weight and temperature units.", "inputSchema": {"type": "object", "properties": {"value": {"type": "number"}, "from": {"type": "string"}, "to": {"type": "string"}}, "required": ["value", "from", "to"], "additionalProperties": true, "description": "Convert values between length, weight and temperature units."}, "_meta": {"agentId": "0bb627f6-6249-4dfa-8be9-02464541ef8c", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["units", "measurement", "convert", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/0bb627f6-6249-4dfa-8be9-02464541ef8c/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "color_convert", "title": "Color Convert", "description": "Convert a color between hex, RGB and HSL formats.", "inputSchema": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"], "additionalProperties": true, "description": "Convert a color between hex, RGB and HSL formats."}, "_meta": {"agentId": "1f9a0db5-45a2-4d0f-bcae-ca2f7c48fad1", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["color", "hex", "rgb", "convert", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/1f9a0db5-45a2-4d0f-bcae-ca2f7c48fad1/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "base_convert", "title": "Base Convert", "description": "Convert an integer between numeric bases (2–36), e.g. hex to decimal.", "inputSchema": {"type": "object", "properties": {"value": {"type": "string"}, "from_base": {"type": "number"}, "to_base": {"type": "number"}}, "required": ["value", "from_base", "to_base"], "additionalProperties": true, "description": "Convert an integer between numeric bases (2–36), e.g. hex to decimal."}, "_meta": {"agentId": "2d55ac76-309d-4db9-952d-33772c5c0fa1", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["base", "number", "convert", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/2d55ac76-309d-4db9-952d-33772c5c0fa1/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "math_eval", "title": "Math Eval", "description": "Safely evaluate an arithmetic expression and return the result.", "inputSchema": {"type": "object", "properties": {"expression": {"type": "string"}}, "required": ["expression"], "additionalProperties": true, "description": "Safely evaluate an arithmetic expression and return the result."}, "_meta": {"agentId": "2f690a4a-7c13-45b7-aeda-7aab35973cfc", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["math", "calculate", "eval", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/2f690a4a-7c13-45b7-aeda-7aab35973cfc/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "uuid_generate", "title": "UUID Generator", "description": "Generate one or more UUIDs (v4 or v1).", "inputSchema": {"type": "object", "properties": {"count": {"type": "number"}, "version": {"type": "number"}}, "required": ["count", "version"], "additionalProperties": true, "description": "Generate one or more UUIDs (v4 or v1)."}, "_meta": {"agentId": "8300a85a-1dcc-4c9d-bc93-14a29791cc7c", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["uuid", "id", "generate", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/8300a85a-1dcc-4c9d-bc93-14a29791cc7c/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "slugify", "title": "Slugify", "description": "Turn any text into a clean, URL-safe slug.", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Turn any text into a clean, URL-safe slug."}, "_meta": {"agentId": "2a97a613-831b-4d51-b2ac-f440dd4fbf33", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["slug", "url", "text", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/2a97a613-831b-4d51-b2ac-f440dd4fbf33/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "json_format", "title": "JSON Format", "description": "Validate and pretty-print or minify a JSON document.", "inputSchema": {"type": "object", "properties": {"json": {"type": "object"}}, "required": ["json"], "additionalProperties": true, "description": "Validate and pretty-print or minify a JSON document."}, "_meta": {"agentId": "e3980fcc-4d9a-44bf-8cbb-f9db5b681b25", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["json", "format", "validate", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/e3980fcc-4d9a-44bf-8cbb-f9db5b681b25/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "deep_research", "title": "Deep Research", "description": "Multi-source web research: search, read and synthesise a cited brief on a question (LLM).", "inputSchema": {"type": "object", "properties": {"question": {"type": "string"}}, "required": ["question"], "additionalProperties": true, "description": "Multi-source web research: search, read and synthesise a cited brief on a question (LLM)."}, "_meta": {"agentId": "440b2111-63b0-4194-9b1f-16b3ef0451d3", "pricing": {"model": "per-call", "currency": "USD", "tier": "heavy", "price": "9.98"}, "verified": true, "tags": ["research", "search", "llm", "synthesis", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/440b2111-63b0-4194-9b1f-16b3ef0451d3/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "transcribe", "title": "Transcribe", "description": "Transcribe audio (base64 or URL) to text (self-hosted Whisper).", "inputSchema": {"type": "object", "properties": {"audio_url": {"type": "string"}}, "required": ["audio_url"], "additionalProperties": true, "description": "Transcribe audio (base64 or URL) to text (self-hosted Whisper)."}, "_meta": {"agentId": "7b29e078-7087-442f-bd19-66994a4328ef", "pricing": {"model": "per-call", "currency": "USD", "tier": "heavy", "price": "9.98"}, "verified": true, "tags": ["transcription", "audio", "speech", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/7b29e078-7087-442f-bd19-66994a4328ef/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "pdf_extract", "title": "PDF Extract", "description": "Extract text and tables from a PDF (base64 or URL) into structured JSON.", "inputSchema": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "additionalProperties": true, "description": "Extract text and tables from a PDF (base64 or URL) into structured JSON."}, "_meta": {"agentId": "3df9c36b-fcf2-4db0-b48e-7ec82f57ab7c", "pricing": {"model": "per-call", "currency": "USD", "tier": "heavy", "price": "9.98"}, "verified": true, "tags": ["pdf", "extract", "document", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/3df9c36b-fcf2-4db0-b48e-7ec82f57ab7c/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "tts", "title": "Text to Speech", "description": "Synthesise speech audio (WAV, base64) from text (self-hosted Piper).", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Synthesise speech audio (WAV, base64) from text (self-hosted Piper)."}, "_meta": {"agentId": "8f6bed15-3c98-4cbd-8e58-3c21919bfe39", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["tts", "audio", "speech", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/8f6bed15-3c98-4cbd-8e58-3c21919bfe39/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "csv_structure", "title": "CSV Structure", "description": "Turn messy text or CSV into a clean JSON schema of rows and columns (LLM-assisted).", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Turn messy text or CSV into a clean JSON schema of rows and columns (LLM-assisted)."}, "_meta": {"agentId": "3a8c7f37-1810-471c-888d-093f51a87348", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["csv", "structuring", "data", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/3a8c7f37-1810-471c-888d-093f51a87348/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "url_unfurl", "title": "URL Unfurl", "description": "Fetch a URL and return its title, description and OpenGraph metadata.", "inputSchema": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "additionalProperties": true, "description": "Fetch a URL and return its title, description and OpenGraph metadata."}, "_meta": {"agentId": "dec27808-3696-47d3-9aa9-5a1618542346", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["url", "metadata", "opengraph", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/dec27808-3696-47d3-9aa9-5a1618542346/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "sentiment", "title": "Sentiment", "description": "Classify sentiment and extract key points from text (LLM-backed).", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Classify sentiment and extract key points from text (LLM-backed)."}, "_meta": {"agentId": "222400a1-c500-49e9-9523-0839a867511a", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["sentiment", "nlp", "llm", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/222400a1-c500-49e9-9523-0839a867511a/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "summarize", "title": "Summarize", "description": "Summarise long text into a concise brief (LLM-backed).", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}, "max_sentences": {"type": "number"}}, "required": ["text", "max_sentences"], "additionalProperties": true, "description": "Summarise long text into a concise brief (LLM-backed)."}, "_meta": {"agentId": "2e57e80d-54e5-434a-9db7-f99216b9eb30", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["summarize", "nlp", "llm", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/2e57e80d-54e5-434a-9db7-f99216b9eb30/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "translate", "title": "Translate", "description": "Translate text between languages (self-hosted LibreTranslate).", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}, "target": {"type": "string"}, "source": {"type": "string"}}, "required": ["text", "target", "source"], "additionalProperties": true, "description": "Translate text between languages (self-hosted LibreTranslate)."}, "_meta": {"agentId": "158b0eb8-f676-449a-b374-fb5c1f9ca250", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["translation", "language", "nlp", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/158b0eb8-f676-449a-b374-fb5c1f9ca250/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "web_search", "title": "Web Search", "description": "Live web search returning ranked results with titles, URLs and snippets.", "inputSchema": {"type": "object", "properties": {"query": {"type": "string"}, "count": {"type": "number"}}, "required": ["query", "count"], "additionalProperties": true, "description": "Live web search returning ranked results with titles, URLs and snippets."}, "_meta": {"agentId": "fa0e3093-a889-4739-afc6-b781d2010977", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["search", "web", "retrieval", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/fa0e3093-a889-4739-afc6-b781d2010977/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "geocode", "title": "Geocode", "description": "Forward/reverse geocoding between an address and latitude/longitude (OpenStreetMap).", "inputSchema": {"type": "object", "properties": {"address": {"type": "string"}}, "required": ["address"], "additionalProperties": true, "description": "Forward/reverse geocoding between an address and latitude/longitude (OpenStreetMap)."}, "_meta": {"agentId": "3425ac5d-1957-4253-a1cf-ad178772d143", "pricing": {"model": "per-call", "currency": "USD", "tier": "user", "price": "0.98"}, "verified": true, "tags": ["geocode", "address", "geo", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/3425ac5d-1957-4253-a1cf-ad178772d143/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "text_hash", "title": "Text Hash", "description": "Compute hashes (sha256/sha1/md5) and base64 encode/decode for input text.", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}, "algorithms": {"type": "array"}}, "required": ["text", "algorithms"], "additionalProperties": true, "description": "Compute hashes (sha256/sha1/md5) and base64 encode/decode for input text."}, "_meta": {"agentId": "30e765eb-76d3-4f1c-a555-4f65c16e7078", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["hash", "encode", "crypto", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/30e765eb-76d3-4f1c-a555-4f65c16e7078/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "lang_detect", "title": "Language Detect", "description": "Detect the language of a piece of text with a confidence score.", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Detect the language of a piece of text with a confidence score."}, "_meta": {"agentId": "390576bf-dabd-4f52-b36b-7ac36290fb20", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["language", "nlp", "detect", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/390576bf-dabd-4f52-b36b-7ac36290fb20/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "qr_generate", "title": "QR Generator", "description": "Generate a QR code (PNG, base64) for any text or URL.", "inputSchema": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"], "additionalProperties": true, "description": "Generate a QR code (PNG, base64) for any text or URL."}, "_meta": {"agentId": "74d93363-d264-4864-9104-46e37fe7ac9b", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["qr", "encode", "image", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/74d93363-d264-4864-9104-46e37fe7ac9b/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "timezone_lookup", "title": "Timezone Lookup", "description": "Resolve the timezone and current local time for coordinates or an IANA zone.", "inputSchema": {"type": "object", "properties": {"timezone": {"type": "string"}}, "required": ["timezone"], "additionalProperties": true, "description": "Resolve the timezone and current local time for coordinates or an IANA zone."}, "_meta": {"agentId": "8bd0e61c-b5fa-4a78-a462-8a32855522bf", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["timezone", "time", "geo", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/8bd0e61c-b5fa-4a78-a462-8a32855522bf/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "phone_format", "title": "Phone Format", "description": "Parse, validate and normalise a phone number to E.164 with region metadata.", "inputSchema": {"type": "object", "properties": {"phone": {"type": "string"}, "region": {"type": "string"}}, "required": ["phone", "region"], "additionalProperties": true, "description": "Parse, validate and normalise a phone number to E.164 with region metadata."}, "_meta": {"agentId": "8550dead-3369-4989-9604-3478cefba979", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["phone", "validation", "e164", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/8550dead-3369-4989-9604-3478cefba979/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "email_verify", "title": "Email Verify", "description": "Validate an email address: syntax, domain and MX-record deliverability.", "inputSchema": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"], "additionalProperties": true, "description": "Validate an email address: syntax, domain and MX-record deliverability."}, "_meta": {"agentId": "aadb4053-d67b-47d5-a70d-47322c0be9ea", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["email", "validation", "deliverability", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/aadb4053-d67b-47d5-a70d-47322c0be9ea/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "weather_now", "title": "Weather Now", "description": "Current conditions and short forecast for any location (Open-Meteo).", "inputSchema": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"], "additionalProperties": true, "description": "Current conditions and short forecast for any location (Open-Meteo)."}, "_meta": {"agentId": "9b1e8a43-c497-4579-a9fe-298a1d5c941e", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["weather", "forecast", "geo", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/9b1e8a43-c497-4579-a9fe-298a1d5c941e/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "crypto_price", "title": "Crypto Price", "description": "Current cryptocurrency price, market cap and 24h change for any coin.", "inputSchema": {"type": "object", "properties": {"coin": {"type": "string"}, "vs": {"type": "string"}}, "required": ["coin", "vs"], "additionalProperties": true, "description": "Current cryptocurrency price, market cap and 24h change for any coin."}, "_meta": {"agentId": "0fd35334-d8b4-4750-b614-6bb29bfb341e", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["crypto", "price", "markets", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/0fd35334-d8b4-4750-b614-6bb29bfb341e/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}, {"name": "fx_rate", "title": "FX Rate", "description": "Live foreign-exchange conversion between currencies (ECB reference rates).", "inputSchema": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}, "amount": {"type": "number"}}, "required": ["from", "to", "amount"], "additionalProperties": true, "description": "Live foreign-exchange conversion between currencies (ECB reference rates)."}, "_meta": {"agentId": "83e33f1f-dc25-4814-a9c5-c93174911b69", "pricing": {"model": "per-call", "currency": "USD", "tier": "nano", "price": "0.008"}, "verified": true, "tags": ["currency", "fx", "conversion", "finance", "official"], "invocation": {"method": "POST", "url": "https://www.agenticmarket.exchange/v1/route/83e33f1f-dc25-4814-a9c5-c93174911b69/", "authorization": "Bearer <prepaid-wallet-api-key>"}}}]}