GitHub Stars
134
User Rating
Not Rated
Favorites
0
Views
75
Forks
9
Issues
4
Installation
Installation
Prerequisites
Installation Steps
1. Create a mkinf Account
Sign up for a free account at [hub.mkinf.io/signup](https://hub.mkinf.io/signup).2. Configure Your API Key
.env file:env
MKINF_API_KEY=sk-org-...
3. Install the SDK
Install the mkinf SDK using pip:bash
pip install mkinf
Troubleshooting
Issue: SDK installation fails Solution: Check the versions of Python and pip, and update if necessary.Additional Resources
The Prospectio MCP API is a FastAPI-based application designed for lead prospecting, implementing the Model Context Protocol (MCP). It adheres to Clean Architecture principles, ensuring a clear separation of concerns across domain, application, and infrastructure layers. The project focuses on core business entities and logic, along with use cases and API routes, facilitating integration with external services.
The mcp-client-for-ollama is a simple yet powerful Python client designed for interacting with Model Context Protocol (MCP) servers using Ollama. This client enables local large language models (LLMs) to utilize tools effectively. It primarily facilitates communication with APIs, streamlining workflows and enhancing the capabilities of LLMs.