UniFuncs MCP Server
@UniFuncs
关于 UniFuncs MCP Server
MCP Server for the UniFuncs API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"unifuncs": {
"command": "npx",
"args": [
"-y",
"@unifuncs/ufn-mcp-server"
],
"env": {
"UNIFUNCS_API_KEY": "<YOUR UNIFUNCS API KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is UniFuncs MCP Server?
UniFuncs MCP Server provides access to the UniFuncs API through the Model Context Protocol (MCP), offering web search, web reader, deep search (sync and async), and deep research capabilities. It is designed for developers building AI applications that need real-time or in-depth research from the web.
How to use UniFuncs MCP Server?
Install and configure via NPX (STDIO) using the @unifuncs/ufn-mcp-server package, setting the UNIFUNCS_API_KEY environment variable. Alternatively, build from source or run as an SSE server with the --sse flag or UNIFUNCS_SSE_SERVER=true. Tools are invoked by sending JSON-formatted requests to the MCP client.
Key features of UniFuncs MCP Server
- Real-time web search with freshness and pagination.
- Clean content extraction from web pages.
- Synchronous and asynchronous deep search.
- Comprehensive deep research with custom parameters.
- Multiple output formats: JSON, Markdown, Text.
Use cases of UniFuncs MCP Server
- Perform real-time web searches with filtered results.
- Extract clean, structured content from any URL.
- Run synchronous or asynchronous deep searches on complex queries.
- Execute detailed deep research tasks with customizable depth and domain scoping.
- Integrate web search and research into AI agent workflows via MCP.
FAQ from UniFuncs MCP Server
What is the difference between Deep Search and Deep Research?
Deep Search provides both synchronous (immediate) and asynchronous (task-based) search, while Deep Research offers more comprehensive, async-only research with customizable parameters like depth, domain scoping, and output prompts.
What are the runtime requirements for UniFuncs MCP Server?
Node.js is required to run the server via NPX or source build. A UniFuncs API key is mandatory and must be set as the environment variable UNIFUNCS_API_KEY.
What transports does UniFuncs MCP Server support?
It supports STDIO (default) and SSE transports. SSE can be enabled with the --sse flag or by setting UNIFUNCS_SSE_SERVER=true.
How is pricing structured for UniFuncs MCP Server?
Web Search and Web Reader are pay-per-request. Deep Search uses pay-per-token. Deep Research uses M Tokens for U3 and U3 Pro models.
Where can I find support or documentation?
Documentation is at https://unifuncs.com/api, GitHub at https://github.com/UniFuncs/ufn-mcp-server, and support by email at [email protected].
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Servers
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论