Databases
revgeni.ai
Manages CRM company data with list, search, get, create, and update operations.
ENDPOINT 1
https://app.revgeni.ai/api/mcp
MCP server metadata
- Name
- revgeni-mcp
- Version
- 0.0.1-foundation
Known tools 42
stella_search_peopleSearch CRM people by name, email, or title; optionally filter by company.
Potential side effectsstella_link_person_to_companyAssociate an existing CRM person with an existing company.
Inferred read-onlystella_search_dealsSearch CRM deals with optional stage, company, value, and source filters.
Inferred read-onlystella_get_deal_counts_by_stageGet deal counts grouped by pipeline stage (use this instead of search-and-count).
Inferred read-onlystella_search_activitiesSearch/list CRM activities and tasks with optional filters.
Inferred read-onlystella_create_activityLog a CRM activity (call, email, meeting, or note), optionally linked to records.
Potential side effectsstella_create_taskCreate a CRM task with an optional due date and linked records.
Potential side effectsstella_list_pipeline_stagesList the CRM pipeline stages (call before creating/moving deals by stage name).
Inferred read-onlystella_list_sequencesList email sequences, optionally filtered by active status or name.
Potential side effectsstella_create_sequenceCreate an email sequence (created inactive; no contacts enrolled, no email sent).
Potential side effectsstella_generate_email_contentDraft email copy for a goal and recipient context.
Potential side effectsstella_enroll_contacts_previewPreview a bulk enrollment for up to 100 contacts: report which contacts are eligible for the sequence.
Inferred read-onlyhunter_preview_criteriaPreview Hunter discovery criteria from a natural-language ICP without creating a webset.
Inferred read-onlyhunter_list_saved_discoveriesList saved Hunter discovery websets for the caller organization.
Inferred read-onlyhunter_get_discovery_statusGet the current status and discovered count for a Hunter discovery webset.
Inferred read-onlyhunter_list_saved_search_resultsList bounded saved Hunter discovery results for Claude-side triage and selection.
Inferred read-onlyhunter_import_resultsImport up to 50 selected Hunter discovery results into Stella after confirmation, preserving dedup decisions.
Inferred read-onlymaya_reschedule_postSet scheduledFor on one draft post without changing status.
Potential side effectsmaya_bulk_rescheduleSet scheduledFor on up to 50 draft posts without changing status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.revgeni-mcp]
url = "https://app.revgeni.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"revgeni-mcp": {
"type": "http",
"url": "https://app.revgeni.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: revgeni-mcp
Remote MCP URL: https://app.revgeni.ai/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"revgeni-mcp": {
"url": "https://app.revgeni.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"revgeni-mcp": {
"type": "http",
"url": "https://app.revgeni.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "revgeni-mcp",
"transport": "streamable-http",
"url": "https://app.revgeni.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for revgeni.ai was fetched 2026-08-24T01:41:36.033Z.
revgeni.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.