docs: rebrand Certifai → Prüfwerk (user-facing name) (#243)
This commit was merged in pull request #243.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# MCP Integration
|
||||
|
||||
Certifai exposes your security data through the Model Context Protocol (MCP), allowing LLM-powered tools to query your findings, SBOM data, and DAST results directly.
|
||||
Prüfwerk exposes your security data through the Model Context Protocol (MCP), allowing LLM-powered tools to query your findings, SBOM data, and DAST results directly.
|
||||
|
||||
## What is MCP?
|
||||
|
||||
The Model Context Protocol is an open standard that lets AI tools (like Claude, Cursor, or custom agents) connect to external data sources. Think of it as a way for your LLM to "see" your security data without you having to copy and paste it.
|
||||
|
||||
When an MCP client is connected to Certifai, you can ask questions like "Show me all critical findings" or "What vulnerable packages does this repo have?" and the LLM will query Certifai directly to get the answer.
|
||||
When an MCP client is connected to Prüfwerk, you can ask questions like "Show me all critical findings" or "What vulnerable packages does this repo have?" and the LLM will query Prüfwerk directly to get the answer.
|
||||
|
||||
## Why It Matters
|
||||
|
||||
@@ -60,13 +60,13 @@ The MCP server exposes seven tools that LLM clients can discover and call:
|
||||
|
||||
## Connecting an MCP Client
|
||||
|
||||
To connect an MCP-compatible tool (like Claude Desktop or Cursor) to your Certifai MCP server:
|
||||
To connect an MCP-compatible tool (like Claude Desktop or Cursor) to your Prüfwerk MCP server:
|
||||
|
||||
1. Go to **MCP Servers** in Certifai and note the server endpoint URL and access token
|
||||
1. Go to **MCP Servers** in Prüfwerk and note the server endpoint URL and access token
|
||||
2. In your MCP client, add a new server connection with:
|
||||
- **URL** -- the MCP server endpoint (e.g. `https://your-certifai-instance/mcp`)
|
||||
- **URL** -- the MCP server endpoint (e.g. `https://your-pruefwerk-instance/mcp`)
|
||||
- **Transport** -- Streamable HTTP
|
||||
- **Authentication** -- Bearer token using the access token from Certifai
|
||||
- **Authentication** -- Bearer token using the access token from Prüfwerk
|
||||
|
||||
Once connected, the LLM client automatically discovers the available tools and can call them in response to your questions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user