{"name":"com.zfinia.api/intelligence","slug":"api-intelligence","title":"zFinia Intelligence","description":"Machine-economy newswire and paid changes-since for agents. MCP is challenge-handoff, not a wallet.","url":"https://mcp.market/server/api-intelligence","rating":null,"grade":"C","score":65,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:06:21.125Z","last_ok_at":"2026-09-20T21:06:21.125Z","latency_ms":3160},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://zfinia.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://api.zfinia.com/mcp"}],"packages":[],"tools":[{"name":"accessibility_contrast_calculator","description":"Return WCAG 2.x sRGB contrast_ratio, wcag_aa, and wcag_aaa for one caller-supplied #RRGGBB pair (foreground, background, large_text). No interface-wide accessibility claim. Pay 1000 atomic USDC on Base via exact x402. MCP does not pay.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"foreground":{"type":"string","pattern":"^#[0-9a-fA-F]{6}$","example":"#000000"},"background":{"type":"string","pattern":"^#[0-9a-fA-F]{6}$","example":"#ffffff"},"large_text":{"type":"boolean","example":false}},"required":["foreground","background","large_text"],"additionalProperties":false}},{"name":"data_compatibility_checker","description":"Gate caller-supplied field contracts before ingestion, migration, CI, or machine-to-machine handoff; returns compatible plus stable incompatibility codes. Does not fetch data. Pay 3000 atomic USDC on Base via exact x402. MCP does not pay.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"contract_version":{"type":"string","enum":["1"],"example":"1"},"comparison_mode":{"type":"string","enum":["backward_compatible","exact"],"example":"backward_compatible"},"canonicalization":{"type":"string","enum":["exact","ascii_case_insensitive"],"example":"exact"},"source_fields":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","properties":{"name":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9_]{0,63}$"},"type":{"type":"string","enum":["string","number","integer","boolean","object","array"]},"required":{"type":"boolean"},"nullable":{"type":"boolean"}},"required":["name","type","required","nullable"],"additionalProperties":false},"example":[{"name":"id","type":"string","required":true,"nullable":false}]},"target_fields":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","properties":{"name":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9_]{0,63}$"},"type":{"type":"string","enum":["string","number","integer","boolean","object","array"]},"required":{"type":"boolean"},"nullable":{"type":"boolean"}},"required":["name","type","required","nullable"],"additionalProperties":false},"example":[{"name":"id","type":"string","required":true,"nullable":false}]}},"required":["source_fields","target_fields"],"additionalProperties":false}},{"name":"foundry_outcome_router","description":"Use when you need an outcome and do not already know which zFinia utility to call. Send objective (aliases: goal, task, outcome, query) plus inputs. Top-level colour/field/html/cursor keys fold into inputs. tools/call quotes first and returns PAYMENT_REQUIRED for an already-live x402 resource at that resource's unchanged price (contrast 1000, DCC 3000, catalog-offer 100000, changes-since 10000). Batches are sequential pays on those same live rails. POST /v1/router/quote is unpaid. No URL fetching. MCP does not pay. GET /v1/router for the free contract.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"objective":{"type":"string","minLength":1,"maxLength":2000,"description":"Outcome the buyer needs. Foundry chooses the execution plan; do not describe supplier topology. goal, task, outcome, and query are accepted aliases. Product names, service IDs, and live routes are valid outcomes. Well-known capability fields sent at the top level are folded into inputs. fg/bg alias foreground/background. #RRGGBB pairs in the objective are used as contrast inputs when inputs.foreground/background are omitted.","example":"Calculate WCAG 2.x sRGB contrast for this colour pair and return aa/aaa evidence."},"inputs":{"type":"object","additionalProperties":true,"description":"Caller-supplied facts required to produce the outcome. Do not send secrets or ask Foundry to fetch URLs.","example":{"foreground":"#000000","background":"#ffffff","large_text":false}},"required_output":{"type":"object","additionalProperties":true,"description":"Optional desired output shape or fields."},"freshness":{"type":"string","enum":["any","cached_ok","current_public"],"example":"any"},"latency":{"type":"string","enum":["any","interactive","batch"],"example":"interactive"},"evidence":{"type":"string","enum":["any","deterministic","sourced"],"example":"deterministic"},"max_price":{"type":"string","pattern":"^[1-9][0-9]{0,11}$","description":"Optional maximum USDC atomic units the buyer will pay."},"preferred_protocol":{"type":"string","enum":["any","x402","http-402","mcp"],"example":"x402"},"buyer_metadata":{"type":"object","additionalProperties":true,"description":"Optional non-secret buyer hints. Secret-like keys are stripped and never persisted."}},"required":["objective"],"additionalProperties":false}},{"name":"machine_economy_changes_since","description":"When your agent already checked zFinia and needs only material machine-economy changes since its last cursor, use this tool. Returns delta items and nextCursor for the next poll; empty items is valid. Pay 10000 atomic USDC on Base via exact x402. MCP does not pay.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"cursor":{"type":"string","minLength":1,"maxLength":2048,"description":"Previous nextCursor (opaque or ISO-8601). Required for the paid delta unless since is set. Pass this back on the next poll.","example":"2026-09-01T00:00:00.000Z"},"since":{"type":"string","minLength":1,"maxLength":2048,"description":"Alias of cursor. Use the previous nextCursor so only later material changes are returned."},"include_high_resolution":{"type":"boolean","description":"When true, paid items include full evidence fields already present on the public newswire item.","example":true},"maxItems":{"type":"integer","minimum":1,"maximum":50,"example":3}},"additionalProperties":false,"description":"Paid delta for a caller that already has a zFinia cursor. Supply cursor or since (the previous nextCursor).","anyOf":[{"required":["cursor"]},{"required":["since"]}]}},{"name":"merchant_contract_regression_report","description":"Compare caller-supplied baseline/current merchant payment and field contracts before deployment. Returns reproducible rule evidence and fixes; no URL fetching or security audit. Pay 50000 atomic USDC on Base via exact x402. MCP does not pay.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"merchant_service_id":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9_.-]{0,127}$","example":"merchant.weather"},"baseline":{"type":"object","additionalProperties":false,"required":["observed_at","route","method","price_atomic","network","asset","pay_to","input_fields","output_fields"],"properties":{"observed_at":{"type":"string","maxLength":40,"pattern":"^\\d{4}-\\d{2}-\\d{2}T"},"route":{"type":"string","minLength":1,"maxLength":256,"pattern":"^/[A-Za-z0-9._~!$&'()*+,;=:@%/-]{0,255}$"},"method":{"type":"string","enum":["GET","POST","PUT","PATCH","DELETE"]},"price_atomic":{"type":"string","pattern":"^[0-9]{1,18}$"},"network":{"type":"string","minLength":1,"maxLength":64},"asset":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"pay_to":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"input_fields":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","additionalProperties":false,"required":["name","type","required","nullable"],"properties":{"name":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9_]{0,63}$"},"type":{"type":"string","enum":["string","number","integer","boolean","object","array"]},"required":{"type":"boolean"},"nullable":{"type":"boolean"}}}},"output_fields":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","additionalProperties":false,"required":["name","type","required","nullable"],"properties":{"name":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9_]{0,63}$"},"type":{"type":"string","enum":["string","number","integer","boolean","object","array"]},"required":{"type":"boolean"},"nullable":{"type":"boolean"}}}}},"example":{"observed_at":"2026-09-19T00:00:00.000Z","route":"/v1/weather","method":"POST","price_atomic":"10000","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","pay_to":"0x1111111111111111111111111111111111111111","input_fields":[{"name":"city","type":"string","required":true,"nullable":false}],"output_fields":[{"name":"temperature","type":"number","required":true,"nullable":false}]}},"current":{"type":"object","additionalProperties":false,"required":["observed_at","route","method","price_atomic","network","asset","pay_to","input_fields","output_fields"],"properties":{"observed_at":{"type":"string","maxLength":40,"pattern":"^\\d{4}-\\d{2}-\\d{2}T"},"route":{"type":"string","minLength":1,"maxLength":256,"pattern":"^/[A-Za-z0-9._~!$&'()*+,;=:@%/-]{0,255}$"},"method":{"type":"string","enum":["GET","POST","PUT","PATCH","DELETE"]},"price_atomic":{"type":"string","pattern":"^[0-9]{1,18}$"},"network":{"type":"string","minLength":1,"maxLength":64},"asset":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"pay_to":{"type":"string","pattern":"^0x[0-9a-fA-F]{40}$"},"input_fields":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","additionalProperties":false,"required":["name","type","required","nullable"],"properties":{"name":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9_]{0,63}$"},"type":{"type":"string","enum":["string","number","integer","boolean","object","array"]},"required":{"type":"boolean"},"nullable":{"type":"boolean"}}}},"output_fields":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"object","additionalProperties":false,"required":["name","type","required","nullable"],"properties":{"name":{"type":"string","pattern":"^[A-Za-z][A-Za-z0-9_]{0,63}$"},"type":{"type":"string","enum":["string","number","integer","boolean","object","array"]},"required":{"type":"boolean"},"nullable":{"type":"boolean"}}}}},"example":{"observed_at":"2026-09-19T00:00:00.000Z","route":"/v1/weather","method":"POST","price_atomic":"10000","network":"eip155:8453","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","pay_to":"0x1111111111111111111111111111111111111111","input_fields":[{"name":"city","type":"string","required":true,"nullable":false}],"output_fields":[{"name":"temperature","type":"number","required":true,"nullable":false}]}},"policy":{"type":"object","additionalProperties":false,"required":["maximum_price_atomic","require_same_network","require_same_asset","require_same_pay_to"],"properties":{"maximum_price_atomic":{"type":"string","pattern":"^[0-9]{1,18}$"},"require_same_network":{"type":"boolean"},"require_same_asset":{"type":"boolean"},"require_same_pay_to":{"type":"boolean"}},"example":{"maximum_price_atomic":"15000","require_same_network":true,"require_same_asset":true,"require_same_pay_to":true}}},"required":["merchant_service_id","baseline","current","policy"],"additionalProperties":false}},{"name":"public_catalog_offer_evidence","description":"Convert caller-supplied authorized public product-page HTML containing schema.org Product JSON-LD into normalized Product/Offer evidence with SHA-256 provenance. No URL fetching. Pay 100000 atomic USDC on Base via exact x402. MCP does not pay.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"source_url":{"type":"string","format":"uri","maxLength":2048,"example":"https://example.com/products/widget"},"html":{"type":"string","maxLength":262144,"example":"<script type=\"application/ld+json\">{\"@context\":\"https://schema.org\",\"@type\":\"Product\",\"name\":\"Widget\",\"offers\":{\"@type\":\"Offer\",\"price\":\"19.95\",\"priceCurrency\":\"USD\"}}</script>"}},"required":["source_url","html"],"additionalProperties":false}}],"scan":{"score":65,"grade":"C","scanned_at":"2026-09-20T00:25:35.032Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:25:35.012Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 4674ms"]},"poisoning":{"score":15,"max":15,"notes":["6 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://api.zfinia.com/mcp","reachable":true,"authRequired":false,"latencyMs":4674,"serverInfo":{"name":"zfinia-intelligence","version":"1.0.2"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.zfinia.com/icon.svg?icon.1bxj30hjpwwjv.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}