{"id":26570968,"url":"https://github.com/SecretiveShell/MCP-wolfram-alpha","last_synced_at":"2025-03-22T22:20:01.154Z","repository":{"id":269049708,"uuid":"906265895","full_name":"SecretiveShell/MCP-wolfram-alpha","owner":"SecretiveShell","description":"Connect your chat repl to wolfram alpha computational intelligence","archived":false,"fork":false,"pushed_at":"2025-01-11T15:38:26.000Z","size":52,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T21:46:04.293Z","etag":null,"topics":["mcp","mcp-server","wolfram","wolfram-alpha"],"latest_commit_sha":null,"homepage":"","language":"Python","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/SecretiveShell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"ko_fi":"secretiveshell"}},"created_at":"2024-12-20T14:12:31.000Z","updated_at":"2025-03-16T23:26:55.000Z","dependencies_parsed_at":"2024-12-20T15:41:04.985Z","dependency_job_id":"41aeddff-f5d0-4443-8e50-fc7941fa744c","html_url":"https://github.com/SecretiveShell/MCP-wolfram-alpha","commit_stats":null,"previous_names":["secretiveshell/mcp-wolfram-alpha"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FMCP-wolfram-alpha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FMCP-wolfram-alpha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FMCP-wolfram-alpha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecretiveShell%2FMCP-wolfram-alpha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecretiveShell","download_url":"https://codeload.github.com/SecretiveShell/MCP-wolfram-alpha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245026779,"owners_count":20549199,"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":["mcp","mcp-server","wolfram","wolfram-alpha"],"created_at":"2025-03-22T22:19:25.929Z","updated_at":"2025-03-22T22:20:01.145Z","avatar_url":"https://github.com/SecretiveShell.png","language":"Python","readme":"# MCP-wolfram-alpha\r\n\r\nA MCP server to connect to wolfram alpha API.\r\n\r\n\u003ca href=\"https://glama.ai/mcp/servers/q5fud9cttp\"\u003e\r\n  \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/q5fud9cttp/badge\" /\u003e\r\n\u003c/a\u003e\r\n\r\n## Components\r\n\r\n### Prompts\r\n\r\nThis is analogous to the `!wa` bang in duckduckgo search.\r\n\r\n```python\r\ndef wa(query: str) -\u003e f\"Use wolfram alpha to answer the following question: {query}\"\r\n```\r\n\r\n### Tools\r\n\r\nQuery Wolfram Alpha api.\r\n\r\n```python\r\ndef query_wolfram_alpha(query: str) -\u003e str\r\n```\r\n\r\n## Configuration\r\n\r\nYou **must** set the `WOLFRAM_API_KEY` environment variable. Get an api ket from [Wolfram Alpha](https://products.wolframalpha.com/api).\r\n\r\nThis was tested with the full results API, but it might not be required.\r\n\r\n```json\r\n{\r\n    \"mcpServers\": {\r\n        \"MCP-wolfram-alpha\": {\r\n            \"command\": \"uv\",\r\n            \"args\": [\r\n                \"--directory\",\r\n                \"C:\\\\Users\\\\root\\\\Documents\\\\MCP-wolfram-alpha\",\r\n                \"run\",\r\n                \"MCP-wolfram-alpha\"\r\n            ],\r\n            \"env\": {\r\n                \"WOLFRAM_API_KEY\": \"your-app-id\"\r\n            }\r\n        }\r\n    }\r\n}\r\n```\r\n\r\n## Development\r\n\r\n### Debugging\r\n\r\nSince the official MCP inspector does not have good environment support, I reccommend using wong2's [mcp-cli-inspector](https://github.com/wong2/mcp-cli).\r\n\r\nCreate a config.json file in the same style as claude desktop.\r\n\r\n```json\r\n{\r\n    \"mcpServers\": {\r\n        \"MCP-wolfram-alpha\": {\r\n            \"command\": \"uv\",\r\n            \"args\": [\r\n                \"--directory\",\r\n                \"/full/path/to/MCP-wolfram-alpha\",\r\n                \"run\",\r\n                \"MCP-wolfram-alpha\"\r\n            ],\r\n            \"env\": {\r\n                \"WOLFRAM_API_KEY\": \"your-app-id\"\r\n            }\r\n        }\r\n    }\r\n}\r\n```\r\n\r\nThen run:\r\n\r\n```bash\r\nnpx @wong2/mcp-cli -c .\\config.json\r\n```\r\n","funding_links":["https://ko-fi.com/secretiveshell"],"categories":["Research \u0026 Science","API Integration MCP Servers","🤖 AI/ML","MCP 服务器精选列表","Legend","پیاده‌سازی‌های سرور","APIs and HTTP Requests","MCP Servers","Table of Contents","Other Tools and Integrations"],"sub_categories":["Wiki \u0026 Collaboration","🛠️ 其他实用工具与集成","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eOther Tools and Integrations","🛠️ \u003ca name=\"other-tools-and-integrations\"\u003e\u003c/a\u003eسایر ابزارها و یکپارچه‌سازی‌ها","🛠️ Other Tools and Integrations","AI Services"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSecretiveShell%2FMCP-wolfram-alpha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSecretiveShell%2FMCP-wolfram-alpha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSecretiveShell%2FMCP-wolfram-alpha/lists"}