Site MCP server
Wen Receipts: the site's own MCP server — dataset, enquiry, entities, listing (enquiry = a human...
Little public usage data yet
Reviews
Write oneNobody has reviewed Site yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Site tools (32, 5 write)
write = sends, deletes, buys or postsagent_session_startFreeGive 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.
agent_session_verifyFreeThe 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).
claim_publicFreeWhether an entry has a verified claim, by which proof and when — never by whom.
claim_startFreeNames 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.
claim_statusFreeEvery claim of this account with its status and, while pending, the instructions.
claim_verifyFreeThe server reads DNS, the well-known file and the verified email; verified claims are badges on the profile.
dataset_columnsFreeThe 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.
dataset_compareFreeThe rows of the Wen Receipts dataset whose column is any of the given values, in the order given — for "X vs Y" questions.
dataset_provenanceFreeThe source, the date it was computed, the licence and the citation for the Wen Receipts dataset. Read this to attribute a figure correctly.
dataset_rowFreeThe rows of the Wen Receipts dataset where a column equals a value exactly (case-insensitive).
dataset_searchFreeRows of the Wen Receipts dataset whose cells contain the query (case-insensitive), up to 50.
dataset_statsFreecount, 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).
dataset_topFreeThe highest (or lowest) rows of the Wen Receipts dataset by a numeric column — "which is the most/least X".
enquiry_describeFreeRead 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.
enquiry_fieldsFreeEvery 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.
entities_exportFreeEvery 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.
entities_inFreeThe Wen Receipts register entities in one region (a state or a jurisdiction, by id or name), optionally for one service, 50 a page.
entities_schemaFreeWhich 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.
entities_searchFreeEntities 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.
entity_lookupFreeThe 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.
listing_confirm_usdcFreeThe 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.
listing_describeFreeWhat 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.
listing_draftwrite actionFreeCreates 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.
listing_pay_cardwrite actionFreeReturns 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.
listing_pay_stripewrite actionFreeSend 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.
listing_pay_usdcwrite actionFreeReturns 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.
listing_statusFreeEvery listing of this account with its status (awaiting_payment, pending_review, published, refused, withdrawn, expired).
listing_termsFreeThe clauses a listing is judged by, their version (send it back as termsVersion), and every profile field the directory takes.
listing_withdrawFreeTakes down a listing of this account.
listings_publishedFreeWhat firms have added on top of the register (published rows only), optionally for one register entry.
placements_activeFreeThe Sponsored slot's contents for a page (home | region | leaf); labelled as sponsored in the answer.
submit_enquirywrite actionFreeSubmits 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."
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 1333ms20/20
- Tool poisoning32 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 5 write-action tools with no auth3/15
- Maintenancerepository not readable: repo not found3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http site https://wenreceipts.com/mcp
Site: common questions
- Is Site MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the Site safety report
- How do I install Site?
- It runs remotely at wenreceipts.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Site need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Site maintained?
- The latest release is v1.0.0.
- Is Site up?
- 100% of our last 5 checks got an answer. We check remote servers about four times a day.