WolframAlpha LLM MCP Server
WolframAlpha LLM MCP 서버
WolframAlpha의 LLM API에 대한 액세스를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. https://products.wolframalpha.com/llm-api/documentation
특징
자연어 질문을 사용하여 WolframAlpha의 LLM API 쿼리
복잡한 수학 문제에 답하세요
과학, 물리학, 역사, 지리 등에 대한 사실을 쿼리하세요
LLM 소비에 최적화된 구조화된 응답을 받으세요
섹션을 통한 간소화된 답변 및 자세한 응답 지원
Related MCP server: Wolfram Alpha MCP Server
사용 가능한 도구
ask_llm: WolframAlpha에 질문을 하고 체계적이고 llm 친화적인 답변을 받으세요get_simple_answer: 간단한 답변을 받으세요validate_key: WolframAlpha API 키 검증
설치
지엑스피1
구성
developer.wolframalpha.com 에서 WolframAlpha API 키를 받으세요
VSCode 설정 내의 Cline MCP 설정 파일에 추가하세요(예: ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):
{
"mcpServers": {
"wolframalpha": {
"command": "node",
"args": ["/path/to/wolframalpha-mcp-server/build/index.js"],
"env": {
"WOLFRAM_LLM_APP_ID": "your-api-key-here"
},
"disabled": false,
"autoApprove": [
"ask_llm",
"get_simple_answer",
"validate_key"
]
}
}
}개발
테스트 설정
테스트는 정확한 응답을 보장하기 위해 실제 API 호출을 사용합니다. 테스트를 실행하려면 다음을 수행하세요.
예제 환경 파일을 복사하세요.
cp .env.example .env.env편집하고 WolframAlpha API 키를 추가하세요.WOLFRAM_LLM_APP_ID=your-api-key-here참고: 민감한 정보가 커밋되는 것을 방지하기 위해
.env파일은 gitignored로 처리됩니다.테스트를 실행하세요:
npm test
건물
npm run build특허
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceAllows LLMs to execute Wolfram Language code in a secure, session-based environment by providing an interface to interact with a Wolfram Mathematica kernel.33
- FlicenseNot gradedqualityDmaintenanceEnables users to query Wolfram Alpha's computational knowledge engine through natural language. Provides access to mathematical computations, scientific data, and factual information via the Wolfram Alpha API.
- AlicenseNot gradedqualityDmaintenanceEnables scientific computing, mathematical problem solving, and step-by-step mathematical solutions through Wolfram Alpha's mobile API. Supports real-time streaming responses and multiple output formats for enhanced mathematical and scientific queries.1MIT
- FlicenseAqualityDmaintenanceProvides access to Wolfram Alpha's computational knowledge engine for mathematical calculations, scientific computing, data analysis, and factual information through natural language queries.26
Related MCP Connectors
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Garoth/wolframalpha-llm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server