{"uid":"cap_LBJyFGcc1iY4fHSjbHRFj","slug":"numora-constraint-solver-2043b359","name":"Numora Constraint Solver","description":"100 pure math computation endpoints for AI agents. Statistics, financial math, linear algebra, equation solving, calculus, number theory, sequence generation, and unit conversions. Zero external dependencies. x402 micropayments on Base.","url":"https://numormo.vercel.app/api/solve/constraint","method":"POST","headers":{},"bodySchema":{"type":"object","required":["variables","constraints"],"properties":{"variables":{"type":"object"},"constraints":{"type":"array"}}},"responseSchema":{"type":"object","required":["success","result","computation"],"properties":{"result":{"type":"object","description":"Computation result varies by endpoint"},"success":{"type":"boolean","description":"Always true on success"},"computation":{"type":"string","description":"Human-readable description of what was computed"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.1","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","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.1/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_DbfFSnrUqF44vk8Hk6pM4","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.1","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Solves systems of mathematical constraints over named variables, returning feasible solutions or optimal values","exampleAgentPrompt":"Solve for variables x, y, and z given the constraints: x + y + z = 10, x >= 1, y >= 2, z >= 3, and x <= 5 — I need the specific values that satisfy all conditions.","exampleUseCases":[{"title":"Budget allocation with spending limits","prompt":"I need to allocate a $10,000 budget across three departments — Marketing, Engineering, and Sales — where Marketing gets at least $2,000, Engineering gets at least $4,000, Sales gets at least $1,000, and the total must equal exactly $10,000. Find me a valid allocation."},{"title":"Solve system of linear equations","prompt":"Solve for x and y where 2x + 3y = 12 and x - y = 1 — give me the exact values that satisfy both equations simultaneously."},{"title":"Portfolio weight optimization","prompt":"I have three assets and need weights w1, w2, w3 that sum to 1.0, where each weight is between 0.1 and 0.6, and w1 is at least twice w3. Find valid weight values that satisfy all those constraints."}],"resultDescription":"A JSON object with a boolean 'success' field, a 'result' object containing the computed variable values satisfying the constraints, and a 'computation' string describing in human-readable terms what was solved and how.","failureModes":["Infeasible system — no solution exists satisfying all constraints; returns error or success:false","Underdetermined system — too few constraints to uniquely determine variables","Invalid constraint syntax — malformed expressions in the constraints array","Missing required fields — variables or constraints not provided in request body","Ambiguous variable references in constraints not matching declared variables","Timeout on highly complex nonlinear constraint systems"],"whenToPreferThis":"Choose this endpoint when you need to solve constraint satisfaction or constrained optimization problems expressed as named variables and a list of constraint expressions, without setting up external solver infrastructure. Ideal for linear systems, simple nonlinear constraints, and feasibility checks where the problem can be expressed declaratively. Prefer over general CAS tools when you need a pay-per-call, dependency-free math backend for an AI agent pipeline.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:55:40.860Z","isFirstParty":false}