MCP App Store
Business & Operations
Evertrace icon

Evertrace

by Evertrace ApS

Overview

Evertrace is the leading AI-powered founder detection engine for VCs. We trace signals across the digital landscape to uncover emerging founders earlier than anyone else - helping investors discover tomorrow’s founders today.

Tools

book_demo

ChatGPT
Get a link to book a demo call with the Evertrace team. Returns a Calendly URL the user can open to schedule an introductory meeting.

count_events

ChatGPT
Count events filtered by domain, source, action, resource, and/or date range. All filters are optional. Returns the count of matching user-initiated events.

count_signal_screenings

ChatGPT
Count how many signals the current user has screened, optionally within a date range.

count_signal_views

ChatGPT
Count how many signal profiles the current user has viewed, optionally within a date range.

count_signals

ChatGPT
Count signals (people) matching filters without returning the data. Use the get_signals_metadata tool first to learn valid filter values. Supports the same filters as list_signals.

create_affinity_organization_batch

ChatGPT
Batch add up to 100 signals to an Affinity organization list. Returns an execution ID to track progress via get_affinity_organization_batch_status.

create_affinity_organization_entry

ChatGPT
Add a signal's organization to an Affinity organization list. Creates the organization in Affinity if needed, sets owner field, links person, and updates LinkedIn URL and job title.

create_affinity_person_batch

ChatGPT
Batch add up to 100 signals to an Affinity person list. Returns an execution ID to track progress via get_affinity_person_batch_status.

create_affinity_person_entry

ChatGPT
Add a signal (person) to an Affinity person list. Creates the person in Affinity if needed, sets owner field, links organization, and updates LinkedIn URL and job title.

create_attio_companies_batch

ChatGPT
Batch add up to 100 signals to an Attio companies list. Returns an execution ID to track progress via get_attio_companies_batch_status.

create_attio_company_entry

ChatGPT
Add a signal's company to an Attio companies list. Creates/updates the company and person records in Attio, sets owner, and adds to the list.

create_attio_deal_entry

ChatGPT
Add a signal to an Attio deals list. Creates person and company records, creates a deal record linking them, sets owner, and adds to the list.

create_attio_people_batch

ChatGPT
Batch add up to 100 signals to an Attio people list. Returns an execution ID to track progress via get_attio_people_batch_status.

create_attio_person_entry

ChatGPT
Add a signal (person) to an Attio people list. Creates/updates the person and company records in Attio, sets owner, and adds to the list.

create_list

ChatGPT
Create a new list in the workspace. Lists organize and track signals (people). Provide a name and optionally user IDs to share with.

create_list_batch

ChatGPT
Batch add up to 100 signals to a list at once. Returns an execution ID to track progress via get_list_batch_status.

create_list_entry

ChatGPT
Add a signal (person) to a list. Provide the list ID and the signal ID.

create_screening_batch

ChatGPT
Batch screen up to 100 signals at once. Returns an execution ID to track progress via get_screening_batch_status. Prefer this over calling screen_signal in a loop when screening multiple signals.

create_unscreening_batch

ChatGPT
Batch unscreen up to 100 signals at once. Returns an execution ID to track progress via get_unscreening_batch_status. Prefer this over calling unscreen_signal in a loop when unscreening multiple signals.

delete_list

ChatGPT
Permanently delete a list and all its entries. This action cannot be undone.

delete_list_entry

ChatGPT
Remove an entry from a list. This does not delete the signal itself.

delete_list_share

ChatGPT
Remove a specific share from a list, revoking that user's access.

get_affinity_organization_batch_status

ChatGPT
Check the status of a batch operation adding signals to an Affinity organization list. Returns progress, successes, failures, and individual item results.

get_affinity_person_batch_status

ChatGPT
Check the status of a batch operation adding signals to an Affinity person list. Returns progress, successes, failures, and individual item results.

get_attio_companies_batch_status

ChatGPT
Check the status of a batch operation adding signals to an Attio companies list. Returns progress, successes, failures, and individual item results.

