Sharmaz/sharmaz-me-mcp
3.1
If you are the rightful owner of sharmaz-me-mcp 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.
Sharmaz Portfolio MCP Server is an implementation that integrates the Sharmaz portfolio API, allowing for efficient management of portfolio data through MCP tools.
Tools
2
Resources
0
Prompts
0
Sharmaz Portfolio MCP Server
An MCP Server implementation that integrates sharmaz portfolio API.
Tools
Fetch:
- Portfolio
Create, update, and delete:
- Profile
- Jobs
- Projects
Configuration
Usage with Claude Desktop
Add this to your claude_desktop_config.json
:
NPX
"portfolio": {
"command": "npx",
"args": [
"-y",
"[your local directory]/sharmaz-me-mcp/bin/cli.js"
],
"env": {
"API_KEY": "****************",
"API_URL": "****************",
"USER_ID": "****************",
"USER_EMAIL": "****************",
"USER_PASSWORD": "****************"
}
}