Productivity
agenticinsights.com
An MCP server for Agentic Insights consulting that exposes provider profiles, availability slots, booking suggestions, and safe booking handoff links.
ENDPOINT 1
https://agenticinsights.com/mcp
MCP server metadata
- Name
- agentic-insights-consulting
- Version
- 1.0.0
Use tools/list and tools/call for public consulting discovery, availability lookup, mutual-slot suggestions, and booking handoff. This MCP server does not read the user's calendar or auto-confirm meetings.
Known tools 4
get_provider_profileReturn public provider identity, services, discovery links, and booking guardrails.
Inferred read-onlyget_availabilityReturn public live or estimated availability slots for Agentic Insights consulting sessions.
Inferred read-onlysuggest_booking_slotsCompare Agentic Insights availability with user free windows supplied by a calendar-authorized client.
Inferred read-onlyget_booking_handoffReturn safe handoff links and confirmation rules for a selected or prospective booking slot.
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.agentic-insights-consulting]
url = "https://agenticinsights.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentic-insights-consulting": {
"type": "http",
"url": "https://agenticinsights.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentic-insights-consulting
Remote MCP URL: https://agenticinsights.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": {
"agentic-insights-consulting": {
"url": "https://agenticinsights.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentic-insights-consulting": {
"type": "http",
"url": "https://agenticinsights.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentic-insights-consulting",
"transport": "streamable-http",
"url": "https://agenticinsights.com/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.