get_attio_people_batch_status

ChatGPT
Check the status of a batch operation adding signals to an Attio people list. Returns progress, successes, failures, and individual item results.

get_execution

ChatGPT
Get a specific workflow execution by ID. Returns the execution type and status.

get_list

ChatGPT
Get a list by ID. By default returns a compact shape: {id, name, entriesCount, createdAt, shareeCount}. Set compact=false to get full list with creator object and access/sharing details.

get_list_batch_status

ChatGPT
Check the status of a batch add-to-list operation. Returns progress, successes, failures, and individual item results.

get_list_entry

ChatGPT
Get a single list entry by ID. By default returns a compact shape: {entryId, signalId, firstName, lastName, score, city, country, nationality, discoveredAt, signalType, industries[], profileTags[], addedAt}. Set compact=false to get the full entry with all nested signal relations (experiences, educations, tags, views, screenings).

get_screening_batch_status

ChatGPT
Check the status of a batch screening operation. Returns progress, successes, failures, and individual item results.

get_search_notifications

ChatGPT
Count new signals matching a saved search since it was last visited.

get_signal

ChatGPT
Get a single signal (person) by ID. By default returns a compact shape: {id, firstName, lastName, score, city, country, nationality, age, gender, profileAccuracy, discoveredAt, linkedinIdStr, source, signalType, industries[], profileTags[]}. Set compact=false to get the full signal with all nested relations (experiences, educations, tags, views, screenings).

get_signals_metadata

ChatGPT
Get all valid filter values, signal types, profile tags, industries, countries, regions, and other metadata needed to use the list_signals tool effectively. IMPORTANT: Call this before your first list_signals call in the session — filter values are workspace-specific and passing invalid values returns empty results without an error.

get_unscreening_batch_status

ChatGPT
Check the status of a batch unscreening operation. Returns progress, successes, failures, and individual item results.

get_user

ChatGPT
Get a specific user by ID in the current workspace.

get_user_settings

ChatGPT
Get the current user's notification and display settings.

get_workspace

ChatGPT
Get the current workspace info including name, seats, and integration connection status (Attio, Affinity).

get_workspace_owner

ChatGPT
Get the workspace owner.

invite_user

ChatGPT
Invite a new user to the workspace by email. Sends a signup magic link email to the invitee. Members (ws_member) cannot invite admins (ws_admin).

list_affinity_lists

ChatGPT
List connected Affinity lists from our database. Returns compact summaries: {id, name, affinityId, type, fieldCount}. Omits full field mapping arrays. Use list_affinity_list_fields for full field definitions.

list_attio_list_select_options

ChatGPT
Get select/dropdown options for a list attribute. Needed to discover valid values before calling update_attio_entry_values on select-type attributes.

list_attio_list_statuses

ChatGPT
Get status options for a list attribute. Needed to discover valid values before calling update_attio_entry_values on status-type attributes.

list_attio_lists

ChatGPT
List connected Attio lists from our database. Returns compact summaries: {id, name, attioId, types, attributeCount}. Omits full attribute mapping arrays.

list_attio_object_select_options

ChatGPT
Get select/dropdown options for an object attribute. Needed to discover valid values before calling update_attio_entry_values on object-level select-type attributes.

list_executions

ChatGPT
List workflow executions for the current user (up to 50 most recent). Returns execution IDs, workflow types, and statuses (running or completed).

list_list_entries

ChatGPT
List entries (people/signals) in a specific list with pagination, sorting, and filtering. Returns compact entry shapes: {entryId, signalId, firstName, lastName, score, city, country, nationality, discoveredAt, signalType, industries[], profileTags[], addedAt}. Use this tool when the user asks about people in a specific list. To search/filter across ALL signals in the workspace, use list_signals instead. Use get_signal with compact=false to get full signal details for a specific person.

list_lists

ChatGPT
List all lists in the current workspace. Returns compact summaries: {id, name, entriesCount, createdAt, shareeCount}. Use get_list with compact=false for full creator and sharing details.

