wrenai-mcp-server
If you are the rightful owner of wrenai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Custom MCP servers for wrenai are designed to facilitate the integration and testing of model context protocol servers with specific configurations and tools.
Custom MCP servers for wrenai
Get started
yarn
yarn build
# if you want to test the mcp server
SERVER_PORT=3002 npx @modelcontextprotocol/inspector node dist/index.js -e APP_KEY=MID-E53wKKWTqNzK7ccC -e ENDPOINT=http://localhost:3000
Envs
# APP_ID of matchid developer
APP_KEY=MID-E53wKKWTqNzK7ccC
# ENDPOINT of matchid wrenai server
ENDPOINT=
Tools
query
create a NL query Contents Array:
{
"answerDatail": "The table \"binance_account_balances\" contains a total of 10 rows.",
"previewData": {
"correlationId": "afdbbce1-af51-4b74-ac2b-a7001db17bf8",
"columns": [
{
"name": "count()",
"type": "uint64"
}
],
"data": [
[
10
]
]
}
}
The threadResponse.answerDetail.content
is the answer. And the previewData.data
is the data.