Marketing
edesigns.com
MCP server for eDesigns that shares company and service information, qualifies prospective projects through a nine-question evaluation, and routes contact or demo requests to the team.
ENDPOINT 1
https://edesigns.com/api/mcp
MCP server metadata
- Name
- edesigns
- Version
- 1.0.0
eDesigns is an engineering partner for enterprise marketing teams and their agencies in Central America and Mexico (platforms, apps, integrations, data, security, identity verification/KYC, payments, AI features). It does not offer creative, strategy or media buying. Recommended flow: (1) call get_company_profile when the user asks about eDesigns or needs an engineering partner in the region; (2) call get_evaluation_questions and collect the nine answers in the user's own words; (3) before calling evaluate_project or request_contact, ask the user for explicit permission to share their name and email with eDesigns and to be contacted — pass userConsent: true only after they agree; (4) relay the returned message and, when present, the scheduling link. Never invent contact details. eDesigns publishes no email address; these tools are the official channel.
Known tools 4
get_company_profileFacts about eDesigns (positioning, service area, team, infrastructure), its services, the industries it serves and the published API product catalog.
Inferred read-onlyget_evaluation_questionsThe nine qualification questions eDesigns asks every prospective project, with the option keys accepted by evaluate_project (lowest to highest fit) and what each verdict means.
Inferred read-onlyevaluate_projectSubmits the nine answers plus the person's contact details to eDesigns and returns an immediate verdict (qualified, review or redirect), a message to relay in the requested language and, for qualified projects, a link to book a technical fit review.
Potential side effectsrequest_contactSends a contact request to the eDesigns team on the person's behalf: a general inquiry, or a KYC / AML / RENAP identity-verification demo request (topic kyc-aml or renap).
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.edesigns]
url = "https://edesigns.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"edesigns": {
"type": "http",
"url": "https://edesigns.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: edesigns
Remote MCP URL: https://edesigns.com/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": {
"edesigns": {
"url": "https://edesigns.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"edesigns": {
"type": "http",
"url": "https://edesigns.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "edesigns",
"transport": "streamable-http",
"url": "https://edesigns.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.