mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-01 01:50:00 -07:00
50 lines
1.7 KiB
Markdown
50 lines
1.7 KiB
Markdown
# BRK MCP
|
|
|
|
A Model Context Protocol (MCP) which gives LLMs access to all available tools in BRK
|
|
|
|
## URLs
|
|
|
|
- https://eu1.bitcoinresearchkit.org/mcp
|
|
- https://eu2.bitcoinresearchkit.org/mcp
|
|
|
|
## Usage
|
|
|
|
To connect to the MCP use any of the previous URL, no token or auth is needed.
|
|
|
|
This implementation has only been tested with Claude and the [MCP inspector](https://modelcontextprotocol.io/docs/tools/inspector).
|
|
|
|
Please be aware that the technology is evolving very rapidly, thus having issues is probably expected. If you, you can join the discord see if there is a solution.
|
|
|
|
### Claude
|
|
|
|
#### Step 1
|
|
|
|
First we need to connect BRK to Claude. To do that we need to go to the "Connect apps" menu from the home screen of Claude desktop.
|
|
|
|

|
|
|
|
#### Step 2
|
|
|
|
Then simply go to "Add integration".
|
|
|
|

|
|
|
|
#### Step 3
|
|
|
|
Claude's MCP client is (for now?) session based thus using a URL pointing to a load balancer will not work.
|
|
|
|
Use one of the following URL instead:
|
|
|
|
- https://eu1.bitcoinresearchkit.org/mcp
|
|
- https://eu2.bitcoinresearchkit.org/mcp
|
|
|
|

|
|
|
|
#### Step 4
|
|
|
|
Verify that it has access to BRK's tools.
|
|
|
|
Optionally and highly recommended, giving it unsupervised access gives a more fluid experience and prevents possible issues and errors.
|
|
|
|

|