{"uid":"cap_h1Q6Asu_9tpm3_2_Y3hFx","slug":"agentstools-name-address-fuzzy-matcher-12f15a70","name":"AgentsTools Name/Address Fuzzy Matcher","description":"Fuzzy-match two names or addresses and return a 0-100 similarity score with a match decision. Normalizes legal forms, business stop-words, person titles and address abbreviations BEFORE the fuzzy compare, then fuses token, prefix, phonetic and edit similarity. Returns the score, the per-component scores, the normalized forms and is_match. Similarity indicators, not authoritative identity resolution.","url":"https://api.agentstools.dev/match/name","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["a","b"],"properties":{"a":{"type":"string","description":"First string to compare"},"b":{"type":"string","description":"Second string to compare"},"type":{"enum":["person","company","address","product","org"],"type":"string","description":"Entity type selecting the normalization pipeline (default company)"},"min_score":{"type":"integer","description":"Optional match threshold 0-100 (default is the per-type threshold)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","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.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_ZzruMq9tRLv8iYDYZqzMW","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fuzzy-match two names or addresses and return a 0-100 similarity score with a match decision, using entity-type-aware normalization and multi-component scoring.","exampleAgentPrompt":"Can you check if 'International Business Machines Corp.' and 'IBM Corporation' are the same company — treat them as company names and tell me the similarity score?","exampleUseCases":null,"resultDescription":"Returns a JSON object containing: the 0-100 similarity score, a boolean is_match decision, per-component scores (token, prefix, phonetic, edit distance), the normalized forms of both input strings, and the entity type used for normalization.","failureModes":["Missing required query parameters 'a' or 'b' returns a 400 error","Invalid 'type' enum value returns a 422 validation error","Empty strings for 'a' or 'b' may return a low score or error","min_score outside 0-100 range may return a validation error","Payment not provided or rejected returns a 402 Payment Required","Service unavailable returns a 503 error"],"whenToPreferThis":"Use this endpoint when you need to compare exactly two strings for similarity with entity-type-aware normalization (e.g. stripping 'LLC', 'Inc', 'Dr.' before comparing) and want a fused multi-signal score with an explicit match/no-match decision. Prefer this over generic string-distance functions when working with business names, personal names, addresses, or product names where legal suffixes and abbreviations would otherwise distort similarity. Not suitable for authoritative identity resolution or large-scale batch deduplication tasks.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:41:05.963Z","isFirstParty":false}