{"name":"com.appraisily/mcp","slug":"appraisily-mcp","title":"Appraisily","description":"Check past auction prices in ChatGPT, plus appraisal prep and sample reports.","url":"https://mcp.market/server/appraisily-mcp","rating":null,"grade":"C","score":60,"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":20,"ok":20,"last_checked_at":"2026-09-24T05:55:52.040Z","last_ok_at":"2026-09-24T05:55:52.040Z","latency_ms":374},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Appraisily/appraisily-openai-mcp","website":"https://appraisily.com/mcp","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.appraisily.com/mcp"},{"type":"sse","url":"https://mcp.appraisily.com/sse"}],"packages":[],"tools":[{"name":"create_appraisal_start_link","description":"Create a tracked Appraisily /start link when a user is ready to submit an item for appraisal. Use this after giving basic guidance when the user indicates intent to start, order, upload photos, get a report, insure an item, donate an item, handle estate needs, or document value. This does not create an order, collect payment, upload files, or write customer data; it only returns a URL with OpenAI app attribution.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"itemType":{"description":"Short item category such as painting, antique chair, jewelry, silver, or sculpture.","type":"string","maxLength":80},"userGoal":{"description":"Short user goal such as resale, insurance, estate, donation, or curiosity.","type":"string","maxLength":80},"campaign":{"description":"Optional UTM campaign override.","type":"string","maxLength":80}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_pro_screener_workspace_link","description":"Create a tracked Appraisily Pro Screener workspace link for an appraiser or valuation team. Use this when a professional user wants to open the product, continue an existing session, or move a ChatGPT research packet into Pro Screener review. This returns a URL only; it does not create a customer order, upload files, or sign a report.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"description":"Optional existing Pro Screener session ID. If omitted, returns the Pro Screener product URL.","type":"string","maxLength":120},"campaign":{"description":"Optional UTM campaign override.","type":"string","maxLength":80},"content":{"description":"Optional UTM content label.","type":"string","maxLength":80}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"fetch","description":"Fetch one Appraisily public knowledge document by id after using search. Use this when the user needs a specific public Appraisily source, sample-report link, or fuller guidance from a search result. Do not use this for private customer records, order status, or report retrieval; this connector is public and read-only.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"description":"The id returned by the search tool."}},"required":["id"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_artist","description":"Fetch one Appraisily public /artist page by slug, artist URL, or search query. Returns name, public page URL, aliases, genres, market summary, recent sold lots, top houses, related artists, and page extras such as birth/death years. Use after search_artists when the user needs one artist page. This is market context, not a signed appraisal or authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"description":"Public /artist slug such as pablo-picasso.","type":"string","minLength":2,"maxLength":160},"artistUrl":{"description":"Public Appraisily /artist URL for one artist.","type":"string","format":"uri"},"query":{"description":"Artist name used when a slug is not known.","type":"string","minLength":2,"maxLength":160}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_pro_screener_pdf","description":"Return the Lotbook PDF URL once the report is ready. Promotional runs return a durable public assets.appraisily.com/promotional-lotbook URL. No login is required for those sessions. Private client packets still use a short-lived signed URL. Never publish customer PDFs to /appraisals or /sessions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","minLength":1,"maxLength":120,"description":"Lotbook session ID owned by the signed-in Appraisily user."}},"required":["sessionId"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_pro_screener_result","description":"Fetch compact comparable results and analysis summary for an existing Pro Screener session. Use this when an appraiser wants to review evidence already generated by Pro Screener. The response is intentionally compact and excludes private customer PII beyond the professional session evidence.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","minLength":1,"maxLength":120,"description":"Existing Pro Screener session ID."},"limit":{"description":"Maximum top comparables to return.","type":"integer","minimum":1,"maximum":20}},"required":["sessionId"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_pro_screener_status","description":"Fetch status for a Lotbook session. Public promotional runs do not need Appraisily sign-in. Use this after start_promotional_pro_screener_run or start_pro_screener_run returns a sessionId. Private client sessions still resolve against the signed-in Appraisily user when present.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","minLength":1,"maxLength":120,"description":"Existing Pro Screener session ID."}},"required":["sessionId"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_public_sample_report","description":"Return a canonical public Appraisily sample report URL. Use this when a user wants to inspect example report formats before starting an appraisal. Choose the closest category if the user mentions insurance, tax, donation, professional, instant, or general report examples.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"description":"The sample report category to return.","type":"string","enum":["instant","regular","professional","insurance","tax","pro-screener"]}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_silver_hallmark","description":"Fetch one Appraisily /marks maker page: mark texts, dates, source citations, and hosted line-drawing plus oxidized reconstruction image URLs for that maker’s variants. Use after search_silver_hallmarks when the user needs the public oxidized hallmark image or the full maker-page image pair. Oxidized images are AI-assisted reconstructions for visual comparison, not photographs or authentication evidence.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"description":"Public /marks slug such as gorham-and-co-7f4935c6.","type":"string","minLength":2,"maxLength":160},"markUrl":{"description":"Public Appraisily /marks URL for one maker.","type":"string","format":"uri"},"query":{"description":"Maker name or mark text used when a slug is not known.","type":"string","minLength":2,"maxLength":160}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"prepare_pro_screener_case_packet","description":"Prepare a professional appraisal screening packet from item context before an appraiser starts or reviews a Pro Screener case. Use this for credentialed appraisers and valuation teams who need missing-photo checks, missing-fact checks, review flags, and next questions. This tool organizes research inputs only; it does not issue a final value conclusion or signed appraisal.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"subjectDescription":{"description":"Short professional description of the item, visible features, medium/materials, and context.","type":"string","maxLength":1500},"itemCategory":{"description":"Item category such as oil painting, silver bowl, antique chair, jewelry, ceramic vase, or sculpture.","type":"string","maxLength":80},"intendedUse":{"description":"Professional use case such as triage, insurance, estate, donation, resale, or report prep.","type":"string","maxLength":120},"knownFacts":{"description":"Known facts from the client or appraiser notes.","maxItems":20,"type":"array","items":{"type":"string","maxLength":180}},"availablePhotos":{"description":"Available photo types such as front, back, signature, label, condition, scale, underside.","maxItems":20,"type":"array","items":{"type":"string","maxLength":100}},"targetValueUsd":{"description":"Optional client-stated or working reference value in USD.","type":"number","exclusiveMinimum":0}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search","description":"Search Appraisily public appraisal guidance, service information, sample reports, and photo-preparation content. Use this when a user is exploring whether an item needs an art, antique, insurance, tax, estate, donation, or general online appraisal. Use this before fetch when the user asks broad questions such as what photos to upload, which appraisal path fits, or whether Appraisily handles an item type. This tool returns public information only; it never returns customer orders, private appraisals, internal notes, or raw database rows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"The user search query."},"category":{"description":"Optional category hint such as art, antiques, insurance, tax, photos, or sample reports.","type":"string"},"limit":{"description":"Maximum number of results to return.","type":"integer","minimum":1,"maximum":20}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_artists","description":"Search Appraisily public artist directory pages and compact sold-lot context. Return at most 6 artists per query, with up to 6 recent lots on the top match. Use this for artist identification and market context, not as a signed appraisal or authentication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":160,"description":"Artist name such as Pablo Picasso, Monet, or Warhol."},"limit":{"description":"Maximum number of artists, capped at 6.","type":"integer","minimum":1,"maximum":6}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_auction_comparables","description":"Search past public auction results for compact market context. Return at most 6 sold lots per query. Use this only as research evidence, not as a final appraisal or formal value conclusion. This tool is read-only and returns no customer data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"keyword":{"type":"string","minLength":2,"maxLength":160,"description":"Short auction search phrase such as Tiffany favrile vase or 19th century mahogany chest."},"minPrice":{"description":"Optional minimum realized price filter.","type":"number","minimum":0},"limit":{"description":"Maximum number of comparable results, capped at 6.","type":"integer","minimum":1,"maximum":6}},"required":["keyword"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_pro_screener_comparables","description":"Search Appraisily valuation infrastructure for comparable auction lots for professional appraisal screening. Use this only for authenticated appraiser workflows and research support. Return compact comparable evidence for review; do not present the results as a final appraisal conclusion.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"subjectDescription":{"description":"Subject description used to anchor comparable search.","type":"string","maxLength":1500},"itemCategory":{"description":"Item category such as painting, sculpture, antique chair, silver, jewelry, or ceramics.","type":"string","maxLength":80},"searchTerms":{"description":"Explicit market-comparable search terms. Use when the appraiser supplies preferred terms.","maxItems":12,"type":"array","items":{"type":"string","maxLength":120}},"targetValueUsd":{"description":"Optional reference value in USD.","type":"number","exclusiveMinimum":0},"minValueUsd":{"description":"Optional minimum price filter/reference in USD.","type":"number","exclusiveMinimum":0},"maxValueUsd":{"description":"Optional maximum price filter/reference in USD.","type":"number","exclusiveMinimum":0},"maxResults":{"description":"Maximum compact comparable rows to return.","type":"integer","minimum":1,"maximum":24}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_silver_hallmarks","description":"Search Appraisily public silver hallmark and maker-mark catalog records from /marks. Return at most 6 makers per query, with mark texts, dates, line-drawing and oxidized reconstruction image URLs when Appraisily hosts them, and optional sold-to-melt context. Use this as catalog context only. A mark, drawing, or oxidized reconstruction does not authenticate an object or establish value.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":160,"description":"Maker name or mark text such as Gorham, Tiffany, or lion anchor G."},"limit":{"description":"Maximum number of hallmark records, capped at 6.","type":"integer","minimum":1,"maximum":6}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"start_pro_screener_run","description":"Start a private Appraisily Lotbook (Pro Screener) run from a signed-in Appraisily account and a photo. Use this when the user wants Lotbook, Pro Screener, or a professional screening report from ChatGPT after they have signed in. This creates a private session, queues the same agent the website uses, and returns immediately with a sessionId. Do not wait for the full 8–12 minute run. Prefer a public HTTPS imageUrl. If the client provided image bytes, pass imageBase64. Then poll get_pro_screener_status.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"imageUrl":{"description":"Public HTTPS URL of the object photo. Do not use localhost or private network URLs.","type":"string","maxLength":2000,"format":"uri"},"imageBase64":{"description":"Optional raw or data-URL base64 image when no HTTPS URL is available.","type":"string","maxLength":16000000},"notes":{"description":"Optional object notes from the user: artist, medium, size, inscriptions, or provenance.","type":"string","maxLength":1500},"declaredValueUsd":{"description":"Optional client-stated value in USD.","type":"number","exclusiveMinimum":0}},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"start_promotional_pro_screener_run","description":"Start a promotional Appraisily Lotbook run whose finished PDF includes the Appraisily logo. Use this for marketing, demos, social posts, or other public Appraisily-branded leave-behinds. Do not use this for a client/white-label packet; that is start_pro_screener_run, which stays unbranded. No Appraisily login is required. Provide a public HTTPS photo. Optional notes help the research. Returns a sessionId immediately; poll get_pro_screener_status, then get_pro_screener_pdf for a public assets.appraisily.com/promotional-lotbook URL. The submitted photo and finished PDF are public marketing artifacts owned by Appraisily.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"imageUrl":{"description":"Public HTTPS URL of the object photo. Do not use localhost or private network URLs.","type":"string","maxLength":2000,"format":"uri"},"imageBase64":{"description":"Optional raw or data-URL base64 image when no HTTPS URL is available.","type":"string","maxLength":16000000},"notes":{"description":"Optional object notes: artist, medium, size, inscriptions, provenance, or promo caption context.","type":"string","maxLength":1500},"declaredValueUsd":{"description":"Optional client-stated value in USD.","type":"number","exclusiveMinimum":0}},"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-22T21:28:34.391Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-22T21:28:34.381Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 870ms"]},"poisoning":{"score":15,"max":15,"notes":["17 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 4 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://mcp.appraisily.com/mcp","reachable":true,"authRequired":false,"latencyMs":870,"serverInfo":{"name":"appraisily","version":"0.1.0"}},{"url":"https://mcp.appraisily.com/sse","reachable":true,"authRequired":false,"latencyMs":392,"serverInfo":{"name":"appraisily","version":"0.1.0"}}],"packages":[],"repo":{"found":false,"owner":"Appraisily","repo":"appraisily-openai-mcp","error":"repo not found"},"icon":{"url":"https://assets.appraisily.com/openai-mcp/appraisily-chatgpt-icon-125x128.png","source":"registry","width":125,"height":128},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}