# Project Intelligence Server

### Project Intelligence Server

**URL:** `https://backend.contextbridge.xyz/mcp/project-intelligence`

**Tools:** 3 project analysis utilities

**Credits:** 10-15 per tool

Comprehensive project research and due diligence tools for analyzing cryptocurrency projects, teams, and fundamentals.

#### Available Tools

**fetch\_project\_search** (10 credits)

* Search for crypto projects
* Parameters: `query`, `category`
* Example: "Search for DeFi lending projects"

**fetch\_project\_info** (15 credits)

* Get detailed project information
* Parameters: `projectId`
* Example: "Get details for Uniswap project"

**fetch\_vc\_info** (15 credits)

* Get venture capital information
* Parameters: `vcId`
* Example: "Show info for Andreessen Horowitz"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://contextbridge.gitbook.io/context-bridge/getting-started/project-intelligence-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
