{"name":"com.wenreceipts/site","slug":"wenreceipts-site","title":null,"description":"Wen Receipts: the site's own MCP server — dataset, enquiry, entities, listing (enquiry = a human...","url":"https://mcp.market/server/wenreceipts-site","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":8,"ok":8,"last_checked_at":"2026-09-21T08:36:02.134Z","last_ok_at":"2026-09-21T08:36:02.134Z","latency_ms":624},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/joeetdev/venture-estate","website":"https://wenreceipts.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://wenreceipts.com/mcp"}],"packages":[],"tools":[{"name":"agent_session_start","description":"Give a Solana address; get the exact message to sign. A signature, not a transaction: no fee, nothing moves. Then call agent_session_verify with the base64 signature.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","minLength":32,"maxLength":44}},"required":["address"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"agent_session_verify","description":"The address, the exact message from agent_session_start and its base64 Ed25519 signature. Returns a session token to pass as `session` to every later call (valid 30 days, revocable from the account page).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","minLength":32,"maxLength":44},"message":{"type":"string","minLength":20,"maxLength":2000},"signature":{"type":"string","minLength":40,"maxLength":200}},"required":["address","message","signature"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"claim_public","description":"Whether an entry has a verified claim, by which proof and when — never by whom.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"scheme":{"type":"string","minLength":2,"maxLength":40},"value":{"type":"string","minLength":1,"maxLength":120}},"required":["scheme","value"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"claim_start","description":"Names the entry (scheme + value, e.g. lei); returns the proof domain the register lists and the token to place as a TXT record, a well-known file, or via a verified email there.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"},"scheme":{"type":"string","minLength":2,"maxLength":40},"value":{"type":"string","minLength":1,"maxLength":120}},"required":["session","scheme","value"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"claim_status","description":"Every claim of this account with its status and, while pending, the instructions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"}},"required":["session"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"claim_verify","description":"The server reads DNS, the well-known file and the verified email; verified claims are badges on the profile.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"},"id":{"type":"string","minLength":10,"maxLength":60}},"required":["session","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dataset_columns","description":"The columns, which of them are numeric, the row count and the provenance banner of the Wen Receipts dataset. Call this first to learn the schema.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dataset_compare","description":"The rows of the Wen Receipts dataset whose column is any of the given values, in the order given — for \"X vs Y\" questions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"column":{"type":"string","minLength":1},"values":{"type":"array","items":{"type":"string","minLength":1},"minItems":2,"maxItems":10}},"required":["column","values"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dataset_provenance","description":"The source, the date it was computed, the licence and the citation for the Wen Receipts dataset. Read this to attribute a figure correctly.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dataset_row","description":"The rows of the Wen Receipts dataset where a column equals a value exactly (case-insensitive).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"column":{"type":"string","minLength":1},"value":{"type":"string","minLength":1}},"required":["column","value"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dataset_search","description":"Rows of the Wen Receipts dataset whose cells contain the query (case-insensitive), up to 50.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"description":"text to look for in any cell"},"limit":{"type":"integer","minimum":1,"maximum":50}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dataset_stats","description":"count, min, max, mean, median and sum of a numeric column of the Wen Receipts dataset (grouping commas and currency are handled; non-numeric rows are excluded and counted).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"column":{"type":"string","minLength":1}},"required":["column"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"dataset_top","description":"The highest (or lowest) rows of the Wen Receipts dataset by a numeric column — \"which is the most/least X\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"column":{"type":"string","minLength":1},"limit":{"type":"integer","minimum":1,"maximum":50},"ascending":{"type":"boolean","description":"true for the lowest first; default highest first"}},"required":["column"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"enquiry_describe","description":"Read first. States plainly what submit_enquiry does on Wen Receipts: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"enquiry_fields","description":"Every field of the Wen Receipts enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"entities_export","description":"Every entity of Wen Receipts register, 200 a page, with provenance. Needs an access key (Authorization: Bearer); export pages are metered per key per day. Without a key the answer says how to get one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"page":{"type":"integer","minimum":1},"pageSize":{"type":"integer","minimum":1,"maximum":200}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"entities_in","description":"The Wen Receipts register entities in one region (a state or a jurisdiction, by id or name), optionally for one service, 50 a page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"region":{"type":"string","minLength":2,"maxLength":60},"service":{"type":"string","maxLength":80},"page":{"type":"integer","minimum":1},"pageSize":{"type":"integer","minimum":1,"maximum":50}},"required":["region"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"entities_schema","description":"Which fields the Wen Receipts register register carries and on how many entities, the regions and services, the identifier schemes, and how to cite it. Call this first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"entities_search","description":"Entities of Wen Receipts register whose name, commercial name, website, address or authority contains the query, optionally within a region (id or name) and a service (slug or name). Up to 50 rows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","maxLength":120},"region":{"type":"string","maxLength":60},"service":{"type":"string","maxLength":80},"limit":{"type":"integer","minimum":1,"maximum":50}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"entity_lookup","description":"The Wen Receipts register entry for a firm, by its register identifier (scheme + value, e.g. lei) or by the slug of its page. Exact match; returns the whole record with its page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"scheme":{"type":"string","minLength":2,"maxLength":24,"description":"identifier scheme, e.g. lei, fca_frn, tdlr_license"},"value":{"type":"string","minLength":1,"maxLength":80},"slug":{"type":"string","minLength":1,"maxLength":120}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_confirm_usdc","description":"The SERVER finds the transfer by reference and reads the treasury's balance change; a short or wrong-token transfer is reported by name and not credited. On success the listing enters review.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"},"id":{"type":"string","minLength":10,"maxLength":60}},"required":["session","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_describe","description":"What a listing on Wen Receipts is, what it costs, how it is paid, who publishes it, and every profile field it takes. Read this to the person first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_draft","description":"Creates a listing draft on Wen Receipts. Send the fullest profile you can (listing_describe lists the fields); a scam-shaped or off-list field is refused by name. Returns the listing id and status awaiting_payment.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"},"name":{"type":"string","minLength":1,"maxLength":120},"website":{"type":"string","maxLength":200},"enquiryEmail":{"type":"string","maxLength":160},"languages":{"type":"string","maxLength":200},"about":{"type":"string","maxLength":1200},"services":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"string"}]},"jurisdictions":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"string"}],"description":"ISO codes"},"termsVersion":{"type":"string","minLength":1},"termsAccepted":{"type":"boolean"},"authorised":{"type":"boolean"},"register":{"type":"object","properties":{"scheme":{"type":"string"},"value":{"type":"string"}},"required":["scheme","value"],"additionalProperties":false},"profile":{"type":"object","additionalProperties":{}}},"required":["session","name","services","jurisdictions","termsVersion","termsAccepted","authorised"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_pay_card","description":"Returns a Stripe Checkout URL at the site's price. A human completes it in a browser; the site learns of payment from Stripe's verified event, never from the browser.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"},"id":{"type":"string","minLength":10,"maxLength":60}},"required":["session","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_pay_stripe","description":"Send a Stripe payment method id (pm_...) the agent is entitled to use; the server charges the SITE's price off-session. Answers succeeded (the listing enters review) or requires_action (use listing_pay_card for a human); never charges an amount you name.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"},"id":{"type":"string","minLength":10,"maxLength":60},"paymentMethod":{"type":"string","pattern":"^pm_[A-Za-z0-9]+$"}},"required":["session","id","paymentMethod"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_pay_usdc","description":"Returns the Solana Pay transfer request: recipient, exact amount, USDC mint and a unique reference. Pay it from the wallet (include the reference as a read-only key), then call listing_confirm_usdc.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"},"id":{"type":"string","minLength":10,"maxLength":60}},"required":["session","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_status","description":"Every listing of this account with its status (awaiting_payment, pending_review, published, refused, withdrawn, expired).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"}},"required":["session"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_terms","description":"The clauses a listing is judged by, their version (send it back as termsVersion), and every profile field the directory takes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listing_withdraw","description":"Takes down a listing of this account.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"session":{"type":"string","minLength":20,"maxLength":300,"description":"the session token from agent_session_verify"},"id":{"type":"string","minLength":10,"maxLength":60}},"required":["session","id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"listings_published","description":"What firms have added on top of the register (published rows only), optionally for one register entry.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"scheme":{"type":"string","maxLength":40},"value":{"type":"string","maxLength":120}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"placements_active","description":"The Sponsored slot's contents for a page (home | region | leaf); labelled as sponsored in the answer.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"page":{"type":"string","enum":["home","region","leaf"]},"region":{"type":"string","maxLength":40},"leaf":{"type":"string","maxLength":120}},"required":["page"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"submit_enquiry","description":"Submits an enquiry to Wen Receipts — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: \"By submitting you agree Wen Receipts may reply to your message by email. We do not sell your details to anyone.\"","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"answers":{"type":"object","additionalProperties":{"type":["string","number","boolean"]},"description":"the person's answers, keyed by field key"},"consent":{"type":"boolean","description":"true only when the person has agreed to: By submitting you agree Wen Receipts may reply to your message by email. We do not sell your details to anyone."},"confirmation":{"type":"string","description":"the confirmation token from step 1, after the person has approved the summary"}},"required":["answers","consent"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T20:07:30.024Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:07:29.999Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1333ms"]},"poisoning":{"score":15,"max":15,"notes":["32 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 5 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://wenreceipts.com/mcp","reachable":true,"authRequired":false,"latencyMs":1333,"serverInfo":{"name":"Wen Receipts (wenreceipts.com)","version":"1.0.0"}}],"packages":[],"repo":{"found":false,"owner":"joeetdev","repo":"venture-estate","error":"repo not found"},"icon":{"url":"https://wenreceipts.com/apple-touch-icon.png","source":"registry","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}