← Registry

Databases

revgeni.ai

Manages CRM company data with list, search, get, create, and update operations.

1 endpoint42 known toolsFirst detected August 3, 2026Last detected August 3, 2026

ENDPOINT 1

https://app.revgeni.ai/api/mcp

No auth detected

MCP server metadata

Name
revgeni-mcp
Version
0.0.1-foundation
Capabilities
tools

Known tools 42

stella_list_companies

List CRM companies.

Inferred read-only
stella_search_companies

Search CRM companies by name, domain, or industry.

Inferred read-only
stella_get_company

Fetch a single CRM company by id.

Inferred read-only
stella_create_company

Create a new CRM company.

Potential side effects
stella_update_company

Update fields on an existing CRM company.

Potential side effects
stella_list_people

List CRM people, optionally filtered by company.

Inferred read-only
stella_search_people

Search CRM people by name, email, or title; optionally filter by company.

Potential side effects
stella_get_person

Fetch a single CRM person by id.

Inferred read-only
stella_create_person

Create a new CRM person (contact).

Potential side effects
stella_update_person

Update fields on an existing CRM person.

Potential side effects
stella_link_person_to_company

Associate an existing CRM person with an existing company.

Inferred read-only
stella_search_deals

Search CRM deals with optional stage, company, value, and source filters.

Inferred read-only
stella_get_deal

Fetch a single CRM deal by id.

Inferred read-only
stella_get_deal_counts_by_stage

Get deal counts grouped by pipeline stage (use this instead of search-and-count).

Inferred read-only
stella_create_deal

Create a new CRM deal.

Potential side effects
stella_update_deal

Update fields on an existing CRM deal.

Potential side effects
stella_move_deal_stage

Move a CRM deal to a different pipeline stage.

Inferred read-only
stella_search_activities

Search/list CRM activities and tasks with optional filters.

Inferred read-only
stella_create_activity

Log a CRM activity (call, email, meeting, or note), optionally linked to records.

Potential side effects
stella_create_task

Create a CRM task with an optional due date and linked records.

Potential side effects
stella_complete_task

Mark a CRM task complete (no-op if already complete).

Inferred read-only
stella_list_pipeline_stages

List the CRM pipeline stages (call before creating/moving deals by stage name).

Inferred read-only
stella_list_sequences

List email sequences, optionally filtered by active status or name.

Potential side effects
stella_create_sequence

Create an email sequence (created inactive; no contacts enrolled, no email sent).

Potential side effects
stella_generate_email_content

Draft email copy for a goal and recipient context.

Potential side effects
stella_enroll_contacts_preview

Preview a bulk enrollment for up to 100 contacts: report which contacts are eligible for the sequence.

Inferred read-only
stella_enroll_contacts

Bulk-enroll up to 100 contacts into a sequence.

Inferred read-only
hunter_preview_criteria

Preview Hunter discovery criteria from a natural-language ICP without creating a webset.

Inferred read-only
hunter_start_discovery

Start a confirmed Hunter criteria discovery.

Inferred read-only
hunter_list_saved_discoveries

List saved Hunter discovery websets for the caller organization.

Inferred read-only
hunter_get_discovery_status

Get the current status and discovered count for a Hunter discovery webset.

Inferred read-only
hunter_list_saved_search_results

List bounded saved Hunter discovery results for Claude-side triage and selection.

Inferred read-only
hunter_import_results

Import up to 50 selected Hunter discovery results into Stella after confirmation, preserving dedup decisions.

Inferred read-only
maya_create_campaign

Create a draft-safe Maya campaign.

Potential side effects
maya_generate_content_units

Generate campaign content units through Maya.

Inferred read-only
maya_create_posts

Create up to 50 social posts in draft state only.

Potential side effects
maya_list_posts

List Maya social posts for the caller organization.

Inferred read-only
maya_get_campaign_units

Read a campaign and its generated content units.

Inferred read-only
maya_list_campaigns

List Maya campaigns for the caller organization.

Inferred read-only
maya_reschedule_post

Set scheduledFor on one draft post without changing status.

Potential side effects
maya_bulk_reschedule

Set scheduledFor on up to 50 draft posts without changing status.

Inferred read-only
maya_publish_post

Blocked publishing surface.

Inferred read-only

CONNECT 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.

Trust status Trusted

revgeni.ai is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.