list_related_signals_by_entry

ChatGPT
Get all signals representing the same person as a list entry. Useful for finding duplicate or related profiles across signal types. Returns compact signal shapes: {id, firstName, lastName, score, city, country, nationality, age, gender, profileAccuracy, discoveredAt, linkedinIdStr, source, signalType, industries[], profileTags[]}. Use get_signal with compact=false to get full signal details.

list_search_templates

ChatGPT
Get pre-built search templates with curated filter combinations. Templates cover common use cases like "DeepTech Founders", "Serial Founders", "European Founders", etc. Use these as starting points for signal searches.

list_searches

ChatGPT
List all saved searches accessible to the current user. Returns compact summaries: {id, title, emoji, createdAt, shareeCount}. Use get_search for filters and full details.

list_signal_entries

ChatGPT
Get all list entries for a specific signal. Shows which lists this signal (person) appears in. Returns compact entry shapes: {entryId, listId, addedAt}.

list_signals

ChatGPT
Search and filter signals (people) across the entire workspace with pagination. IMPORTANT: Always call get_signals_metadata first to discover valid filter values before using this tool — passing invalid values returns empty results without an error. Supports filtering by status, score, country, industry, profile tags, age, education, gender, and more. To get signals from a specific list, use list_list_entries instead. Returns compact signal shapes: {id, firstName, lastName, score, city, country, nationality, age, gender, profileAccuracy, discoveredAt, linkedinIdStr, signalType, industries[], profileTags[]}. Use get_signal for full details including experiences, educations, and views.

list_signals_by_search_id

ChatGPT
List signals matching a saved search's filters with pagination. Convenience wrapper: fetches the search, applies its filters, and returns paginated compact signals. Equivalent to calling list_signals with the search's filters manually. Returns compact signal shapes: {id, firstName, lastName, score, city, country, nationality, age, gender, profileAccuracy, discoveredAt, linkedinIdStr, signalType, industries[], profileTags[]}.

list_users

ChatGPT
List all users in the current workspace.

mark_signal_viewed

ChatGPT
Mark a signal as viewed by the current user. Idempotent — returns the existing view if already viewed.

overwrite_list_shares

ChatGPT
Set the sharees for a list, replacing all existing shares. Provide the full list of user IDs who should have access. Returns the updated list with its accesses.

query_attio_list_entry

ChatGPT
Query an Attio list entry by name, linkedin URL, or domain. Returns: {attioId, createdAt, parentRecordId, parentObject}.

screen_signal

ChatGPT
Screen (dismiss) a signal. Screened signals are hidden from default views. Idempotent — returns the existing screening if already screened.

search_cities

ChatGPT
Search available cities for the city filter. Returns city names sorted by signal count. Use these values with the city filter in list_signals.

search_companies

ChatGPT
Search past companies to get entity IDs for the past_companies filter. Returns company name, ID, and employee count. Pass the entity IDs (exe_* format) to the past_companies filter in list_signals. Provide either search or ids, not both.

search_educations

ChatGPT
Search past education institutions to get entity IDs for the past_education filter. Returns institution name, ID, and student count. Pass the entity IDs (ede_* format) to the past_education filter in list_signals. Provide either search or ids, not both.

submit_feedback

ChatGPT
Submit feedback about the Evertrace platform or MCP integration. The feedback is forwarded to the Evertrace team for review.

unscreen_signal

ChatGPT
Unscreen a signal, making it visible again in default views. Fails if the signal is not currently screened.

update_affinity_entry_values

ChatGPT
Update field values on an Affinity list entry. Handles both global and list-specific fields. Optionally adds a note to the entity.

update_attio_entry_values

ChatGPT
Update attribute values on an Attio list entry. Handles both list-level and object-level attributes. Optionally adds a note.

update_list

ChatGPT
Update a list's name.

update_workspace_name

ChatGPT
Update the current workspace name.

Capabilities

Writes

App Stats

75

Tools

ChatGPT

Platforms

Works with

ChatGPT

Data refreshed daily