INDIVIDUAL MCP TOOL
get_company_profile
Facts about eDesigns (positioning, service area, team, infrastructure), its services, the industries it serves and the published API product catalog.
LIVE ENDPOINT
https://edesigns.com/api/mcp
Connect to this endpoint to inspect the live schema for get_company_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.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.
Related tools
get_evaluation_questions— The 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.evaluate_project— Submits 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.request_contact— Sends 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).