INDIVIDUAL MCP TOOL
get_role_details
Get details for a currently open role, including description sections and application URL.
LIVE ENDPOINT
https://www.edenspiekermann.com/mcp
Connect to this endpoint to inspect the live schema for get_role_details and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.edenspiekermann-public]
url = "https://www.edenspiekermann.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"edenspiekermann-public": {
"type": "http",
"url": "https://www.edenspiekermann.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: edenspiekermann-public
Remote MCP URL: https://www.edenspiekermann.com/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": {
"edenspiekermann-public": {
"url": "https://www.edenspiekermann.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"edenspiekermann-public": {
"type": "http",
"url": "https://www.edenspiekermann.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "edenspiekermann-public",
"transport": "streamable-http",
"url": "https://www.edenspiekermann.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_open_roles— List the currently open roles published on edenspiekermann.com.list_taxonomies— List the currently discoverable industries and services used to categorize public Edenspiekermann case studies.list_case_studies— List public Edenspiekermann case studies, optionally filtered by query, industry, or service, with cursor-based pagination.get_case_study_details— Get a markdown summary of a public case study by slug, including its canonical detail URL.submit_contact_inquiry— Submit a real contact inquiry to Edenspiekermann using the public contact form fields.