{"id":27891154,"url":"https://github.com/coderunrepeat/mcp-investments-sample","last_synced_at":"2025-05-05T11:53:53.278Z","repository":{"id":289662662,"uuid":"965701670","full_name":"CodeRunRepeat/mcp-investments-sample","owner":"CodeRunRepeat","description":"Sample MCP server for securities prices, historical information, etc.","archived":false,"fork":false,"pushed_at":"2025-04-24T11:43:16.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T12:29:05.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeRunRepeat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-13T18:19:08.000Z","updated_at":"2025-04-24T11:43:20.000Z","dependencies_parsed_at":"2025-04-24T12:39:16.027Z","dependency_job_id":null,"html_url":"https://github.com/CodeRunRepeat/mcp-investments-sample","commit_stats":null,"previous_names":["coderunrepeat/mcp-investments-sample"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRunRepeat%2Fmcp-investments-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRunRepeat%2Fmcp-investments-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRunRepeat%2Fmcp-investments-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeRunRepeat%2Fmcp-investments-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeRunRepeat","download_url":"https://codeload.github.com/CodeRunRepeat/mcp-investments-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252495212,"owners_count":21757225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-05T11:53:51.788Z","updated_at":"2025-05-05T11:53:53.268Z","avatar_url":"https://github.com/CodeRunRepeat.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Securities prices MCP server sample\n\nThis is a sample of an MCP server that publishes securities related information\nas MCP tools. It is based on the C# MCP SDK samples [here](https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples).\n\n## Running the sample in Claude for Desktop\n\n1. Clone the repo and open the root directory in VS Code.\n1. Build the solution with `dotnet build`.\n1. Follow the instructions [here](https://modelcontextprotocol.io/quickstart/server#testing-your-server-with-claude-for-desktop-5)\nto configure Claude for Desktop to load your server; the `mcpServers`\nsection should contain a snippet like this:\n```json\n    \"securities\": {\n        \"command\": \"dotnet\",\n        \"args\": [\n            \"run\",\n            \"--project\",\n            \"\u003cpath\u003e\\\\mcp-investments-sample\\\\mcp-server\",\n            \"--no-build\"\n        ]\n    }\n```\n## Tools\nThis sample contains 4 tools:\n\n- `GetCurrentSecurityInfo` gets current price, volume, etc. information for the\nsupplied ticker symbol.\n- `GetSecuritiesBySector` gets information for all securities in the given sector.\n- `GetHistoricalData` gets historical price, volume, etc. information for a\nticker symbol between the provided dates.\n- `GetSectorPerformance` gets price movement and average volume for a sector.\n\nUsing these tools, you can ask Claude questions such as \n\n\u003e \"How does AAPL's current\nprice compare with sector performance?\"\n\nData is loaded from static json files in the `./api/Data` directory.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderunrepeat%2Fmcp-investments-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderunrepeat%2Fmcp-investments-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderunrepeat%2Fmcp-investments-sample/lists"}