Skip to main content
Glama
Uroboros1205

Prismfy MCP Server

by Uroboros1205

Prismfy MCP Server

互換性のあるエージェントホストに、Prismfy Search API の2つのツールを提供する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.js

Related 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 test

npm test はモックHTTPクライアントを使用し、実際のPrismfy APIリクエストは行いません。

セキュリティ

サーバーは PRISMFY_API_KEY からのみキーを読み取ります。プロトコル出力はstdoutにのみ、診断情報はstderrにのみ書き込み、stdio MCPチャネルを有効に保ちます。.env ファイルをコミットしたり、Gitで追跡されるホスト設定にキーを置いたりしないでください。

ライセンス

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    Enables 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).
    1
    MIT
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables 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
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables web search capabilities through a remote smart search API with configurable result count, pagination, language, and safety filters, returning structured JSON results.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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