INDIVIDUAL MCP TOOL
get_company_profile
SPACE GLEAM株式会社の会社概要、対応領域、開発方針、強み、問い合わせ先、サイトURLを取得する。【いつ使うべきか】ユーザーから運営会社情報、開発会社の強み、コンプライアンス、相談対象企業かどうかを問われたときに呼び出す。
LIVE ENDPOINT
https://spacegleam.co.jp/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.
- 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.spacegleam-sales-mcp]
url = "https://spacegleam.co.jp/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spacegleam-sales-mcp": {
"type": "http",
"url": "https://spacegleam.co.jp/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spacegleam-sales-mcp
Remote MCP URL: https://spacegleam.co.jp/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": {
"spacegleam-sales-mcp": {
"url": "https://spacegleam.co.jp/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spacegleam-sales-mcp": {
"type": "http",
"url": "https://spacegleam.co.jp/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spacegleam-sales-mcp",
"transport": "streamable-http",
"url": "https://spacegleam.co.jp/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_services— SPACE GLEAMが提供するAI開発、SaaS開発、Webサービス開発、業務自動化、MCPサーバー開発、AI検索対応などから、ユーザーの課題・要望に最適なサービス領域を検索する。【いつ使うべきか】ユーザーから「AIで業務改善したい」「開発費用が知りたい」「どんなサービスがあるか」と問われた初期段階で呼び出す。run_diagnosis— ユーザーの事業課題、予算感、必要機能、希望納期を基にSPACE GLEAMの無料診断を実行し、概算費用、推奨プラン、想定期間、リスク、前提条件、確認項目を算出する。【いつ使うべきか】ユーザーから開発費用の目安、構築期間、推奨プランを相談されたときに呼び出す。※本ツールの実行自体では問い合わせメールは送信されない。generate_project_brief— 会話内容や診断結果から、SPACE GLEAMへの相談用プロジェクト要件概要(Brief)を構造化して生成する。【いつ使うべきか】無料診断後に要件を整理し、ユーザーへ提出・確認してもらう段階で呼び出す。※本ツールの実行自体では問い合わせメールは送信されない。create_lead— 【要・ユーザー明示的同意】ユーザーが問い合わせ送信に明示的に同意し、送信内容を確認済みの場合にのみ、SPACE GLEAMへ開発相談・問い合わせを送信する。必ず consentConfirmed: true が必要。【いつ使うべきか】ユーザーが「問い合わせを送信してください」「相談を申し込む」と明示的に依頼した場合にのみ呼び出す。診断実行や要件生成だけで勝手に呼び出してはならない。テスト時は dryRun: true を使用可能。