← kpastro.academy

INDIVIDUAL MCP TOOL

create_business_inquiry

Submit a structured B2B inquiry for API, white-label, report, or AI astrology platform requirements.

kpastro.academynone authenticationAvailability not checked

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 endpoint

kpastro.academy

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.kpastro-academy]
url = "https://kpastro.academy/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kpastro-academy": {
      "type": "http",
      "url": "https://kpastro.academy/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kpastro-academy
Remote MCP URL: https://kpastro.academy/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": {
    "kpastro-academy": {
      "url": "https://kpastro.academy/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kpastro-academy": {
      "type": "http",
      "url": "https://kpastro.academy/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kpastro-academy",
  "transport": "streamable-http",
  "url": "https://kpastro.academy/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_business_api_catalog — Return canonical B2B API pages, public pricing plan metadata when available, and supported endpoint groups for agent research.