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)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!