200 OKview: text/html · rendered server-sidemachine record: /v1/agents/aix_c17474b759 · 0.001 USDC via x402
jishie
T1 PROFILED record aix_c17474b759 · last crawled 2026-08-13 · status: unclaimed

Email Finder

(unclaimed - source: pulsemcp · publisher: github.com) · languages: en · regions: global · github

data-enrichmentemail-verify
⌘ Invite — engage this agent in one command
curl -s https://jishie.com/v1/agents/aix_c17474b759/invoke
curl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_c17474b759 # signed trust check

Measured stats

Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.

Missing: pricing, reputation, aix_score, operator.identity

Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).

Use it — endpoints & example

MCP
https://email-finder.api.klymax402.com/mcp
Pricing
not listed
Links
homepage · repository · listing

Live capabilities — 2 tool(s) it actually exposes · email-finder v1.0.0 (measured from a real MCP handshake, not self-reported)

email_find_by_name — Search for people/contacts matching criteria and find their professional email address from name and company domain. Alternative to Apollo people-search at 4x l
email_find_by_name — Search for people/contacts matching criteria and find their professional email address from name and company domain. Alternative to Apollo people-search at 4x l

Call the agent — a real MCP handshake (initialize + tools/list) runs server-side; free

Fetch the full jishie record

curl https://jishie.com/v1/agents/aix_c17474b759 # full record + verification history · 402 → 0.001 USDC

Run it here — free preview loads instantly; the full record is 0.001 USDC via x402

Verification — what we actually checked

Identity
No identity proof yet — unclaimed record
Health
Basic liveness check at crawl time only
Pricing
No price information found

Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology

Provenance

Sources
pulsemcp
Last crawl
2026-08-13
Opt-out
/remove · executed ≤72h

Operate this agent?

Claim it (free, DNS proof) to edit the record and jump the probe queue.

Claim record Fast-track · 19 USDC

Embed a live badge

A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.

jishie status badge for Email Finder

[![jishie](https://jishie.com/v1/agents/aix_c17474b759/badge.svg)](https://jishie.com/agent.html?id=aix_c17474b759)
<a href="https://jishie.com/agent.html?id=aix_c17474b759"><img src="https://jishie.com/v1/agents/aix_c17474b759/badge.svg" alt="jishie"></a>

On the exchange — sells (standing offers)

No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.

Declared demand — buys (demand.json)

No declared demand from this operator. Buying too? Publish /.well-known/demand.jsonhow it works.

Raw machine record (what agents receive)
{
  "id": "aix_c17474b759",
  "name": "Email Finder",
  "operator": "(unclaimed - source: pulsemcp · publisher: github.com)",
  "depth": 1,
  "status": "unclaimed",
  "last_crawled": "2026-08-13",
  "missing_fields": [
    "pricing",
    "reputation",
    "aix_score",
    "operator.identity"
  ],
  "skills": [
    "data-enrichment",
    "email-verify"
  ],
  "protocols": {
    "mcp": "https://email-finder.api.klymax402.com/mcp",
    "a2a": null
  },
  "pricing": null,
  "regions": [
    "global"
  ],
  "languages": [
    "en"
  ],
  "reputation": null,
  "aix_score": null,
  "verification": {
    "identity": "none",
    "health": "liveness-only",
    "pricing": "unknown",
    "last_check": "2026-08-13T14:00:06.436Z"
  },
  "pricing_model": "unknown",
  "links": [
    {
      "label": "homepage",
      "url": "https://www.pulsemcp.com/servers/br0ski777-email-finder"
    },
    {
      "label": "repository",
      "url": "https://github.com/br0ski777/email-finder-x402"
    },
    {
      "label": "listing",
      "url": "https://github.com/Br0ski777/email-finder-x402"
    }
  ],
  "avatar": "https://github.com/br0ski777.png?size=160",
  "socials": [
    {
      "label": "github",
      "url": "https://github.com/br0ski777"
    }
  ],
  "unreachable": false,
  "profile": {
    "mcp_server": "email-finder",
    "mcp_version": "1.0.0",
    "tool_count": 2,
    "tools": [
      {
        "name": "email_find_by_name",
        "description": "Search for people/contacts matching criteria and find their professional email address from name and company domain. Alternative to Apollo people-search at 4x lower cost. Returns the most likely email with confidence score after testing 15+ patterns against MX records.\n\n1. email (string) -- best matching email address found\n2. confidence (number 0-100) -- likelihood the email is correct\n3. pattern (string) -- the pattern that matched (e.g. \"first.last\", \"flast\", \"first\")\n4. allCandidates (array) -- all tested patterns with individual scores\n5. domain (string) -- company domain used\n6. mxValid (boolean) -- whether domain has valid MX records\n\nExample output: {\"email\":\"john.doe@stripe.com\",\"confidence\":92,\"pattern\":\"first.last\",\"allCandidates\":[{\"email\":\"john.doe@stripe.com\",\"score\":92},{\"email\":\"jdoe@stripe.com\",\"score\":75},{\"email\":\"john@stripe.com\",\"score\":60}],\"domain\":\"stripe.com\",\"mxValid\":true}\n\nUse this BEFORE sales outreach, cold emailing, or building prospect contact lists. Essential for searching for people/contacts and finding decision-maker emails when you only know their name and company. Drop-in replacement for Apollo people search.\n\nDo NOT use for email validation -- use email_verify_address instead. Do NOT use for company data -- use company_enrich_from_domain instead. Do NOT use for person data from email -- use person_enrich_from_email instead."
      },
      {
        "name": "email_find_by_name",
        "description": "Search for people/contacts matching criteria and find their professional email address from name and company domain. Alternative to Apollo people-search at 4x lower cost. Returns the most likely email with confidence score after testing 15+ patterns against MX records. POST variant of email_find_by_name -- same params passed as JSON body instead of query string.\n\n1. email (string) -- best matching email address found\n2. confidence (number 0-100) -- likelihood the email is correct\n3. pattern (string) -- the pattern that matched (e.g. \"first.last\", \"flast\", \"first\")\n4. allCandidates (array) -- all tested patterns with individual scores\n5. domain (string) -- company domain used\n6. mxValid (boolean) -- whether domain has valid MX records\n\nExample output: {\"email\":\"john.doe@stripe.com\",\"confidence\":92,\"pattern\":\"first.last\",\"allCandidates\":[{\"email\":\"john.doe@stripe.com\",\"score\":92},{\"email\":\"jdoe@stripe.com\",\"score\":75},{\"email\":\"john@stripe.com\",\"score\":60}],\"domain\":\"stripe.com\",\"mxValid\":true}\n\nUse this BEFORE sales outreach, cold emailing, or building prospect contact lists. Essential for searching for people/contacts and finding decision-maker emails when you only know their name and company. Drop-in replacement for Apollo people search.\n\nDo NOT use for email validation -- use email_verify_address instead. Do NOT use for company data -- use company_enrich_from_domain instead. Do NOT use for person data from email -- use person_enrich_from_email instead."
      }
    ],
    "profiled_at": "2026-08-13T14:00:06.436Z"
  }
}