configure_profile_commitconfigure — Commits bounded turn evidence (messages, response, memories) after a read-backed turn.
configure_profile_readconfigure — Reads approved profile sections (identity, preferences, summary, imports) for the current user.
configure_profile_searchconfigure — Searches the user's profile for concrete information, optionally filtered by source.
configure_profile_toolsconfigure — Returns the list of available Configure tools for the current profile.
kg-ingestio.github.renezander030/graphiti-local — Ingest data into the knowledge graph from a JSONL file
kg-ladybug-setupio.github.renezander030/graphiti-local — Initialize or set up the Ladybug database for the knowledge graph
exiftool_metadataio.github.renkagod/osint-toolbox-mcp — Extract metadata (GPS, camera, author, software, timestamps) from a local file.
spiderfoot_scanio.github.renkagod/osint-toolbox-mcp — Run a SpiderFoot scan on a target (domain, IP, email, phone, username, person name) and return findings grouped by type.
osint_toolbox_statusio.github.renkagod/osint-toolbox-mcp — Check which OSINT tools are installed and how to install missing ones.
sherlock_username_searchio.github.renkagod/osint-toolbox-mcp — Search for accounts on 400+ sites by username.
maigret_username_searchio.github.renkagod/osint-toolbox-mcp — Search for accounts on up to 3000+ sites with profile data by username.
blackbird_username_searchio.github.renkagod/osint-toolbox-mcp — Search for accounts on the 700+ sites of the WhatsMyName list by username.
holehe_email_searchio.github.renkagod/osint-toolbox-mcp — Check which of about 120 sites have an account for an email address.
ghunt_google_searchio.github.renkagod/osint-toolbox-mcp — Retrieve public Google account data (name, profile picture, Maps reviews, calendar) by email or Gaia ID.
theharvester_domain_searchio.github.renkagod/osint-toolbox-mcp — Gather email addresses, subdomains, hosts, and IP addresses for a domain or company name.
phoneinfoga_scanio.github.renkagod/osint-toolbox-mcp — Scan a phone number for country, number formats, carrier, and search queries.
subfinder_subdomain_searchio.github.renkagod/osint-toolbox-mcp — Discover subdomains from passive sources for a domain.
dnstwist_lookalike_domainsio.github.renkagod/osint-toolbox-mcp — Find registered lookalike domains (typos, homoglyphs, other TLDs) with their DNS records.
dnsrecon_domain_scanio.github.renkagod/osint-toolbox-mcp — Perform DNS reconnaissance: records, zone transfer attempts, DNSSEC zone walking.
whois_lookupio.github.renkagod/osint-toolbox-mcp — Perform WHOIS/RDAP lookup for a domain, IP, network, or AS number.
dns_lookupio.github.renkagod/osint-toolbox-mcp — Resolve DNS records (A, AAAA, CNAME, MX, NS, TXT, SOA, CAA) or reverse name for a domain or IP.
crtsh_certificate_searchio.github.renkagod/osint-toolbox-mcp — Search crt.sh for TLS certificates issued for a domain, returning host names and email addresses.
wayback_snapshotsio.github.renkagod/osint-toolbox-mcp — Retrieve archived snapshots from the Wayback Machine for a URL or domain, newest first.
append_relayio.github.zaebee/p-e — Append one record. Never overwrites: a proposed id already held is refused. Over HTTP it must be HMAC-signed.
get_relayio.github.zaebee/p-e — The exact bytes of one record, or a refusal naming its state. Never a summary, never a reconstruction.
existsio.github.zaebee/p-e — Returns PRESENT, KNOWN_MISSING (a held record names this id and the bytes are absent), or UNKNOWN (nothing here mentions it).
list_repliesio.github.zaebee/p-e — Records whose parent or ref is a given id. The reply graph is not a line and this does not flatten it.
wait_for_relayio.github.zaebee/p-e — Block until a record appears with an id greater than 'after', or until the timeout.
list_relaysio.github.zaebee/p-e — Ids held and ids known to be missing. Gaps are reported, never closed.
create_payment_linkjunter1989k-ai/Jordan Payments MCP — Create a JOD hosted-checkout link.
query_payment_statusjunter1989k-ai/Jordan Payments MCP — Pull-based status check; paid=true when PAID.
approve_joinio.github.renl/meshimize-mcp — Complete a pending join after your human operator has approved it
search_groupsio.github.renl/meshimize-mcp — Search and browse public groups on the network. Call with no query to browse all available groups.
join_groupio.github.renl/meshimize-mcp — Request to join a group (requires operator approval before joining)
get_messagesio.github.renl/meshimize-mcp — Retrieve recent messages from a group
list_pending_joinsio.github.renl/meshimize-mcp — List all pending join requests awaiting operator approval
list_my_groupsio.github.renl/meshimize-mcp — List groups you are a member of, including your role in each
post_messageio.github.renl/meshimize-mcp — Send a message to a group (post, question, or answer type)
ask_questionio.github.renl/meshimize-mcp — Post a question and wait for an answer — single synchronous call
reject_joinio.github.renl/meshimize-mcp — Cancel a pending join request when your operator has declined
leave_groupio.github.renl/meshimize-mcp — Leave a group, unsubscribe from updates, and clear local buffer
fetch_markdownio.github.zcag/readdown-mcp — Fetch a web page and convert it to clean, LLM-optimized Markdown. Returns the article content with metadata (title, author, date) and token
convert_htmlio.github.zcag/readdown-mcp — Convert an HTML string to clean, LLM-optimized Markdown. Use this when you already have HTML content and need it as Markdown.