Skip to content

Commit d17c670

Browse files
committed
mcp - update readme
1 parent ba89479 commit d17c670

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

packages/mcp/README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# API200 MCP Server
22

3-
A Model Context Protocol (MCP) server for API200, allowing seamless integration with Claude Desktop and other MCP clients.
3+
A Model Context Protocol (MCP) server for [API 200](https://api200.co), allowing integration with MCP clients.
44

55
## Installation
66

@@ -32,21 +32,24 @@ To configure the API200 MCP server with Claude Desktop:
3232

3333
```json
3434
{
35-
"api200": {
36-
"command": "npx",
37-
"args": [
38-
"api200-mcp"
39-
],
40-
"env": {
41-
"USER_KEY": "your-api-key-here"
35+
"mcpServers": {
36+
"api200": {
37+
"command": "npx",
38+
"args": [
39+
"api200-mcp@latest"
40+
],
41+
"env": {
42+
"USER_KEY": "your-api-key-here"
43+
}
4244
}
4345
}
4446
}
47+
4548
```
4649

4750
## Usage
4851

49-
Once configured, you can access all your API200 endpoints directly within Claude Desktop or other MCP-compatible clients.
52+
Once configured, you can access all your API 200 endpoints directly within Claude Desktop or other MCP-compatible clients.
5053

5154
### Running Standalone
5255

packages/mcp/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api200-mcp",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "API200 MCP server for Claude and other model context protocol clients",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -21,12 +21,10 @@
2121
"keywords": [
2222
"mcp",
2323
"model-context-protocol",
24-
"claude",
2524
"api",
2625
"api200"
2726
],
28-
"author": "",
29-
"license": "MIT",
27+
"author": "Maksym Budnyk",
3028
"dependencies": {
3129
"@modelcontextprotocol/sdk": "^1.9.0",
3230
"zod": "^3.24.2"

0 commit comments

Comments
 (0)