Skip to main content
Glama

MCP Server Proto-OKN

pyproject.toml1.2 kB
[project] name = "mcp-proto-okn" version = "0.2.5" description = "MCP server for querying FRINK SPARKQL endpoints, a project by the NSF Prototype Open Knowledge Network (Proto-OKN) program." readme = "README.md" requires-python = ">=3.10" license = { text = "BSD-3-Clause" } keywords = ["sparql", "mcp", "proto-okn", "frink", "knowledge graphs"] authors = [ { name = "Peter W Rose", email = "pwrose.ucsd@gmail.com" }, { name = "Eric Zhu", email = "ekzhu@users.noreply.github.com" } ] dependencies = [ "mcp>=1.6.0", "sparqlwrapper>=2.0.0", ] classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] [project.optional-dependencies] cli = ["typer>=0.12", "mcp[cli]"] [project.urls] Homepage = "https://github.com/sbl-sdsc/mcp-proto-okn" Repository = "https://github.com/sbl-sdsc/mcp-proto-okn" Issues = "https://github.com/sbl-sdsc/mcp-proto-okn/issues" [project.scripts] mcp-proto-okn = "mcp_proto_okn.server:main" [tool.setuptools.packages.find] where = ["src"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbl-sdsc/mcp-proto-okn'

If you have feedback or need assistance with the MCP directory API, please join our Discord server