MCP.so
ログイン
O

Osint Mcp

@brutus-gr

Osint Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

brutus-gr

投稿者

Brutus

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "osint-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.osintmcp.com"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Osint Mcp?

Osint Mcp is a remote HTTP MCP server that provides real-time access to global security events and threat intelligence. It requires no setup, API keys, or configuration—users connect and query the latest OSINT data.

How to use Osint Mcp?

Connect your MCP client to https://mcp.osintmcp.com. For Claude Code, run claude mcp add --transport http osint-mcp https://mcp.osintmcp.com. For Cursor, add the server configuration to .cursor/mcp.json with the mcp-remote command.

Key features of Osint Mcp

  • Real-time global security event coverage
  • Instant search across millions of OSINT data points
  • Zero local installation—remote server only
  • Always-on hosted infrastructure with no maintenance
  • No API keys or configuration files needed

Use cases of Osint Mcp

  • Monitoring global security events as they happen worldwide
  • Querying threat intelligence data through natural language or programmatic search
  • Integrating live OSINT feeds into security analysis workflows

FAQ from Osint Mcp

What is Osint Mcp?

It is a remotely hosted MCP server that delivers real-time OSINT intelligence for global security monitoring, accessible without any local setup or authentication.

Do I need API keys or configuration to use Osint Mcp?

No. The server requires no API keys, configuration files, or local installation—just connect to the provided HTTP endpoint.

Is Osint Mcp always available?

Yes. The server runs on hosted infrastructure and is designed for continuous uptime with no maintenance needed from the user.

How do I connect Osint Mcp with Claude Code?

Run the command: claude mcp add --transport http osint-mcp https://mcp.osintmcp.com.

How do I connect Osint Mcp with Cursor?

Add the following to your ~/.cursor/mcp.json or project-specific .cursor/mcp.json:

{
  "mcpServers": {
    "osint-mcp": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.osintmcp.com"]
    }
  }
}

コメント

「その他」の他のコンテンツ