- BilarnaMCP
BilarnaMCP
{ "schema_version": "1.0", "tools": [ { "name": "bilarna_match", "description": "Find verified B2B technology providers by service need. Returns only business_id, score and a short description for each match. Use the returned business_id with bilarna_request to submit a service request to a specific provider.", "parameters": { "need": { "type": "string", "required": true, "description": "Free-text service description (e.g. Salesforce CRM implementation, AWS cloud migration, AI chatbot development, Power BI dashboard setup, Kubernetes cluster configuration)" } }, "endpoint": "https://api.bilarna.com/api/agent/match?api-version=1.0" }, { "name": "bilarna_request", "description": "Submit a B2B technology service request. When business_id is provided the request is routed directly to that provider; otherwise it is sent to the best-matching providers. Contact details are captured for lead routing.", "parameters": { "business_id": { "type": "number", "required": false, "description": "The business_id of a provider returned by bilarna_match. When omitted the request is routed to relevant providers automatically." }, "need": { "type": "string", "required": true, "description": "Free-text description of the service need (e.g. HubSpot onboarding, LLM-powered support bot, ERP migration to NetSuite, multi-cloud architecture design, MLOps pipeline setup)" }, "contact_name": { "type": "string", "required": true, "description": "Full name of the decision-maker or project owner" }, "email": { "type": "string", "required": true, "description": "Business email address — used for lead routing and provider outreach" }, "phone": { "type": "string", "required": false, "description": "Business phone number for direct follow-up (optional)" }, "category": { "type": "string", "required": false, "description": "Service category (e.g. AI & ML development, SaaS integration, cloud infrastructure, data analytics, no-code/low-code platforms, API development, IT security audit)" }, "country": { "type": "string", "required": false, "description": "Country where the provider should be located (e.g. Turkey, United States, Germany, United Kingdom)" }, "budget_max": { "type": "number", "required": false, "description": "Maximum project budget in USD" } }, "endpoint": "https://api.bilarna.com/api/agent/request?api-version=1.0" } ] }
Server Config
{
"mcpServers": {
"bilarna": {
"url": "https://api.bilarna.com/mcp",
"name": "Bilarna B2B Provider Discovery",
"description": "Find verified B2B technology providers and submit service requests via Bilarna's AI-powered matching engine. Tools: bilarna_match (discover providers by need), bilarna_request (submit a service request with contact details for lead routing)."
}
}
}