{"id":30765150,"url":"https://github.com/thomasjanssen-tech/mcp_server","last_synced_at":"2025-09-04T17:56:57.609Z","repository":{"id":307360095,"uuid":"1029247819","full_name":"ThomasJanssen-tech/MCP_Server","owner":"ThomasJanssen-tech","description":"Build your own MCP Server with Python and ask questions about companies listed on Crunchbase!","archived":false,"fork":false,"pushed_at":"2025-07-30T19:35:51.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-30T22:12:56.249Z","etag":null,"topics":["artificialintelligence","claude","llms","mcp","modelcontextprotocol","python"],"latest_commit_sha":null,"homepage":"https://quanthics.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThomasJanssen-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-30T18:39:22.000Z","updated_at":"2025-07-30T19:35:54.000Z","dependencies_parsed_at":"2025-07-30T22:13:34.775Z","dependency_job_id":"17cd1f68-8713-46c0-85d4-31ca2b3aeb47","html_url":"https://github.com/ThomasJanssen-tech/MCP_Server","commit_stats":null,"previous_names":["thomasjanssen-tech/mcp_server"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ThomasJanssen-tech/MCP_Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasJanssen-tech%2FMCP_Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasJanssen-tech%2FMCP_Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasJanssen-tech%2FMCP_Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasJanssen-tech%2FMCP_Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasJanssen-tech","download_url":"https://codeload.github.com/ThomasJanssen-tech/MCP_Server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasJanssen-tech%2FMCP_Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273649424,"owners_count":25143632,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["artificialintelligence","claude","llms","mcp","modelcontextprotocol","python"],"created_at":"2025-09-04T17:56:51.869Z","updated_at":"2025-09-04T17:56:57.581Z","avatar_url":"https://github.com/ThomasJanssen-tech.png","language":"Python","readme":"\u003ch1\u003eBuild an MCP Server with Python\u003c/h1\u003e\n\n\u003ch2\u003eWatch the full tutorial on my YouTube Channel\u003c/h2\u003e\n\u003cdiv\u003e\n\n\u003ca\u003e\n    \u003cimg src=\"thumbnail_small.png\" alt=\"Thomas Janssen Youtube\" width=\"200\"/\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\n\u003ch2\u003ePrerequisites\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003ePython 3.13\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\n\n\n\u003ch3\u003e1. Install UV\u003c/h3\u003e\n\n\nOn Windows: \n```\npowershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n```\n\nOn MacOS/Linix: \n```\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\nMore info: https://docs.astral.sh/uv/getting-started/installation/\n\n\u003ch3\u003e2. Download Claude Desktop\u003c/h3\u003e\n\nDownload Claude Desktop here: https://claude.ai/download\n\n\u003ch3\u003e3. Clone the repository:\u003c/h3\u003e\n\n```\ngit clone https://github.com/ThomasJanssen-tech/MCP_Server\ncd MCP_Server\n```\n\n\n\u003ch3\u003e4. Add Bright Data API Key\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGet your $15 Bright Data credits: https://brdta.com/tomstechacademy\u003c/li\u003e\n\u003cli\u003eRename the .env.example file to .env\u003c/li\u003e\n\u003cli\u003eAdd your Bright Data API key\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch3\u003eConfigure Claude Desktop\u003c/h3\u003e\n\nIn the project directory, now run the following command to automatically configure Claude Desktop, where main.py is the name of your MCP Server Script.\n\n```\nuv run mcp install main.py\n```\n\n\u003ch2\u003eExecuting the scripts\u003c/h2\u003e\n\n- Open a terminal in VS Code\n\n- Execute the following command:\n\n```\nuv run download_data.py\nuv run ingest_data.py\n```\n\n\u003ch2\u003eStart asking questions to Claude Desktop\u003c/h2\u003e\nYou can now ask questions to Claude Desktop about companies listed on Crunchbase!\n\n\u003ch2\u003eFurther reading\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003ehttps://github.com/modelcontextprotocol/python-sdk\u003c/li\u003e\n\u003c/ul\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasjanssen-tech%2Fmcp_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasjanssen-tech%2Fmcp_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasjanssen-tech%2Fmcp_server/lists"}