Spaces:
Sleeping
Sleeping
Add HuggingFace Spaces configuration metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Firstock Documentation MCP Server
|
| 2 |
|
| 3 |
This is an MCP (Model Context Protocol) server that provides access to Firstock API documentation. It allows you to:
|
|
@@ -14,7 +25,7 @@ This is an MCP (Model Context Protocol) server that provides access to Firstock
|
|
| 14 |
|
| 15 |
## Deployment
|
| 16 |
This server is deployed on HuggingFace Spaces and can be accessed at:
|
| 17 |
-
https://huggingface.co/spaces/fstock/firstock-connect-
|
| 18 |
|
| 19 |
## Usage
|
| 20 |
This server is deployed as an MCP server and can be used with any MCP-compatible client. The server exposes the following tools:
|
|
@@ -30,7 +41,7 @@ To use this server with Claude.app or VS Code, add the following to your MCP ser
|
|
| 30 |
{
|
| 31 |
"mcpServers": {
|
| 32 |
"firstock-docs": {
|
| 33 |
-
"url": "https://fstock-firstock-connect-
|
| 34 |
}
|
| 35 |
}
|
| 36 |
}
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Firstock Documentation MCP Server
|
| 3 |
+
emoji: 📚
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: 3.10.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Firstock Documentation MCP Server
|
| 13 |
|
| 14 |
This is an MCP (Model Context Protocol) server that provides access to Firstock API documentation. It allows you to:
|
|
|
|
| 25 |
|
| 26 |
## Deployment
|
| 27 |
This server is deployed on HuggingFace Spaces and can be accessed at:
|
| 28 |
+
https://huggingface.co/spaces/fstock/firstock-connect-mcp
|
| 29 |
|
| 30 |
## Usage
|
| 31 |
This server is deployed as an MCP server and can be used with any MCP-compatible client. The server exposes the following tools:
|
|
|
|
| 41 |
{
|
| 42 |
"mcpServers": {
|
| 43 |
"firstock-docs": {
|
| 44 |
+
"url": "https://fstock-firstock-connect-mcp.hf.space/mcp"
|
| 45 |
}
|
| 46 |
}
|
| 47 |
}
|