File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments