Prismfy MCP Server
Prismfy MCP Server
호환되는 에이전트 호스트에 두 가지 Prismfy Search API 도구를 제공하는 MCP 서버입니다:
prismfy_search— 선택적 엔진, 언어, 시간 범위, 도메인 및 페이지 필터를 지원하는 웹 검색;prismfy_quota— 현재 등급 및 할당량 정보.
공식 MCP TypeScript 서버 SDK를 사용하며 stdio를 통해 통신하므로 호스트가 로컬에서 프로세스를 시작하고 소유합니다. API 자격 증명은 호스트 환경에 남아 있으며 저장소에 기록되지 않습니다.
설치
npm install
npm run build
export PRISMFY_API_KEY="your_key_here"
node dist/index.jsRelated MCP server: Presearch MCP Server
호스트 구성 예시
{
"mcpServers": {
"prismfy": {
"command": "node",
"args": ["/absolute/path/to/prismfy-mcp/dist/index.js"],
"env": { "PRISMFY_API_KEY": "your_key_here" }
}
}
}개발
npm install
npm run check
npm testnpm test는 모의 HTTP 클라이언트를 사용하며 실제 Prismfy API 요청을 수행하지 않습니다.
보안
서버는 PRISMFY_API_KEY에서만 키를 읽습니다. 프로토콜 출력은
stdout에만, 진단 정보는 stderr에만 기록하여 stdio MCP 채널을
유효하게 유지합니다. .env 파일을 커밋하거나 Git으로 추적되는 호스트 구성에 키를 넣지 마십시오.
라이선스
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables web search functionality through Perplexity AI's API with time-based filtering options. Allows users to search the web for recent information within specified time periods (day, week, month, or year).1MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables privacy-focused web searches through the Presearch API and web content scraping. Supports multi-language search, configurable safe search, result caching, and multiple export formats (JSON, CSV, Markdown).4
- AlicenseAqualityDmaintenanceEnables advanced web search across multiple search engines (Brave, DuckDuckGo, Google, Bing, Yandex) with intelligent backend selection, full content extraction, and advanced filtering by time, language, geography, and content type.3MIT
- FlicenseNot gradedqualityDmaintenanceEnables web search capabilities through a remote smart search API with configurable result count, pagination, language, and safety filters, returning structured JSON results.
Related MCP Connectors
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
x402-gated web search gateway. Tools: search, search_enriched.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
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/Uroboros1205/prismfy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server