Spiral MCP Server provides a standardized interface for interacting with Spiral's language models through four powerful tools: listing available models, generating text from prompts, processing content from files, and extracting article content from URLs. Built with FastMCP, it features robust error handling, asynchronous operations for better performance, and smart article extraction capabilities using BeautifulSoup. The implementation is particularly valuable for content generation workflows that require processing inputs from various sources, making it ideal for blog writing, technical documentation expansion, and news article analysis without leaving the conversation interface.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Lists all available Spiral models with their capabilities and metadata.
Generates text using a specified Spiral model. Parameters: model (string), prompt (string)
Generates text using a Spiral model with input from a file. Parameters: model (string), file_path (string)
Generates text using a Spiral model with input from a URL. Parameters: model (string), url (string), extract_article (boolean, default: true)