{"uid":"cap_GBRKWJ_3E7H0smL2tBd80","slug":"forgemesh-integer-trivia-lookup-56fed97e","name":"ForgeMesh Integer Trivia Lookup","description":"Integer trivia lookup: give any whole number and get back whether it's prime, its full prime factorization, whether it appears in the Fibonacci sequence, its binary and hexadecimal forms, Roman numeral equivalent, and digit sum, all computed exactly and instantly. A fun grab-bag for quiz bots, math-education tools, and number-curious agents.","url":"https://x402.forgemesh.io/integer-trivia-lookup","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"number":{"type":"string","description":"any integer, default 42"}}},"responseSchema":{"type":"json","example":{"binary":"110010010","number":402,"is_prime":false,"digit_sum":6,"prime_factors":[2,3,67],"roman_numeral":"CDII"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_o3UCWvW8PKddBy6sIOZ4k","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns mathematical trivia for any integer: primality, prime factorization, Fibonacci membership, binary, hex, Roman numeral, and digit sum.","exampleAgentPrompt":"Give me all the math trivia for 144 — whether it's prime, its full prime factorization, if it's in the Fibonacci sequence, its binary and hex forms, Roman numeral, and digit sum.","exampleUseCases":null,"resultDescription":"A JSON object containing: whether the number is prime, its prime factorization as a list of factors, whether it appears in the Fibonacci sequence, binary and hexadecimal string representations, Roman numeral equivalent, and the sum of its digits.","failureModes":["Non-integer input (e.g. decimals or strings) may return a validation error or unexpected result","Very large integers may exceed computation limits or return a timeout","Empty or missing 'number' field defaults to 42 per schema","Negative integers or zero may not be handled by Roman numeral or primality logic"],"whenToPreferThis":"Use this endpoint when you need a comprehensive bundle of mathematical properties for a single integer — especially for quiz bots, math education tools, or any agent that needs primality, factorization, Fibonacci, numeral conversion, and digit sum in one call rather than calling separate services.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:01:48.158Z","isFirstParty":false}